[or-cvs] move the daemon back to /usr/bin/tor

Roger Dingledine arma at seul.org
Wed Feb 25 06:42:23 UTC 2004


Update of /home/or/cvsroot/debian
In directory moria.mit.edu:/home2/arma/work/onion/cvs/debian

Modified Files:
	tor.init 
Log Message:
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)


Index: tor.init
===================================================================
RCS file: /home/or/cvsroot/debian/tor.init,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- tor.init	17 Feb 2004 04:53:08 -0000	1.2
+++ tor.init	25 Feb 2004 06:42:20 -0000	1.3
@@ -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



More information about the tor-commits mailing list