diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2017-01-14 15:28:02 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-01-15 23:18:47 +0100 |
commit | 66b9522c26e9692ddf0aeadaf20c30529f50f397 (patch) | |
tree | 882fe705cd9deb4b1124a2cfaa7c81f4b15bfaae /net/tor/patches | |
parent | 28d7c88581459a9e94bf93ad7b0f6828f20a3002 (diff) |
tor: update to version 0.2.9.8
In addition update some configure options and use EXTRA_CFLAGS.
Setting RunAsDaemon to 1 will be overwritten by the init script option
"--runasdaemon 0" anyway and we want it in foreground for procd.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'net/tor/patches')
-rw-r--r-- | net/tor/patches/001-torrc.patch | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/net/tor/patches/001-torrc.patch b/net/tor/patches/001-torrc.patch index 47e04f93f..eb315a077 100644 --- a/net/tor/patches/001-torrc.patch +++ b/net/tor/patches/001-torrc.patch @@ -1,11 +1,6 @@ --- a/src/config/torrc.sample.in +++ b/src/config/torrc.sample.in -@@ -46,11 +46,11 @@ - ## Uncomment this to start the process in the background... or use - ## --runasdaemon 1 on the command line. This is ignored on Windows; - ## see the FAQ entry if you want Tor to run as an NT service. --#RunAsDaemon 1 -+RunAsDaemon 1 +@@ -50,7 +50,7 @@ ## The directory for keeping all the keys/etc. By default, we store ## things in $HOME/.tor on Unix, and in Application Data\tor on Windows. @@ -14,7 +9,7 @@ ## The port on which Tor will listen for local connections from Tor ## controller applications, as documented in control-spec.txt. -@@ -202,3 +202,4 @@ +@@ -204,3 +204,4 @@ ## address manually to your friends, uncomment this line: #PublishServerDescriptor 0 |