]> git.pld-linux.org Git - packages/apache1.git/blobdiff - apache1.init
- fix pid removal
[packages/apache1.git] / apache1.init
index ae174076a2eada8f9b5b47b08b2a9737bfbcdad3..db9b8e9d8d67bb4410d1dec939a77cb0be2889c1 100644 (file)
@@ -53,7 +53,7 @@ case "$1" in
        if [ -f /var/lock/subsys/apache ]; then
                msg_stopping apache
                killproc apache
-               rm -f /var/lock/subsys/apache /var/run/.pid /var/run/apache.loc* >/dev/null 2>&1
+               rm -f /var/lock/subsys/apache /var/run/apache.pid /var/run/apache.loc* >/dev/null 2>&1
        else
                msg_not_running apache
        fi
This page took 0.060726 seconds and 4 git commands to generate.