]> git.pld-linux.org Git - packages/ntp.git/commitdiff
formatting
authorElan Ruusamäe <glen@delfi.ee>
Wed, 4 Dec 2013 10:12:14 +0000 (12:12 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 4 Dec 2013 10:12:14 +0000 (12:12 +0200)
ntpd.init
ntpdate.init

index b569e6f445004bf68ebf458c0560fe32f326502e..17f6f2713622e700b841d1ffcd926bdb3f788650 100755 (executable)
--- a/ntpd.init
+++ b/ntpd.init
@@ -65,10 +65,10 @@ RETVAL=0
 # See how we were called.
 case "$1" in
   start)
-       start
+       start
        ;;
   stop)
-       stop
+       stop
        ;;
   restart)
        stop
index 73ba5b07c11818569286de4be8dba73bd0e33b32..324513b77ef179048ed79ba3d90bb738b98843aa 100755 (executable)
@@ -51,17 +51,17 @@ stop() {
 RETVAL=0
 # See how we were called.
 case "$1" in
-start)
+  start)
        start
        ;;
-stop)
+  stop)
        stop
        ;;
-restart|force-reload)
+  restart|force-reload)
        stop
        start
        ;;
-*)
+  *)
        msg_usage "$0 {start|restart|force-reload}"
        exit 3
 esac
This page took 0.120291 seconds and 4 git commands to generate.