[or-cvs] r15404: Change the contrib/tor.logrotate script so it makes the new (in tor/trunk: . contrib)

arma at seul.org arma at seul.org
Sun Jun 22 07:15:18 UTC 2008


Author: arma
Date: 2008-06-22 03:15:18 -0400 (Sun, 22 Jun 2008)
New Revision: 15404

Modified:
   tor/trunk/ChangeLog
   tor/trunk/contrib/tor.logrotate.in
Log:
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.

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


Modified: tor/trunk/ChangeLog
===================================================================
--- tor/trunk/ChangeLog	2008-06-22 06:44:28 UTC (rev 15403)
+++ tor/trunk/ChangeLog	2008-06-22 07:15:18 UTC (rev 15404)
@@ -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

Modified: tor/trunk/contrib/tor.logrotate.in
===================================================================
--- tor/trunk/contrib/tor.logrotate.in	2008-06-22 06:44:28 UTC (rev 15403)
+++ tor/trunk/contrib/tor.logrotate.in	2008-06-22 07:15:18 UTC (rev 15404)
@@ -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



More information about the tor-commits mailing list