summaryrefslogtreecommitdiff
path: root/debian/echolot.init
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2002-10-12 12:45:05 +0000
committerPeter Palfrader <peter@palfrader.org>2002-10-12 12:45:05 +0000
commitae75cd65702448f876a639caabcf3752537bb88b (patch)
treeaa3af725989ebfaa1a99482450dd795a30d42eed /debian/echolot.init
parent1df738aecc6a438bf02aa0a7a52cba22185cdd8b (diff)
Remove trailing whitespace
Diffstat (limited to 'debian/echolot.init')
-rwxr-xr-xdebian/echolot.init10
1 files changed, 5 insertions, 5 deletions
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 \