Commit 52c50140 authored by Roger Dingledine's avatar Roger Dingledine
Browse files

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)


svn:r15404
parent 6a17067d
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
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
+2 −0
Original line number Diff line number Diff line
@@ -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