diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-08-04 12:21:48 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-08-04 12:21:48 -0400 |
commit | e7d2a9b6c4407217780be3a0d0cbb29fd3812cf5 (patch) | |
tree | 437fdab02dd55d51d1bb397f48c69ec1918dc974 /debian/README.Debian | |
parent | f206209abfc1f98bbbd0be5b6e36fdec6709953d (diff) | |
download | tor-e7d2a9b6c4407217780be3a0d0cbb29fd3812cf5.tar.gz tor-e7d2a9b6c4407217780be3a0d0cbb29fd3812cf5.zip |
Remove the debian directory from the main git repository
Once upon a time it made sense to keep all the Debian files in the
main Tor distribution, since repeatedly merging them back in was hard.
Now that we're on git, that's no longer so.
Peter's debian repository at debian/tor.git on our git server has the
most recent version of the tor-on-debian packaging stuff, and the versions
in our own repository have gotten out of date.
Resolves bug #1735.
Diffstat (limited to 'debian/README.Debian')
-rw-r--r-- | debian/README.Debian | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/debian/README.Debian b/debian/README.Debian deleted file mode 100644 index 26a72d1cac..0000000000 --- a/debian/README.Debian +++ /dev/null @@ -1,16 +0,0 @@ -This is the Debian package for Tor, The Onion Router. - -Some changes have been made to the Tor source to integrate it better into -Debian. If Tor is started as root or the 'debian-tor' user, then: - -- RunAsDaemon is enabled, -- 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 is set to "debian-tor". - -If Tor is started as any other user it behaves just like upstream's. - --- -Peter Palfrader, Mon, 24 Jul 2006 05:20:30 +0200 - Sat, 23 Feb 2008 13:44:40 +0100 |