[BACK]Return to rc CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/rc between version 1.301 and 1.302

version 1.301, 2007/02/27 16:24:29 version 1.302, 2007/03/14 20:47:17
Line 403 
Line 403 
         echo -n ' timed'; timed $timed_flags          echo -n ' timed'; timed $timed_flags
 fi  fi
   
   if [ X"${nmeaattach_flags}" != X"NO" -a -n "${nmeaattach_flags}" ]; then
           echo -n ' nmeaattach';  nmeaattach ${nmeaattach_flags}
   fi
   
 if [ X"${ntpd_flags}" != X"NO" ]; then  if [ X"${ntpd_flags}" != X"NO" ]; then
         echo -n ' ntpd'; ntpd $ntpd_flags          echo -n ' ntpd'; ntpd $ntpd_flags
 fi  fi

Legend:
Removed from v.1.301  
changed lines
  Added in v.1.302