]> matita.cs.unibo.it Git - helm.git/commitdiff
changed logging message
authorStefano Zacchiroli <zack@upsilon.cc>
Fri, 16 Apr 2004 16:39:01 +0000 (16:39 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Fri, 16 Apr 2004 16:39:01 +0000 (16:39 +0000)
helm/scripts/init.d/helm-uwobo

index 94dfbe6e1b476cb5f6c36915b3a294752c0deaac..a5ab6c76a40fbc1a0e1d1a278140b8e8a84e164a 100755 (executable)
@@ -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!"