]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Change the contrib/tor.logrotate script so it makes the new
authorRoger Dingledine <arma@torproject.org>
Sun, 22 Jun 2008 07:15:18 +0000 (07:15 +0000)
committerRoger Dingledine <arma@torproject.org>
Sun, 22 Jun 2008 07:15:18 +0000 (07:15 +0000)
logs as "_tor:_tor" rather than the default, which is generally
"root:wheel". Fixes bug 676, reported by Serge Koksharov.

Andrew, you should check if this breaks the rpm building (or if
it makes it work better)

svn:r15404

ChangeLog
contrib/tor.logrotate.in

index 9a4eafcc9a43dbe08624051333316cf52e4c811d..1ce9a06a180661d466b5b4150f48925d3a3bc5ac 100644 (file)
--- 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
index 429fc57005f1e3f4ff896c96de95b03c35d48603..6e75f80bf06c1e41b9becab2a1d79954782b8c3e 100644 (file)
@@ -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