lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 275874dc22180f61d62f0d7a6793d223eb618fc6
parent 239ed96b0d7279e71ed233f3f9c038050c589026
Author: Hauke Mehrtens <hauke@hauke-m.de>
Date:   Sat, 14 Jan 2017 17:40:43 +0100

tor: log to syslog by default

Make tor log to syslog by default instead of stdout.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>

Diffstat:
Mnet/tor/patches/001-torrc.patch | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/net/tor/patches/001-torrc.patch b/net/tor/patches/001-torrc.patch @@ -1,5 +1,14 @@ --- a/src/config/torrc.sample.in +++ b/src/config/torrc.sample.in +@@ -39,7 +39,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 +50,7 @@ ## The directory for keeping all the keys/etc. By default, we store