Logrotate var/log/tor/*log instead of just var/log/tor/log

svn:r1970
This commit is contained in:
Peter Palfrader
2004-06-15 13:22:12 +00:00
parent 62d0edb1cd
commit 2bf989c93b
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -1,3 +1,11 @@
tor (0.0.7-2) unstable; urgency=low
* NOT YET RELEASED
* Logrotate var/log/tor/*log instead of just var/log/tor/log, in
case the admin wants several logs.
-- Peter Palfrader <weasel@debian.org> Tue, 15 Jun 2004 15:21:06 +0200
tor (0.0.7-1) unstable; urgency=low
* New upstream version
+1 -1
View File
@@ -1,4 +1,4 @@
/var/log/tor/log {
/var/log/tor/*log {
daily
rotate 5
compress