From: Peter Palfrader Date: Fri, 12 Nov 2004 17:34:02 +0000 (+0000) Subject: Tweak it some more X-Git-Tag: debian-version-0.0.8+0.0.9pre5-2^0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ad8e779db22078ca6b18bd6194bbceee538cb632;p=thirdparty%2Ftor.git Tweak it some more svn:r2817 --- diff --git a/debian/tor.init b/debian/tor.init index 208cb761dc..3763996f9f 100644 --- a/debian/tor.init +++ b/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 \