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

Diff for /src/etc/netstart between version 1.68 and 1.69

version 1.68, 2000/04/04 13:44:51 version 1.69, 2000/04/21 21:27:34
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.68  
changed lines
  Added in v.1.69