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

Diff for /src/etc/rc between version 1.203 and 1.204

version 1.203, 2002/08/20 08:42:59 version 1.204, 2002/09/06 21:30:22
Line 215 
Line 215 
         echo 'starting named';          named $named_flags          echo 'starting named';          named $named_flags
 fi  fi
   
 # $photurisd_flags is imported from /etc/rc.conf;  
 # If $photurisd_flags == NO or /etc/photuris/photuris.conf doesn't exist, then  
 # photurisd isn't run.  
 if [ "X${photurisd_flags}" != X"NO" -a -e /etc/photuris/photuris.conf ]; then  
         echo 'starting photurisd';      photurisd ${photurisd_flags}  
 fi  
   
 # $isakmpd_flags is imported from /etc/rc.conf;  # $isakmpd_flags is imported from /etc/rc.conf;
 # If $isakmpd_flags == NO or /etc/isakmpd/isakmpd.policy doesn't exist, then  # If $isakmpd_flags == NO or /etc/isakmpd/isakmpd.policy doesn't exist, then
 # isakmpd isn't run.  # isakmpd isn't run.

Legend:
Removed from v.1.203  
changed lines
  Added in v.1.204