Commit a4a802d3 authored by Peter Palfrader's avatar Peter Palfrader
Browse files

Create logfiles in logrotate so that they come into the world with the correct

mode (o-r).


svn:r13209
parent 17d711e2
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
	delaycompress
	missingok
	notifempty
	create 0640 debian-tor adm
	sharedscripts
	postrotate
		/etc/init.d/tor reload > /dev/null