summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-02-25 06:42:20 +0000
committerRoger Dingledine <arma@torproject.org>2004-02-25 06:42:20 +0000
commita2131d62bf46e766e53fe5e37d6ece8f9f775228 (patch)
treef443e566ab81b25801cf0a5cedd1600f500c813e
parent01e7b8638d33aa50468e173160c6c3172946d22e (diff)
downloadtor-a2131d62bf46e766e53fe5e37d6ece8f9f775228.tar.gz
tor-a2131d62bf46e766e53fe5e37d6ece8f9f775228.zip
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
-rw-r--r--debian/tor.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/tor.init b/debian/tor.init
index 6643cc2647..2a037ee5ae 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