From a2131d62bf46e766e53fe5e37d6ece8f9f775228 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Wed, 25 Feb 2004 06:42:20 +0000 Subject: 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 --- debian/tor.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') 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 -- cgit v1.2.3-54-g00ecf