[packages/ntp] formatting

glen glen at pld-linux.org
Wed Dec 4 11:12:27 CET 2013


commit 4ce8312fc58f953bfebc33bb72eab8b705c962f0
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Dec 4 12:12:14 2013 +0200

    formatting

 ntpd.init    | 4 ++--
 ntpdate.init | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)
---
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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ntp.git/commitdiff/4ce8312fc58f953bfebc33bb72eab8b705c962f0



More information about the pld-cvs-commit mailing list