diff options
author | Roger Dingledine <arma@torproject.org> | 2004-02-17 04:53:08 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-02-17 04:53:08 +0000 |
commit | 265bf87a8292e6f3db0ee0980410c3abccb7a244 (patch) | |
tree | 8a4eaa23af3d4e0be6ba514aee6df835b4748032 | |
parent | a8d8b82662d6827cc3f1c4533de31f0794b64b91 (diff) | |
download | tor-265bf87a8292e6f3db0ee0980410c3abccb7a244.tar.gz tor-265bf87a8292e6f3db0ee0980410c3abccb7a244.zip |
now the deb finds the tor binary in the right place
(right weasel?)
svn:r1083
-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 2a037ee5ae..6643cc2647 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/bin/tor +DAEMON=/usr/sbin/tor NAME=tor DESC="tor daemon" TORLOG=/var/log/tor/log |