2006-12-13 13:24:58 by steve
Make start-stop-daemon changes work. See #402889
This commit is contained in:
parent
cf30f0ad4f
commit
1bb56be25b
@ -78,7 +78,7 @@ installDebianPackage ()
|
||||
#
|
||||
# Disable the start-stop-daemon
|
||||
#
|
||||
disableStartStopDaemon
|
||||
disableStartStopDaemon ${prefix}
|
||||
|
||||
#
|
||||
# Install the package
|
||||
@ -88,7 +88,7 @@ installDebianPackage ()
|
||||
#
|
||||
# Re-enable the start-stop-daemon
|
||||
#
|
||||
enableStartStopDaemon
|
||||
enableStartStopDaemon ${prefix}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user