]> git.pld-linux.org Git - packages/proftpd.git/commitdiff
remove more proftpd files from /var/run on shutdown
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 30 May 2001 22:51:49 +0000 (22:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    proftpd.init -> 1.2

proftpd.init

index 78c06df27142ce41491335026dca8f711b10229b..d0b2b8a4e4e617f7d74f682d50290a332d086954 100644 (file)
@@ -45,7 +45,7 @@ case "$1" in
        if [ -f /var/lock/subsys/proftpd ]; then
                 msg_stopping ProFTPD
                 killproc proftpd
-                rm -f /var/lock/subsys/proftpd /var/run/proftpd.pid >/dev/null 2>&1
+                rm -f /var/lock/subsys/proftpd /var/run/proftpd* > /dev/null 2>&1
         else
                msg_Not_Running ProFTPD
                exit 1
This page took 0.305648 seconds and 4 git commands to generate.