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

Diff for /src/etc/netstart between version 1.70 and 1.71

version 1.70, 2000/05/08 21:44:39 version 1.71, 2000/06/18 19:02:24
Line 26 
Line 26 
   
 # pick up option configuration  # pick up option configuration
 . /etc/rc.conf  . /etc/rc.conf
 if [ -f $local_rcconf ]; then  
         . $local_rcconf  
 fi  
   
 # Configure the IP filter before configuring network interfaces  # Configure the IP filter before configuring network interfaces
 if [ X"${ipfilter}" = X"YES" -a -f "${ipfilter_rules}" ]; then  if [ X"${ipfilter}" = X"YES" -a -f "${ipfilter_rules}" ]; then

Legend:
Removed from v.1.70  
changed lines
  Added in v.1.71