[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r13209: Create logfiles in logrotate so that they come into the worl (tor/trunk/debian)



Author: weasel
Date: 2008-01-21 10:03:33 -0500 (Mon, 21 Jan 2008)
New Revision: 13209

Modified:
   tor/trunk/debian/changelog
   tor/trunk/debian/tor.logrotate
Log:
Create logfiles in logrotate so that they come into the world with the correct
mode (o-r).


Modified: tor/trunk/debian/changelog
===================================================================
--- tor/trunk/debian/changelog	2008-01-21 15:00:34 UTC (rev 13208)
+++ tor/trunk/debian/changelog	2008-01-21 15:03:33 UTC (rev 13209)
@@ -15,8 +15,10 @@
   * postinst: if we reboot between unpacking and configuring on some smart
     systems this will mean that we just lost /var/run/tor - creating it
     in the maintainer script if it doesn't exist.
+  * Create logfiles in logrotate so that they come into the world with the
+    correct mode (o-r).
 
- -- Peter Palfrader <weasel@xxxxxxxxxx>  Mon, 21 Jan 2008 15:59:54 +0100
+ -- Peter Palfrader <weasel@xxxxxxxxxx>  Mon, 21 Jan 2008 16:03:06 +0100
 
 tor (0.2.0.17-alpha-1) experimental; urgency=low
 

Modified: tor/trunk/debian/tor.logrotate
===================================================================
--- tor/trunk/debian/tor.logrotate	2008-01-21 15:00:34 UTC (rev 13208)
+++ tor/trunk/debian/tor.logrotate	2008-01-21 15:03:33 UTC (rev 13209)
@@ -5,6 +5,7 @@
 	delaycompress
 	missingok
 	notifempty
+	create 0640 debian-tor adm
 	sharedscripts
 	postrotate
 		/etc/init.d/tor reload > /dev/null