1
0
mirror of synced 2026-05-05 07:43:42 +00:00

2006-12-13 13:24:58 by steve

Make start-stop-daemon changes work.  See #402889
This commit is contained in:
steve
2006-12-13 13:24:58 +00:00
parent cf30f0ad4f
commit 1bb56be25b

View File

@@ -78,7 +78,7 @@ installDebianPackage ()
# #
# Disable the start-stop-daemon # Disable the start-stop-daemon
# #
disableStartStopDaemon disableStartStopDaemon ${prefix}
# #
# Install the package # Install the package
@@ -88,7 +88,7 @@ installDebianPackage ()
# #
# Re-enable the start-stop-daemon # Re-enable the start-stop-daemon
# #
enableStartStopDaemon enableStartStopDaemon ${prefix}
} }