[or-cvs] Use macros in place of details.

phobos at seul.org phobos at seul.org
Fri May 26 13:32:58 UTC 2006


Update of /home/or/cvsroot/tor/contrib/suse
In directory moria:/tmp/cvs-serv8260

Modified Files:
	tor.sh.in 
Log Message:
Use macros in place of details.


Index: tor.sh.in
===================================================================
RCS file: /home/or/cvsroot/tor/contrib/suse/tor.sh.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -d -r1.1 -r1.2
--- tor.sh.in	26 May 2006 13:22:20 -0000	1.1
+++ tor.sh.in	26 May 2006 13:32:56 -0000	1.2
@@ -40,12 +40,12 @@ rc_reset
 # Increase open file descriptors a reasonable amount
 ulimit -n 8192
 
-TORCTL=/usr/local/bin/torctl
+TORCTL=@BINDIR@/torctl
 
 # torctl will use these environment variables
-TORUSER=_tor
+TORUSER=@TORUSER@
 export TORUSER
-TORGROUP=_tor
+TORGROUP=@TORGROUP@
 export TORGROUP
 
 if [ -x /bin/su ] ; then



More information about the tor-commits mailing list