From: Stefano Zacchiroli Date: Fri, 16 Apr 2004 16:39:01 +0000 (+0000) Subject: changed logging message X-Git-Tag: dead_dir_walking~47 X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=commitdiff_plain;h=584abc3d3cccd07c0022d7454350c19a4234e87e changed logging message --- diff --git a/helm/scripts/init.d/helm-uwobo b/helm/scripts/init.d/helm-uwobo index 94dfbe6e1..a5ab6c76a 100755 --- a/helm/scripts/init.d/helm-uwobo +++ b/helm/scripts/init.d/helm-uwobo @@ -18,11 +18,11 @@ NAME=`basename $DAEMON` PIDFILE=/var/run/$NAME.pid do_start () { - echo -n "Starting $DAEMON ... " + echo -n "Starting $DAEMON" start-stop-daemon \ --start --background --pidfile $PIDFILE --make-pidfile \ --chuid $OWNER --exec $DAEMON - echo "done!" + echo "." echo -n "Waiting for UWOBO to startup (2 seconds) ... " sleep 2 echo "done!"