[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 14d530239329a2b543a6df26b0e2fff75124e5be
Author: Stephen Gran <steve at lobefin.net>
Date:   Fri Apr 24 23:19:18 2009 +0100

    Oops.  Wrong variable name
    Signed-off-by: Stephen Gran <steve at lobefin.net>

diff --git a/debian/clamav-milter.init.in b/debian/clamav-milter.init.in
index 1001e87..d243df8 100644
--- a/debian/clamav-milter.init.in
+++ b/debian/clamav-milter.init.in
@@ -103,8 +103,8 @@ if [ "${SOCKET_PATH#inet}" = "${SOCKET_PATH}" ]; then
   chown $User $(dirname "$SOCKET_PATH")
 fi
 
-make_dir $(dirname "$THEPIDFILE")
-chown $User $(dirname "$THEPIDFILE")
+make_dir $(dirname "$PIDFILE")
+chown $User $(dirname "$PIDFILE")
 
 case "$1" in
   start)

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list