]> git.pld-linux.org Git - packages/clamav.git/commitdiff
- fixed pid PATH
authorankry <ankry@pld-linux.org>
Mon, 1 Mar 2004 12:35:06 +0000 (12:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    clamav.init -> 1.7

clamav.init

index be9c2fd105a066d0a10e03138953de671b360699..3c7d1389471568ca415d3e52963d96f0f06e1191 100644 (file)
@@ -34,7 +34,7 @@ case "$1" in
         if [ -f /var/lock/subsys/clamd ]; then
                msg_stopping clamd
                killproc clamd
-               rm -f /var/run/clamd.pid /var/lock/subsys/clamd >/dev/null 2>&1
+               rm -f /var/run/clamav/clamd.pid /var/lock/subsys/clamd >/dev/null 2>&1
        else
                msg_not_running clamd
        fi      
This page took 0.030808 seconds and 4 git commands to generate.