summarylogtreecommitdiffstats
path: root/torrc.patch
diff options
context:
space:
mode:
authorKokaKiwi2023-11-01 15:07:11 +0100
committerKokaKiwi2023-11-01 15:07:11 +0100
commit8d4d666a01379f0613354851b0a8841f278f31a8 (patch)
tree1f31dfec413a52bb43b57146543c6ca39a3bd66b /torrc.patch
parentdcd71818e6e6fc9e7fe19f2236ebd40f0d0f31d3 (diff)
downloadaur-8d4d666a01379f0613354851b0a8841f278f31a8.tar.gz
upgpkg: tor-unstable 0.4.8.7-1
upstream release (until new unstable release) Upstream-Tag: https://gitlab.torproject.org/tpo/core/tor/-/tags/tor-0.4.8.7 Upstream-Changes: https://gitlab.torproject.org/tpo/core/tor/-/blob/tor-0.4.8.7/ChangeLog
Diffstat (limited to 'torrc.patch')
-rw-r--r--torrc.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/torrc.patch b/torrc.patch
new file mode 100644
index 000000000000..9d35ceeeabba
--- /dev/null
+++ b/torrc.patch
@@ -0,0 +1,29 @@
+--- a/src/config/torrc.sample.in
++++ b/src/config/torrc.sample.in
+@@ -11,6 +11,7 @@
+ ##
+ ## Tor will look for this file in various places based on your platform:
+ ## https://support.torproject.org/tbb/tbb-editing-torrc/
++User tor
+
+ ## Tor opens a SOCKS proxy on port 9050 by default -- even if you don't
+ ## configure one below. Set "SOCKSPort 0" if you plan to run Tor only
+@@ -39,7 +40,7 @@
+ ## Send every possible message to @LOCALSTATEDIR@/log/tor/debug.log
+ #Log debug file @LOCALSTATEDIR@/log/tor/debug.log
+ ## Use the system log instead of Tor's logfiles
+-#Log notice syslog
++Log notice syslog
+ ## To send all messages to stderr:
+ #Log debug stderr
+
+@@ -50,7 +51,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.
+-#DataDirectory @LOCALSTATEDIR@/lib/tor
++DataDirectory @LOCALSTATEDIR@/lib/tor
+
+ ## The port on which Tor will listen for local connections from Tor
+ ## controller applications, as documented in control-spec.txt.
+