From c573b1a903e5eaa89f1fd3e8a24a6b3a96890e95 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 8 Jul 2004 01:22:06 +0000 Subject: * New upstream release: Fixes another instance of that remote crash bug. * Mention another reason why stop/reload may fail in the init script. svn:r2020 --- debian/changelog | 8 ++++++++ debian/tor.init | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index bf4a8eee17..a8366658a8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +tor (0.0.7.2-1) unstable; urgency=medium + + * New upstream release. + Fixes another instance of that remote crash bug. + * Mention another reason why stop/reload may fail in the init script. + + -- Peter Palfrader Thu, 8 Jul 2004 03:21:32 +0200 + tor (0.0.7.1-1) unstable; urgency=medium * New upstream release. diff --git a/debian/tor.init b/debian/tor.init index 63f0ac4473..640a5e88c8 100644 --- a/debian/tor.init +++ b/debian/tor.init @@ -71,7 +71,7 @@ case "$1" in then echo "FAILED (Is $pid not $NAME? Is $DAEMON a different binary now?)." else - echo "FAILED ($DAEMON died: process $pid not running)." + echo "FAILED ($DAEMON died: process $pid not running; or permission denied)." fi ;; reload|force-reload) @@ -87,7 +87,7 @@ case "$1" in then echo "FAILED (Is $pid not $NAME? Is $DAEMON a different binary now?)." else - echo "FAILED ($DAEMON died: process $pid not running)." + echo "FAILED ($DAEMON died: process $pid not running; or permission denied)." fi ;; restart) -- cgit v1.2.3-54-g00ecf