From 1bb56be25b8310fca79be97adfbcebfedefac09d Mon Sep 17 00:00:00 2001 From: steve Date: Wed, 13 Dec 2006 13:24:58 +0000 Subject: [PATCH] 2006-12-13 13:24:58 by steve Make start-stop-daemon changes work. See #402889 --- hooks/common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hooks/common.sh b/hooks/common.sh index 5cd53e8..952341b 100644 --- a/hooks/common.sh +++ b/hooks/common.sh @@ -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} }