Ver código fonte

Wait for 60 seconds in init stop. 35 is too little.

svn:r3734
Peter Palfrader 19 anos atrás
pai
commit
5937db52ea
2 arquivos alterados com 3 adições e 2 exclusões
  1. 2 1
      debian/changelog
  2. 1 1
      debian/tor.init

+ 2 - 1
debian/changelog

@@ -6,8 +6,9 @@ tor (0.1.0.0-alpha-cvs-1) UNRELEASED; urgency=low
   * 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@debian.org>  Fri,  4 Feb 2005 13:24:47 +0100
+ -- Peter Palfrader <weasel@debian.org>  Thu, 10 Mar 2005 19:18:28 +0100
 
 tor (0.0.9.4-1) unstable; urgency=low
 

+ 1 - 1
debian/tor.init

@@ -8,7 +8,7 @@ NAME=tor
 DESC="tor daemon"
 TORPID=/var/run/tor/tor.pid
 DEFAULTSFILE=/etc/default/$NAME
-WAITFORDAEMON=35
+WAITFORDAEMON=60
 ARGS=""
 MAX_FILEDESCRIPTORS=4096
 NICE=""