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

Diff for /src/etc/rc between version 1.197 and 1.198

version 1.197, 2002/06/09 21:15:54 version 1.198, 2002/06/11 04:51:39
Line 128 
Line 128 
                 RULES="$RULES\npass out proto udp from any to any port { 111, 2049 }"                  RULES="$RULES\npass out proto udp from any to any port { 111, 2049 }"
                 ;;                  ;;
         esac          esac
         echo $RULES | pfctl -R - -e          echo $RULES | pfctl -f - -e
 fi  fi
   
 if [ -f /etc/sysctl.conf ]; then  if [ -f /etc/sysctl.conf ]; then
Line 147 
Line 147 
 . /etc/netstart  . /etc/netstart
   
 if [ "X${pf}" != X"NO" ]; then  if [ "X${pf}" != X"NO" ]; then
         if [ -f ${nat_rules} ]; then  
                 pfctl -N ${nat_rules}  
         fi  
         if [ -f ${pf_rules} ]; then          if [ -f ${pf_rules} ]; then
                 pfctl -R ${pf_rules}                  pfctl -f ${pf_rules}
         fi          fi
 fi  fi
   

Legend:
Removed from v.1.197  
changed lines
  Added in v.1.198