diff options
author | Peter Palfrader <peter@palfrader.org> | 2004-11-12 17:34:02 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2004-11-12 17:34:02 +0000 |
commit | ad8e779db22078ca6b18bd6194bbceee538cb632 (patch) | |
tree | f7c70cf9a595ef1d411eb246666bf346c5583f53 /debian | |
parent | ecf21bda3f721929ba2d810dc3861897ed660f6a (diff) | |
download | tor-ad8e779db22078ca6b18bd6194bbceee538cb632.tar.gz tor-ad8e779db22078ca6b18bd6194bbceee538cb632.zip |
Tweak it some moredebian-version-0.0.8+0.0.9pre5-2
svn:r2817
Diffstat (limited to 'debian')
-rw-r--r-- | debian/tor.init | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |