diff options
author | Roger Dingledine <arma@torproject.org> | 2004-11-19 08:36:25 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-11-19 08:36:25 +0000 |
commit | aa9461f13a9a0489da7bdb169d07ac18265ca817 (patch) | |
tree | e3eaac3a834b583f61f4469270d345612c088234 /contrib | |
parent | e4eb15152b73b7912c53ad649a8126c5efdf119d (diff) | |
download | tor-aa9461f13a9a0489da7bdb169d07ac18265ca817.tar.gz tor-aa9461f13a9a0489da7bdb169d07ac18265ca817.zip |
jbash prefers one backslash to two.
one didn't work for me when i tried, but hey.
i hate shell.
svn:r2910
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/tor.sh.in | 2 | ||||
-rw-r--r-- | contrib/torctl.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/tor.sh.in b/contrib/tor.sh.in index 4fccd2479b..b0a76314dd 100644 --- a/contrib/tor.sh.in +++ b/contrib/tor.sh.in @@ -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 diff --git a/contrib/torctl.in b/contrib/torctl.in index c557eee920..ee865844ba 100644 --- a/contrib/torctl.in +++ b/contrib/torctl.in @@ -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 |