summaryrefslogtreecommitdiff
path: root/package/privoxy
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-12-30 22:57:30 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-12-30 22:57:30 +0100
commit0a96e4538fe6552dd75aa939b249030f4cdfd77f (patch)
tree8c998c4ab78ea4b60d433847a9632466b9a814a4 /package/privoxy
parent845317b460ee99ad633534cad4de72404af7e30b (diff)
fix startup scripts, fix stop routine
Diffstat (limited to 'package/privoxy')
-rw-r--r--package/privoxy/files/privoxy.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/privoxy/files/privoxy.init b/package/privoxy/files/privoxy.init
index ab782e9ef..3f4bd6021 100644
--- a/package/privoxy/files/privoxy.init
+++ b/package/privoxy/files/privoxy.init
@@ -14,7 +14,7 @@ start)
/usr/sbin/privoxy /etc/privoxy
;;
stop)
- pkill privoxy
+ kill $(pgrep -f /usr/sbin/privoxy)
;;
restart)
sh $0 stop