diff options
author | Peter Palfrader <peter@palfrader.org> | 2009-01-18 00:50:31 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2009-01-18 00:50:31 +0000 |
commit | 58110054427a74075c28e78345005ad9546b612c (patch) | |
tree | 7ac54f7ddab0ca64a224b03720e2bcf483dab055 /debian | |
parent | 0e5973dec27c5c9d4e711423ab1257bb53bdb875 (diff) | |
download | tor-58110054427a74075c28e78345005ad9546b612c.tar.gz tor-58110054427a74075c28e78345005ad9546b612c.zip |
README.Debian: No longer claim we change the default 'Group' setting when run
as debian-user. That setting no longer exists.
svn:r18159
Diffstat (limited to 'debian')
-rw-r--r-- | debian/README.Debian | 2 | ||||
-rw-r--r-- | debian/changelog | 7 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/README.Debian b/debian/README.Debian index d2e8bf20dc..26a72d1cac 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -7,7 +7,7 @@ Debian. If Tor is started as root or the 'debian-tor' user, then: - PidFile is set to /var/run/tor/tor.pid (No default upstream), - default logging goes to /var/log/tor/log (instead of stdout), - DataDirectory is set to /var/lib/tor (uses $HOME/.tor upstream), -- User and Group are set to "debian-tor". +- User is set to "debian-tor". If Tor is started as any other user it behaves just like upstream's. diff --git a/debian/changelog b/debian/changelog index e57df767c4..fa68d90b87 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +tor (0.2.1.10-XXXXXXX) XXperimental; urgency=low + + * README.Debian: No longer claim we change the default 'Group' setting + when run as debian-user. That setting no longer exists. + + -- Peter Palfrader <weasel@debian.org> Sun, 18 Jan 2009 01:49:26 +0100 + tor (0.2.1.10-alpha-1) experimental; urgency=low * New alpha release. |