]> git.pld-linux.org Git - packages/ntp.git/blobdiff - ntpdate.init
formatting
[packages/ntp.git] / ntpdate.init
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.094905 seconds and 4 git commands to generate.