1
0
forked from ports/contrib

tor: fix log file location

This commit is contained in:
Danny Rawlins 2008-07-18 18:03:57 +10:00
parent 6fc2ae1faa
commit 195b6ca1d4
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
d37b582ee35b4f69564b0635a449b5f6 tor-0.2.0.30.tar.gz
92ab54ed1ef6d346f49cac903cf197ea tor-config.patch
53f221aeaaaede055c810cd1858b294c tor-config.patch
9a9942f93a063c2d88ec8b3c1e228fd0 tor.rc

View File

@ -6,7 +6,7 @@ diff -pruN tor-0.2.0.30.orig/src/config/torrc.sample.in tor-0.2.0.30/src/config/
##
## Send all messages of level 'notice' or higher to @LOCALSTATEDIR@/log/tor/notices.log
-#Log notice file @LOCALSTATEDIR@/log/tor/notices.log
+Log notice file @LOCALSTATEDIR@/log/tor/notices.log
+Log notice file /var/log/tor/notices.log
## 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