From: Elan Ruusamäe Date: Wed, 4 Dec 2013 10:12:14 +0000 (+0200) Subject: formatting X-Git-Tag: auto/th/ntp-4.2.6p5-10~3 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fntp.git;a=commitdiff_plain;h=4ce8312fc58f953bfebc33bb72eab8b705c962f0 formatting --- diff --git a/ntpd.init b/ntpd.init index b569e6f..17f6f27 100755 --- 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 diff --git a/ntpdate.init b/ntpdate.init index 73ba5b0..324513b 100755 --- a/ntpdate.init +++ b/ntpdate.init @@ -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