aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2005-03-10 18:19:14 +0000
committerPeter Palfrader <peter@palfrader.org>2005-03-10 18:19:14 +0000
commit5937db52eae44397676c153364e7d193ed295760 (patch)
tree9208c87466c3142b4284bce3815917d47c1b641d /debian
parenta308353600a525ffda88d85f91cf3d307dd83ee0 (diff)
downloadtor-5937db52eae44397676c153364e7d193ed295760.tar.gz
tor-5937db52eae44397676c153364e7d193ed295760.zip
Wait for 60 seconds in init stop. 35 is too little.
svn:r3734
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
-rw-r--r--debian/tor.init2
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=""