]> git.pld-linux.org Git - packages/rdate.git/commitdiff
- fixed typo, added logging to syslog
authorPaweł Gołaszewski <blues@pld-linux.org>
Mon, 31 Mar 2003 06:35:28 +0000 (06:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rdate.cron -> 1.2

rdate.cron

index e64485557dc687e12d4f1c6a1dc771105f23c165..6359ee7538aacd0b27d905eb17cbadda4d785a3a 100644 (file)
@@ -12,6 +12,6 @@ if [ -f /etc/sysconfig/rdate ] ; then
 fi
 
 # Check that networking is up.
-if [ is_yes "${NETWORKING}" -a is _yes "${SET_TIME}" -a -n "${RDATE_SERVER}" ]; then
-       /usr/bin/rdate -s $RDATE_SERVER
+if [ is_yes "${NETWORKING}" -a is_yes "${SET_TIME}" -a -n "${RDATE_SERVER}" ]; then
+       /usr/bin/rdate -s -l $RDATE_SERVER
 fi
This page took 0.031156 seconds and 4 git commands to generate.