summaryrefslogtreecommitdiff
path: root/security/tor-devel/files/patch-contrib-tor.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'security/tor-devel/files/patch-contrib-tor.sh.in')
-rw-r--r--security/tor-devel/files/patch-contrib-tor.sh.in19
1 files changed, 0 insertions, 19 deletions
diff --git a/security/tor-devel/files/patch-contrib-tor.sh.in b/security/tor-devel/files/patch-contrib-tor.sh.in
deleted file mode 100644
index ebf4e9359cbd..000000000000
--- a/security/tor-devel/files/patch-contrib-tor.sh.in
+++ /dev/null
@@ -1,19 +0,0 @@
---- contrib/tor.sh.in.orig Sat Jun 18 13:27:28 2005
-+++ contrib/tor.sh.in Sat Jun 18 13:29:00 2005
-@@ -5,12 +5,12 @@
- # chkconfig: 2345 90 10
- # description: Onion Router
-
--TORUSER=
--TORGROUP=
-+TORUSER=_tor
-+TORGROUP=_tor
- TORBIN=@BINDIR@/tor
- TORPID=@LOCALSTATEDIR@/run/tor/tor.pid
--TORLOG=@LOCALSTATEDIR@/log/tor/tor.log
--TORDATA=@LOCALSTATEDIR@/lib/tor
-+TORLOG=/var/log/tor.log
-+TORDATA=/var/db/tor/data
-
- TORCONF=@CONFDIR@/torrc
- # Strictly speaking, we don't need to su if we have --user and --group.