]> git.pld-linux.org Git - packages/rdate.git/commitdiff
- removed options -l, fixed permissions /var/log/cron
authorkolodko <kolodko@pld-linux.org>
Tue, 27 Jul 2004 12:29:43 +0000 (12:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rdate.init -> 1.16

rdate.init

index b8c3fe75e1a620374314a4d69d22ebd1c2c472c0..d8fa9929d0bce851479d5d789d16d9a7edd2b25e 100644 (file)
@@ -89,12 +89,12 @@ case "$1" in
                        run_cmd "$(nls "Setting time from remote server (bg): %s" "${RDATE_SERVERS}")" /bin/true
                        run_cmd "Syncing hardware clock (bg)" /bin/true
                        {
-                               rdate -s -l ${RDATE_SERVERS} > /dev/null 2>&1
+                               rdate -s  ${RDATE_SERVERS} > /dev/null 2>&1
                                set_time
                        }&
                else
                        # or else synchronize in foreground for precise timestamps
-                       run_cmd "$(nls "Setting time from remote server: %s" "${RDATE_SERVERS}")" rdate -s -l ${RDATE_SERVERS}
+                       run_cmd "$(nls "Setting time from remote server: %s" "${RDATE_SERVERS}")" rdate -s  ${RDATE_SERVERS}
                        set_time
                fi
                
This page took 0.03671 seconds and 4 git commands to generate.