]> git.pld-linux.org Git - packages/rdate.git/commitdiff
- one more typo
authorPaweł Gołaszewski <blues@pld-linux.org>
Mon, 31 Mar 2003 06:42:22 +0000 (06:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rdate.cron -> 1.3

rdate.cron

index 6359ee7538aacd0b27d905eb17cbadda4d785a3a..fca69ae555734d6ab37c15e972efe72cda517e4c 100644 (file)
@@ -7,11 +7,11 @@
 . /etc/sysconfig/network
 
 # Get service config
-if [ -f /etc/sysconfig/rdate ] ; then
+if [ -f /etc/sysconfig/rdate ]; then
        . /etc/sysconfig/rdate
 fi
 
 # Check that networking is up.
-if [ is_yes "${NETWORKING}" -a is_yes "${SET_TIME}" -a -n "${RDATE_SERVER}" ]; then
+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.097446 seconds and 4 git commands to generate.