diff options
author | Roger Dingledine <arma@torproject.org> | 2004-02-25 06:42:20 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-02-25 06:42:20 +0000 |
commit | a2131d62bf46e766e53fe5e37d6ece8f9f775228 (patch) | |
tree | f443e566ab81b25801cf0a5cedd1600f500c813e /debian | |
parent | 01e7b8638d33aa50468e173160c6c3172946d22e (diff) | |
download | tor-a2131d62bf46e766e53fe5e37d6ece8f9f775228.tar tor-a2131d62bf46e766e53fe5e37d6ece8f9f775228.tar.gz |
move the daemon back to /usr/bin/tor
(it seems many people don't know they have a /usr/local/sbin/
damn the file system hierarchy standards)
svn:r1120
Diffstat (limited to 'debian')
-rw-r--r-- | debian/tor.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/tor.init b/debian/tor.init index 6643cc264..2a037ee5a 100644 --- a/debian/tor.init +++ b/debian/tor.init @@ -1,7 +1,7 @@ #! /bin/sh PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin -DAEMON=/usr/sbin/tor +DAEMON=/usr/bin/tor NAME=tor DESC="tor daemon" TORLOG=/var/log/tor/log |