From: Roger Dingledine Date: Wed, 10 Nov 2004 03:37:06 +0000 (+0000) Subject: hack the tor.sh so it uses the new log format even on the command-line X-Git-Tag: debian-version-0.0.8+0.0.9pre5-1~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c549be0815c012e00f1526e5cf925548ea072bd7;p=thirdparty%2Ftor.git hack the tor.sh so it uses the new log format even on the command-line svn:r2777 --- diff --git a/contrib/tor.sh.in b/contrib/tor.sh.in index 642cd41fab..4fccd2479b 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 --logfile $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