From f95b4c8691094b26bde2194ec5dad011a4c3119c Mon Sep 17 00:00:00 2001 From: Roland Rosenfeld Date: Sat, 6 Dec 2003 22:24:40 +0000 Subject: [PATCH] Remove pid file on privoxy stop in init.d script --- debian/init.d | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/init.d b/debian/init.d index 012668da..55b37155 100644 --- a/debian/init.d +++ b/debian/init.d @@ -24,6 +24,7 @@ case "$1" in echo -n "Stopping $DESC: " start-stop-daemon --oknodo --stop --quiet --pidfile $PIDFILE \ --exec $DAEMON + rm -f $PIDFILE echo "$NAME." ;; #reload) -- 2.50.1