[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] Wait for 60 seconds in init stop. 35 is too little.



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

Modified Files:
	changelog tor.init 
Log Message:
Wait for 60 seconds in init stop.  35 is too little.

Index: changelog
===================================================================
RCS file: /home/or/cvsroot/tor/debian/changelog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- changelog	4 Feb 2005 12:25:39 -0000	1.98
+++ changelog	10 Mar 2005 18:19:14 -0000	1.99
@@ -6,8 +6,9 @@
   * Update URL to tor in debian/control and debian/copyright.
   * Add a snippet to disable epoll in etc/default/tor, commented out.
   * Add a snippet to set nice level in etc/default/tor.
+  * Wait for 60 seconds in init stop.  35 is too little.
 
- -- Peter Palfrader <weasel@xxxxxxxxxx>  Fri,  4 Feb 2005 13:24:47 +0100
+ -- Peter Palfrader <weasel@xxxxxxxxxx>  Thu, 10 Mar 2005 19:18:28 +0100
 
 tor (0.0.9.4-1) unstable; urgency=low
 

Index: tor.init
===================================================================
RCS file: /home/or/cvsroot/tor/debian/tor.init,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- tor.init	4 Feb 2005 12:25:39 -0000	1.12
+++ tor.init	10 Mar 2005 18:19:14 -0000	1.13
@@ -8,7 +8,7 @@
 DESC="tor daemon"
 TORPID=/var/run/tor/tor.pid
 DEFAULTSFILE=/etc/default/$NAME
-WAITFORDAEMON=35
+WAITFORDAEMON=60
 ARGS=""
 MAX_FILEDESCRIPTORS=4096
 NICE=""