mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-20 02:09:24 +01:00
Create logfiles in logrotate so that they come into the world with the correct
mode (o-r). svn:r13209
This commit is contained in:
parent
17d711e258
commit
a4a802d31f
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -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
debian/tor.logrotate
vendored
1
debian/tor.logrotate
vendored
@ -5,6 +5,7 @@
|
||||
delaycompress
|
||||
missingok
|
||||
notifempty
|
||||
create 0640 debian-tor adm
|
||||
sharedscripts
|
||||
postrotate
|
||||
/etc/init.d/tor reload > /dev/null
|
||||
|
Loading…
Reference in New Issue
Block a user