From a8f37f1ccb49294641dd3b1441ad0c819db249cd Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Fri, 12 Nov 2004 17:34:02 +0000 Subject: [PATCH] Tweak it some more svn:r2817 --- trunk/debian/tor.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/debian/tor.init b/trunk/debian/tor.init index 208cb761dc..3763996f9f 100644 --- a/trunk/debian/tor.init +++ b/trunk/debian/tor.init @@ -48,7 +48,7 @@ case "$1" in if [ "$RUN_DAEMON" != "yes" ]; then echo "Not starting $DESC (Disabled in $DEFAULTSFILE)." else - echo "Starting $DESC..." + echo "Starting $DESC: $NAME..." start-stop-daemon --start --quiet --oknodo \ --chuid debian-tor:debian-tor \ --pidfile $TORPID \