mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Change init startup script to properly deal with tor printing stuff on startup.
svn:r2816
This commit is contained in:
parent
26652ef72c
commit
ecf21bda3f
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -16,8 +16,10 @@ tor (0.0.8+0.0.9pre5-2) unstable; urgency=low
|
||||
* Remove /usr/bin/tor-control.py from the binary package, it is
|
||||
not really useful yet, and wasn't meant to be installed by
|
||||
default.
|
||||
* Change init startup script to properly deal with tor
|
||||
printing stuff on startup.
|
||||
|
||||
-- Peter Palfrader <weasel@debian.org> Fri, 12 Nov 2004 18:20:04 +0100
|
||||
-- Peter Palfrader <weasel@debian.org> Fri, 12 Nov 2004 18:30:50 +0100
|
||||
|
||||
tor (0.0.8+0.0.9pre5-1) unstable; urgency=low
|
||||
|
||||
|
4
debian/tor.init
vendored
4
debian/tor.init
vendored
@ -48,12 +48,12 @@ case "$1" in
|
||||
if [ "$RUN_DAEMON" != "yes" ]; then
|
||||
echo "Not starting $DESC (Disabled in $DEFAULTSFILE)."
|
||||
else
|
||||
echo -n "Starting $DESC: "
|
||||
echo "Starting $DESC..."
|
||||
start-stop-daemon --start --quiet --oknodo \
|
||||
--chuid debian-tor:debian-tor \
|
||||
--pidfile $TORPID \
|
||||
--exec $DAEMON -- $ARGS
|
||||
echo "$NAME."
|
||||
echo "done."
|
||||
fi
|
||||
;;
|
||||
stop)
|
||||
|
Loading…
Reference in New Issue
Block a user