From: Roland Rosenfeld Date: Sat, 6 Dec 2003 22:24:40 +0000 (+0000) Subject: Remove pid file on privoxy stop in init.d script X-Git-Tag: v_3_0_3~46 X-Git-Url: http://www.privoxy.org/gitweb/?a=commitdiff_plain;h=f95b4c8691094b26bde2194ec5dad011a4c3119c;p=privoxy.git Remove pid file on privoxy stop in init.d script --- 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)