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

Stephen Gran steve at lobefin.net
Fri Apr 24 22:20:15 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 874150c102179059a61806299b1eff798d4a48cf
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 eed2814..f88c569 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