Kaynağa Gözat

Create logfiles in logrotate so that they come into the world with the correct
mode (o-r).


svn:r13209

Peter Palfrader 17 yıl önce
ebeveyn
işleme
a4a802d31f
2 değiştirilmiş dosya ile 4 ekleme ve 1 silme
  1. 3 1
      debian/changelog
  2. 1 0
      debian/tor.logrotate

+ 3 - 1
debian/changelog

@@ -15,8 +15,10 @@ tor (0.2.0.17-alpha-1+svn) experimental; urgency=low
   * 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@debian.org>  Mon, 21 Jan 2008 15:59:54 +0100
+ -- Peter Palfrader <weasel@debian.org>  Mon, 21 Jan 2008 16:03:06 +0100
 
 tor (0.2.0.17-alpha-1) experimental; urgency=low
 

+ 1 - 0
debian/tor.logrotate

@@ -5,6 +5,7 @@
 	delaycompress
 	missingok
 	notifempty
+	create 0640 debian-tor adm
 	sharedscripts
 	postrotate
 		/etc/init.d/tor reload > /dev/null