[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/lenny-volatile, updated. debian/0.95+dfsg-1-195-ge78e0f1
Stephen Gran
steve at lobefin.net
Sat Jun 20 13:07:03 UTC 2009
The following commit has been merged in the debian/lenny-volatile branch:
commit 91b0867bff2ae72f7c747ef6e03140a846e4056a
Author: Stephen Gran <steve at lobefin.net>
Date: Sat Jun 20 13:56:43 2009 +0100
We want --oknodo on the start calls in init scripts.
Signed-off-by: Stephen Gran <steve at lobefin.net>
diff --git a/debian/clamav-daemon.init.in b/debian/clamav-daemon.init.in
index aa6166e..c1360d3 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 --start -c $User --exec $DAEMON
+ start-stop-daemon --start -o -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 9d57995..03bfb6a 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 --start -c "$DatabaseOwner" --exec $DAEMON -- -d --quiet
+ start-stop-daemon --start -o -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 ac0b901..783a175 100644
--- a/debian/clamav-milter.init.in
+++ b/debian/clamav-milter.init.in
@@ -152,7 +152,7 @@ case "$1" in
fi
if [ -z "$RUN_SUPERVISED" ] ; then
log_daemon_msg "Starting $DESC" "$BASENAME"
- start-stop-daemon --start -c $User --exec $DAEMON
+ start-stop-daemon --start -o -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