[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-100-g76c7cec

Michael Tautschnig mt at debian.org
Mon Apr 20 13:31:08 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 76c7cec094ff55c8e76bf879edaaa38d4ee11e98
Author: Michael Tautschnig <mt at debian.org>
Date:   Mon Apr 20 15:30:27 2009 +0200

    Clamav-milter init bugfix
    
    - Also added changelog entry for earlier changes
    - Fixes: LP #363796
    
    Signed-off-by: Michael Tautschnig <mt at debian.org>

diff --git a/debian/changelog b/debian/changelog
index 908a595..c2eddbc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ clamav (0.95.1+dfsg-2) unstable; urgency=low
 
   [ Michael Tautschnig ]
   * Fixed LogFile handling in clamav-milter.postinst (logrotation was broken) 
+  
+  [ Stephen Gran ]
+  * More work on clamav-milter's init script
 
  -- Stephen Gran <sgran at debian.org>  Mon, 20 Apr 2009 08:17:29 +0200
 
diff --git a/debian/clamav-milter.init.in b/debian/clamav-milter.init.in
index eed2814..1001e87 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 --pidfile $PIDFILE $SOCKET" > /dev/null
+    su "$User" -p -s /bin/sh -c ". /lib/lsb/init-functions && start_daemon $DAEMON $OPTIONS -p $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