[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/etch-volatile, updated. debian/0.95+dfsg-1-257-g31df172

Stephen Gran steve at lobefin.net
Sat Jun 20 13:06:54 UTC 2009


The following commit has been merged in the debian/etch-volatile branch:
commit e27eed2fce3a6e05d8e5b456ec25e621ec96b7b3
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 76fc2ab..935b396 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