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

Diff for /src/etc/rc between version 1.448 and 1.449

version 1.448, 2015/03/11 14:48:58 version 1.449, 2015/05/02 09:35:44
Line 362 
Line 362 
 dmesg > /dev/random     # any write triggers a rekey  dmesg > /dev/random     # any write triggers a rekey
   
 if [ X"${pf}" != X"NO" ]; then  if [ X"${pf}" != X"NO" ]; then
         if [ -f ${pf_rules} ]; then          if [ -f /etc/pf.conf ]; then
                 pfctl -f ${pf_rules}                  pfctl -f /etc/pf.conf
         fi          fi
         # bring up pfsync after the working ruleset has been loaded          # bring up pfsync after the working ruleset has been loaded
         if [ -f /etc/hostname.pfsync0 ]; then          if [ -f /etc/hostname.pfsync0 ]; then
Line 392 
Line 392 
 echo '.'  echo '.'
   
 if [ X"${ipsec}" != X"NO" ]; then  if [ X"${ipsec}" != X"NO" ]; then
         if [ -f ${ipsec_rules} ]; then          if [ -f /etc/ipsec.conf ]; then
                 ipsecctl -f ${ipsec_rules}                  ipsecctl -f /etc/ipsec.conf
         fi          fi
 fi  fi
   

Legend:
Removed from v.1.448  
changed lines
  Added in v.1.449