beautified startup output

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@864 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 18 years ago
parent 5fa45e2ba8
commit f30aae6ccc

4
debian/sems.init vendored

@ -64,7 +64,7 @@ set -e
case "$1" in
start)
echo -n "Starting $DESC: $NAME"
echo "Starting $DESC: $NAME"
start-stop-daemon --start --quiet --pidfile $SEMS_PIDFILE \
--exec $DAEMON -- $PARAMS
echo "."
@ -102,7 +102,7 @@ case "$1" in
# exit 0
#fi
echo -n "Restarting $DESC: $NAME"
echo "Restarting $DESC: $NAME"
start-stop-daemon --oknodo --stop --quiet --pidfile \
$SEMS_PIDFILE --exec $DAEMON
sleep 1

Loading…
Cancel
Save