[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-173-gedcc7e5
Stephen Gran
steve at lobefin.net
Sun Jun 14 11:09:43 UTC 2009
The following commit has been merged in the debian/unstable branch:
commit edcc7e59668462b22d7452a002eca7184c25c5ee
Author: Stephen Gran <steve at lobefin.net>
Date: Sun Jun 14 12:09:28 2009 +0100
Fix s-s-d
Signed-off-by: Stephen Gran <steve at lobefin.net>
diff --git a/debian/clamav-daemon.init.in b/debian/clamav-daemon.init.in
index 9c5a449..aa6166e 100644
--- a/debian/clamav-daemon.init.in
+++ b/debian/clamav-daemon.init.in
@@ -91,7 +91,7 @@ case "$1" in
OPTIND=1
if [ -z "$RUN_SUPERVISED" ] ; then
log_daemon_msg "Starting $DESC" "$NAME "
- start-stop-daemon -c $User --exec $DAEMON
+ start-stop-daemon --start -c $User --exec $DAEMON
ret=$?
else
log_daemon_msg "Starting $DESC" "$NAME (supervised) "
diff --git a/debian/clamav-freshclam.init.in b/debian/clamav-freshclam.init.in
index 1ef6788..9d57995 100644
--- a/debian/clamav-freshclam.init.in
+++ b/debian/clamav-freshclam.init.in
@@ -99,7 +99,7 @@ case "$1" in
log_end_msg 255
exit 0
fi
- start-stop-daemon -c "$DatabaseOwner" --exec $DAEMON -- -d --quiet
+ start-stop-daemon --start -c "$DatabaseOwner" --exec $DAEMON -- -d --quiet
log_end_msg $?
;;
stop)
diff --git a/debian/clamav-milter.init.in b/debian/clamav-milter.init.in
index cc2b1b3..28afcca 100644
--- a/debian/clamav-milter.init.in
+++ b/debian/clamav-milter.init.in
@@ -119,7 +119,7 @@ case "$1" in
fi
if [ -z "$RUN_SUPERVISED" ] ; then
log_daemon_msg "Starting $DESC" "$BASENAME"
- start-stop-daemon -c $User --exec $DAEMON
+ start-stop-daemon --start -c $User --exec $DAEMON
ret=$?
else
log_daemon_msg "Starting $DESC" "$BASENAME (supervised)"
--
Debian repository for ClamAV
More information about the Pkg-clamav-commits
mailing list