diff options
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/tor.init | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index ac017913d1..3a04211852 100644 --- a/debian/changelog +++ b/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 diff --git a/debian/tor.init b/debian/tor.init index 0f1cb36246..13a3bbbb78 100644 --- a/debian/tor.init +++ b/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="" |