From ec44a32019505b92c96e3655466eafd0a4a2469e Mon Sep 17 00:00:00 2001 From: ijliao Date: Fri, 17 Aug 2001 16:19:41 +0000 Subject: Simplification of idled.sh PR: 28693 Submitted by: James Howard --- sysutils/doinkd/files/idled.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'sysutils/doinkd') diff --git a/sysutils/doinkd/files/idled.sh b/sysutils/doinkd/files/idled.sh index 880e471..35c7528 100644 --- a/sysutils/doinkd/files/idled.sh +++ b/sysutils/doinkd/files/idled.sh @@ -1,9 +1,5 @@ #!/bin/sh case "$1" in - start) - /usr/local/libexec/idled - echo -n ' idled' - ;; stop) killall -TERM idled echo "idled stopped" @@ -16,7 +12,7 @@ case "$1" in -h) echo "Usage: `basename $0` { start | stop | restart }" ;; - *) + *) # includes start /usr/local/libexec/idled echo -n ' idled' ;; -- cgit v1.1