diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-02-15 03:55:02 -0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2020-02-15 03:55:02 -0800 |
commit | acabb2cf50726ccafc3cb44aab4307440b2035a4 (patch) | |
tree | 52a5a243a142486ece6255f97d85fdf6f2cb2160 /net/tor/Makefile | |
parent | 349d26ac6c5d6caa87a017e9bdfcdefbaae04da2 (diff) |
tor: fix init scripts
pidfile should not be set. tor handles it.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'net/tor/Makefile')
-rw-r--r-- | net/tor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tor/Makefile b/net/tor/Makefile index d62b12901..f9f980af9 100644 --- a/net/tor/Makefile +++ b/net/tor/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tor PKG_VERSION:=0.4.2.6 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://dist.torproject.org/ \ |