mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
* 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
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user