Apply Debian package changes 3.0.28-1 and 3.0.28-2
[privoxy.git] / debian / logrotate
index deddd26..d86c12b 100644 (file)
@@ -9,7 +9,7 @@
                if which invoke-rc.d >/dev/null 2>&1; then
                        invoke-rc.d privoxy rotate > /dev/null
                else
-                       if [ -f /var/run/privoxy.pid ]; then
+                       if [ -f /run/privoxy.pid ]; then
                                /etc/init.d/privoxy rotate > /dev/null
                        fi
                fi