[or-cvs] No longer use --pidfile, --logfile, and --runasdaemon comma...

Peter Palfrader weasel at seul.org
Wed Nov 10 03:42:08 UTC 2004


Update of /home/or/cvsroot/debian
In directory moria.mit.edu:/tmp/cvs-serv14501/debian

Modified Files:
	changelog tor.init 
Log Message:
No longer use --pidfile, --logfile, and --runasdaemon command line options.  Set them in the configfile instead.


Index: changelog
===================================================================
RCS file: /home/or/cvsroot/debian/changelog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- changelog	10 Nov 2004 03:30:50 -0000	1.65
+++ changelog	10 Nov 2004 03:42:06 -0000	1.66
@@ -3,8 +3,10 @@
   * New upstream (pre)release.
   * 04_fix_test can be backed out again.
   * Make sure all patches apply cleanly.
+  * No longer use --pidfile, --logfile, and --runasdaemon
+    command line options.  Set them in the configfile instead.
 
- -- Peter Palfrader <weasel at debian.org>  Wed, 10 Nov 2004 03:26:40 +0100
+ -- Peter Palfrader <weasel at debian.org>  Wed, 10 Nov 2004 04:41:42 +0100
 
 tor (0.0.8+0.0.9pre4-1) unstable; urgency=low
 

Index: tor.init
===================================================================
RCS file: /home/or/cvsroot/debian/tor.init,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- tor.init	8 Jul 2004 01:22:06 -0000	1.6
+++ tor.init	10 Nov 2004 03:42:06 -0000	1.7
@@ -6,11 +6,10 @@
 DAEMON=/usr/sbin/tor
 NAME=tor
 DESC="tor daemon"
-TORLOG=/var/log/tor/log
 TORPID=/var/run/tor/tor.pid
 DEFAULTSFILE=/etc/default/$NAME
 WAITFORDAEMON=10
-ARGS="--pidfile $TORPID --logfile $TORLOG --runasdaemon 1"
+ARGS=""
 
 test -x $DAEMON || exit 0
 



More information about the tor-commits mailing list