From ae75cd65702448f876a639caabcf3752537bb88b Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 12 Oct 2002 12:45:05 +0000 Subject: Remove trailing whitespace --- debian/echolot.init | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'debian/echolot.init') diff --git a/debian/echolot.init b/debian/echolot.init index b5b2d41..e55cd05 100755 --- a/debian/echolot.init +++ b/debian/echolot.init @@ -24,7 +24,7 @@ wait_for_deaddaemon () { PID=$1 sleep 3 if test -n "$PID" - then + then if kill -0 $PID 2>/dev/null then echo -n "Waiting for pid $PID ." @@ -40,9 +40,9 @@ wait_for_deaddaemon () { sleep 2 echo -n "." done - rm -f /var/run/echolot/pingd.pid + rm -f /var/run/echolot/pingd.pid else - rm -f /var/run/echolot/pingd.pid + rm -f /var/run/echolot/pingd.pid fi fi } @@ -97,7 +97,7 @@ start) echo "$PIDFILE." fi fi - echo -n "Starting $DESC: " + echo -n "Starting $DESC: " start-stop-daemon \ --start \ --quiet \ @@ -108,7 +108,7 @@ start) ;; stop) - echo -n "Stopping $DESC: " + echo -n "Stopping $DESC: " PID=`cat $PIDFILE 2>/devnull` || true start-stop-daemon \ --stop \ -- cgit v1.2.3