]> git.pld-linux.org Git - packages/chrony.git/commitdiff
- pld "standard" flush-logs
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 7 Feb 2010 18:47:32 +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.5

chronyd.init

index 8af95d8f35dd02fd84efd1c631c4d561f90a3c4c..fdacf6939d949d2ad27aa3974c14bdf2d82ffeb3 100644 (file)
@@ -129,7 +129,11 @@ case "$1" in
   force-reload)
        condrestart 7
        ;;
-  online|offline|cyclelogs) 
+  cyclelogs|flush-logs) 
+       status chronyd >/dev/null 2>&1 || exit 7
+       chrony_command cyclelogs
+       ;;
+  online|offline) 
        status chronyd >/dev/null 2>&1 || exit 7
        chrony_command $1
        ;;
This page took 0.161423 seconds and 4 git commands to generate.