]> git.pld-linux.org Git - packages/squid.git/blobdiff - squid.init
- include some usable docs and FAQ instead of outdated ones
[packages/squid.git] / squid.init
index 5ac668d61033616e7e8d029cbbc5e456d21a7c04..3a410b7d32b7274fb6e809bffb584556dbcb8029 100644 (file)
@@ -72,8 +72,8 @@ case "$1" in
        if [ -f /var/lock/subsys/squid ]; then
                # Stop daemons.
                msg_stopping Squid
-               if [ -f /var/run/httpd.pid ]; then
-                       PID=$(filter_chroot `cat /var/log/squid/squid.pid`)
+               if [ -f /var/run/squid.pid ]; then
+                       PID=$(filter_chroot `cat /var/run/squid.pid`)
                        if [ -z "$PID" ]; then
                                PID=0
                        fi
This page took 0.028726 seconds and 4 git commands to generate.