diff options
author | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2015-02-08 16:50:16 +0100 |
---|---|---|
committer | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2015-02-08 16:50:16 +0100 |
commit | abdd1593f888701a0adef461b1896f73671f0f4e (patch) | |
tree | e223b3453eba87803027eedb1c31bee9d92e9cec /net/privoxy/Makefile | |
parent | afaf425278b212bbcb6af140ca3e392a529cc0e5 (diff) |
privoxy: modified init scripts
remove "killall" from initscript because it kills itself #867
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Diffstat (limited to 'net/privoxy/Makefile')
-rw-r--r-- | net/privoxy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/privoxy/Makefile b/net/privoxy/Makefile index a693802a9..c7c0564a9 100644 --- a/net/privoxy/Makefile +++ b/net/privoxy/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=privoxy PKG_VERSION:=3.0.23 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-stable-src.tar.gz PKG_SOURCE_URL:=@SF/ijbswa |