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

Diff for /src/etc/rc between version 1.331 and 1.332

version 1.331, 2009/08/07 22:27:47 version 1.332, 2009/08/12 13:21:15
Line 440 
Line 440 
   
 if [ X"${amd}" = X"YES" -a -e ${amd_master} ]; then  if [ X"${amd}" = X"YES" -a -e ${amd_master} ]; then
         echo -n ' amd'          echo -n ' amd'
         (cd /etc/amd; amd -l syslog -x error,noinfo,nostats -p \          (cd /etc/amd; amd `cat ${amd_master}`)
             -a ${amd_dir} `cat ${amd_master}` > /var/run/amd.pid )  
 fi  fi
   
 # run rdate before timed/ntpd  # run rdate before timed/ntpd

Legend:
Removed from v.1.331  
changed lines
  Added in v.1.332