[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-187-g5b3956a
Stephen Gran
steve at lobefin.net
Sat Jun 20 13:07:19 UTC 2009
The following commit has been merged in the debian/unstable branch:
commit 95914e242c04527df94e6a54409f70c56929ed9c
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 e1f526f..2003b14 100644
--- a/debian/clamav-milter.init.in
+++ b/debian/clamav-milter.init.in
@@ -154,7 +154,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