diff options
author | Roger Dingledine <arma@torproject.org> | 2004-11-10 03:37:06 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-11-10 03:37:06 +0000 |
commit | c549be0815c012e00f1526e5cf925548ea072bd7 (patch) | |
tree | 33648b5474ca0e2349a477bfa8715a871c7cf406 /contrib | |
parent | 9921ce7c580e229fb15bbaab203a3e5fae69d855 (diff) | |
download | tor-c549be0815c012e00f1526e5cf925548ea072bd7.tar.gz tor-c549be0815c012e00f1526e5cf925548ea072bd7.zip |
hack the tor.sh so it uses the new log format even on the command-line
svn:r2777
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/tor.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |