diff options
author | Peter Palfrader <peter@palfrader.org> | 2004-07-08 01:22:06 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2004-07-08 01:22:06 +0000 |
commit | c573b1a903e5eaa89f1fd3e8a24a6b3a96890e95 (patch) | |
tree | 50fa2970e24fc81f8b869bb3fb02547dba4041a3 /debian/tor.init | |
parent | 38c889c454d0b6534760007001ce81b2f5e4beaf (diff) | |
download | tor-c573b1a903e5eaa89f1fd3e8a24a6b3a96890e95.tar tor-c573b1a903e5eaa89f1fd3e8a24a6b3a96890e95.tar.gz |
* 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
Diffstat (limited to 'debian/tor.init')
-rw-r--r-- | debian/tor.init | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/tor.init b/debian/tor.init index 63f0ac447..640a5e88c 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) |