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

Diff for /src/etc/rc between version 1.280 and 1.281

version 1.280, 2006/03/22 15:57:55 version 1.281, 2006/03/27 16:53:10
Line 614 
Line 614 
         fi          fi
 fi  fi
   
   if [ X"${hostapd_flags}" != X"NO" ]; then
           echo -n ' hostapd';             /usr/sbin/hostapd ${hostapd_flags};
   fi
   
 # $rwhod is imported from /etc/rc.conf;  # $rwhod is imported from /etc/rc.conf;
 # if $rwhod == YES, rwhod is run.  # if $rwhod == YES, rwhod is run.
 if [ X"${rwhod}" = X"YES" ]; then  if [ X"${rwhod}" = X"YES" ]; then

Legend:
Removed from v.1.280  
changed lines
  Added in v.1.281