diff options
author | Peter Palfrader <peter@palfrader.org> | 2008-01-21 14:58:20 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2008-01-21 14:58:20 +0000 |
commit | d98d1ea0d9d0d8cb879aa5954bf4fedf4ae8d2a4 (patch) | |
tree | c722e3056dfe9b429cc777ba77add2873cb2a3b3 /debian/changelog | |
parent | 3d3dbe90abb0a0d05213974d205ae29c5af5b55e (diff) | |
download | tor-d98d1ea0d9d0d8cb879aa5954bf4fedf4ae8d2a4.tar tor-d98d1ea0d9d0d8cb879aa5954bf4fedf4ae8d2a4.tar.gz |
postinst: We were only fixing the permissions of /var/{lib,run,log}/tor when we
were not upgrading. Unfortunately the check doesn't work all that well usually
in cases where the package was removed (not purged) and then later re-installed
again. Now we ensure proper ownership and modes for all the directories and
files below /var/{lib,run,log}/tor (the dirs themselves included) every time we
run postinst.
svn:r13207
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 2a711ba9a..d04fdcfe0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,8 +6,14 @@ tor (0.2.0.17-alpha-1+svn) experimental; urgency=low to some other range then they probably have a good reason for that. * postinst: change wording if debian-tor's homedir is wrong, do not print anything if it is ok. - - -- Peter Palfrader <weasel@debian.org> Mon, 21 Jan 2008 15:46:29 +0100 + * postinst: We were only fixing the permissions of /var/{lib,run,log}/tor + when we were not upgrading. Unfortunately the check doesn't work all + that well usually in cases where the package was removed (not purged) + and then later re-installed again. Now we ensure proper ownership + and modes for all the directories and files below /var/{lib,run,log}/tor + (the dirs themselves included) every time we run postinst. + + -- Peter Palfrader <weasel@debian.org> Mon, 21 Jan 2008 15:56:12 +0100 tor (0.2.0.17-alpha-1) experimental; urgency=low |