]> git.pld-linux.org Git - packages/chrony.git/commitdiff
- trailing spaces killed
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 7 Feb 2010 18:47:57 +0000 (18:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    chronyd.init -> 1.6

chronyd.init

index fdacf6939d949d2ad27aa3974c14bdf2d82ffeb3..2be525ffdb1defea7d903e08b80c727b9c3d2aaa 100644 (file)
@@ -52,7 +52,7 @@ $1
 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 @@ case "$1" in
   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
        ;;
This page took 0.074624 seconds and 4 git commands to generate.