jbash prefers one backslash to two.

one didn't work for me when i tried, but hey.
i hate shell.


svn:r2910
This commit is contained in:
Roger Dingledine 2004-11-19 08:36:25 +00:00
parent e4eb15152b
commit aa9461f13a
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ TORDATA=@LOCALSTATEDIR@/lib/tor
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

View File

@ -44,7 +44,7 @@ TORDATA=@LOCALSTATEDIR@/lib/tor
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