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

Stephen Gran steve at lobefin.net
Sat Apr 25 11:45:50 UTC 2009


The following commit has been merged in the debian/etch-volatile branch:
commit cbf69ded26c9e0e2ede88e2380abfd76222628d6
Author: Stephen Gran <steve at lobefin.net>
Date:   Sat Apr 25 12:11:16 2009 +0100

    Some changes to the milter init script
    Signed-off-by: Stephen Gran <steve at lobefin.net>
    
    Conflicts:
    
    	debian/clamav-milter.init.in
    
    Signed-off-by: Stephen Gran <steve at lobefin.net>

diff --git a/debian/clamav-milter.init.in b/debian/clamav-milter.init.in
index d243df8..f88c569 100644
--- a/debian/clamav-milter.init.in
+++ b/debian/clamav-milter.init.in
@@ -123,7 +123,7 @@ case "$1" in
   fi
   if [ -z "$RUN_SUPERVISED" ] ; then
     log_daemon_msg "Starting $DESC" "$BASENAME"
-    su "$User" -p -s /bin/sh -c ". /lib/lsb/init-functions && start_daemon $DAEMON $OPTIONS -p $PIDFILE $SOCKET" > /dev/null
+    su "$User" -p -s /bin/sh -c ". /lib/lsb/init-functions && start_daemon $DAEMON $OPTIONS --pidfile $PIDFILE $SOCKET" > /dev/null
     ret=$?
   else
     log_daemon_msg "Starting $DESC" "$BASENAME (supervised)"

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list