aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--contrib/tor.logrotate.in2
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9a4eafcc9a..1ce9a06a18 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Changes in version 0.2.1.3-alpha - 2008-06-xx
+ o Minor bugfixes:
+ - Change the contrib/tor.logrotate script so it makes the new
+ logs as "_tor:_tor" rather than the default, which is generally
+ "root:wheel". Fixes bug 676, reported by Serge Koksharov.
+
+
Changes in version 0.2.1.2-alpha - 2008-06-20
o Major features:
- New TestingTorNetwork option to allow adjustment of previously
diff --git a/contrib/tor.logrotate.in b/contrib/tor.logrotate.in
index 429fc57005..6e75f80bf0 100644
--- a/contrib/tor.logrotate.in
+++ b/contrib/tor.logrotate.in
@@ -5,6 +5,8 @@
delaycompress
missingok
notifempty
+ # you may need to change the username/groupname below
+ create 0640 _tor _tor
sharedscripts
postrotate
/etc/init.d/tor reload > /dev/null