From b8430dcff704319f01279f1c399af4faf9cb9cb2 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Thu, 12 Jun 2008 08:25:36 +0000 Subject: Readded unfindes Boa 0.94.14rc21 --- libs/sgi-webuci/root/etc/init.d/boa | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libs/sgi-webuci/root/etc/init.d') diff --git a/libs/sgi-webuci/root/etc/init.d/boa b/libs/sgi-webuci/root/etc/init.d/boa index b2c37da1b7..57b0396259 100755 --- a/libs/sgi-webuci/root/etc/init.d/boa +++ b/libs/sgi-webuci/root/etc/init.d/boa @@ -27,19 +27,19 @@ set -e start() { echo -n "Starting $DESC: $NAME" - start-stop-daemon --start --quiet --exec $DAEMON + start-stop-daemon -S -q -x $DAEMON echo "." } stop() { echo -n "Stopping $DESC: $NAME" - start-stop-daemon --stop --quiet --oknodo --exec $DAEMON + start-stop-daemon -K -q -x $DAEMON echo "." } restart() { echo -n "Restarting $DESC: $NAME... " - start-stop-daemon --stop --signal HUP --quiet --oknodo --exec $DAEMON + start-stop-daemon -K -s HUP -q -x $DAEMON echo "done." } @@ -52,6 +52,6 @@ reload() { # directly anyway, make this a do-nothing entry. # echo -n "Reloading $DESC configuration... " - start-stop-daemon --stop --signal 1 --quiet --oknodo --exec $DAEMON + start-stop-daemon -K -s 1 -q -x $DAEMON echo "done." } -- cgit v1.2.3