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

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

version 1.279, 2006/03/14 22:48:46 version 1.280, 2006/03/22 15:57:55
Line 328 
Line 328 
         echo 'starting isakmpd';        isakmpd ${isakmpd_flags}          echo 'starting isakmpd';        isakmpd ${isakmpd_flags}
 fi  fi
   
   # $ipsec is imported from /etc/rc.conf;
   # if $ipsec == NO or /etc/ipsec.conf doesn't exist, then
   # ipsecctl isn't run.
   if [ X"${ipsec}" != X"NO" ]; then
           if [ -f ${ipsec_rules} ]; then
                   ipsecctl -f ${ipsec_rules}
           fi
   fi
   
 echo -n 'starting initial daemons:'  echo -n 'starting initial daemons:'
   
 # $portmap is imported from /etc/rc.conf;  # $portmap is imported from /etc/rc.conf;

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