From ecf21bda3f721929ba2d810dc3861897ed660f6a Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Fri, 12 Nov 2004 17:31:42 +0000 Subject: Change init startup script to properly deal with tor printing stuff on startup. svn:r2816 --- debian/tor.init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/tor.init') diff --git a/debian/tor.init b/debian/tor.init index dcbbe094d1..208cb761dc 100644 --- a/debian/tor.init +++ b/debian/tor.init @@ -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) -- cgit v1.2.3-54-g00ecf