mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +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:
parent
38c889c454
commit
c573b1a903
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -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 <weasel@debian.org> Thu, 8 Jul 2004 03:21:32 +0200
|
||||||
|
|
||||||
tor (0.0.7.1-1) unstable; urgency=medium
|
tor (0.0.7.1-1) unstable; urgency=medium
|
||||||
|
|
||||||
* New upstream release.
|
* New upstream release.
|
||||||
|
4
debian/tor.init
vendored
4
debian/tor.init
vendored
@ -71,7 +71,7 @@ case "$1" in
|
|||||||
then
|
then
|
||||||
echo "FAILED (Is $pid not $NAME? Is $DAEMON a different binary now?)."
|
echo "FAILED (Is $pid not $NAME? Is $DAEMON a different binary now?)."
|
||||||
else
|
else
|
||||||
echo "FAILED ($DAEMON died: process $pid not running)."
|
echo "FAILED ($DAEMON died: process $pid not running; or permission denied)."
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
reload|force-reload)
|
reload|force-reload)
|
||||||
@ -87,7 +87,7 @@ case "$1" in
|
|||||||
then
|
then
|
||||||
echo "FAILED (Is $pid not $NAME? Is $DAEMON a different binary now?)."
|
echo "FAILED (Is $pid not $NAME? Is $DAEMON a different binary now?)."
|
||||||
else
|
else
|
||||||
echo "FAILED ($DAEMON died: process $pid not running)."
|
echo "FAILED ($DAEMON died: process $pid not running; or permission denied)."
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
restart)
|
restart)
|
||||||
|
Loading…
Reference in New Issue
Block a user