From d40ca15a74a288bd86b74b109b64c756a070785f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 8 Dec 2005 01:02:49 +0000 Subject: [PATCH] - killed trailing spaces/tabs Changed files: daemontools.init -> 1.13 --- daemontools.init | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/daemontools.init b/daemontools.init index 542d7d4..6c28e00 100644 --- a/daemontools.init +++ b/daemontools.init @@ -2,7 +2,7 @@ # # svscan svscan (scan and run services) # -# chkconfig: 345 14 89 +# chkconfig: 345 14 89 # # description: svscan (scan and run services) is a server part of the daemontools suite. # @@ -27,7 +27,7 @@ if is_yes "${NETWORKING}"; then else exit 0 fi - + RETVAL=0 # See how we were called. case "$1" in @@ -61,7 +61,7 @@ case "$1" in rm -f /var/run/svscan.pid /var/lock/subsys/svscan >/dev/null 2>&1 else msg_not_running svscan - fi + fi ;; restart|force-reload) $0 stop -- 2.43.0