[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] jbash prefers one backslash to two.
Update of /home2/or/cvsroot/tor/contrib
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor/contrib
Modified Files:
tor.sh.in torctl.in
Log Message:
jbash prefers one backslash to two.
one didn't work for me when i tried, but hey.
i hate shell.
Index: tor.sh.in
===================================================================
RCS file: /home2/or/cvsroot/tor/contrib/tor.sh.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- tor.sh.in 10 Nov 2004 03:37:06 -0000 1.7
+++ tor.sh.in 19 Nov 2004 08:36:25 -0000 1.8
@@ -15,7 +15,7 @@
TORCONF=@CONFDIR@/torrc
# Strictly speaking, we don't need to su if we have --user and --group.
# "Belt and suspenders," says jbash.
-TORARGS="--pidfile $TORPID --log \\"notice file $TORLOG \\" --runasdaemon 1 --datadirectory $TORDATA"
+TORARGS="--pidfile $TORPID --log \"notice file $TORLOG \" --runasdaemon 1 --datadirectory $TORDATA"
if [ "x$TORUSER" != "x" ]; then
TORARGS="$TORARGS --user $TORUSER"
fi
Index: torctl.in
===================================================================
RCS file: /home2/or/cvsroot/tor/contrib/torctl.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- torctl.in 14 Nov 2004 09:05:28 -0000 1.1
+++ torctl.in 19 Nov 2004 08:36:25 -0000 1.2
@@ -44,7 +44,7 @@
TORUSER=
TORGROUP=
-TORARGS="--pidfile $PIDFILE --log \\"notice file $LOGFILE \\" --runasdaemon 1"
+TORARGS="--pidfile $PIDFILE --log \"notice file $LOGFILE \" --runasdaemon 1"
TORARGS="$TORARGS --datadirectory $TORDATA"
if [ "x$TORUSER" != "x" ]; then