packages: chrony/chronyd.init - trailing spaces killed

glen glen at pld-linux.org
Sun Feb 7 19:48:03 CET 2010


Author: glen                         Date: Sun Feb  7 18:48:03 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- trailing spaces killed

---- Files affected:
packages/chrony:
   chronyd.init (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: packages/chrony/chronyd.init
diff -u packages/chrony/chronyd.init:1.5 packages/chrony/chronyd.init:1.6
--- packages/chrony/chronyd.init:1.5	Sun Feb  7 19:47:32 2010
+++ packages/chrony/chronyd.init	Sun Feb  7 19:47:57 2010
@@ -52,7 +52,7 @@
 EOF
         chronycpid=$!
 
-        # chronyc will hang if the daemon doesn't respond, kill it after 3 s 
+        # chronyc will hang if the daemon doesn't respond, kill it after 3 s
         (sleep 3; kill $chronycpid) < /dev/null > /dev/null 2>&1 &
         killerpid=$!
 
@@ -129,11 +129,11 @@
   force-reload)
 	condrestart 7
 	;;
-  cyclelogs|flush-logs) 
+  cyclelogs|flush-logs)
    	status chronyd >/dev/null 2>&1 || exit 7
 	chrony_command cyclelogs
 	;;
-  online|offline) 
+  online|offline)
    	status chronyd >/dev/null 2>&1 || exit 7
 	chrony_command $1
 	;;
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/chrony/chronyd.init?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list