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

Diff for /src/etc/rc between version 1.170 and 1.171

version 1.170, 2001/05/15 21:28:43 version 1.171, 2001/05/30 02:11:09
Line 184 
Line 184 
         echo 'starting named';          named $named_flags          echo 'starting named';          named $named_flags
 fi  fi
   
 if [ X"${ipfilter}" = X"YES" -a X"${ipmon_flags}" != X"NO" ]; then  
         echo 'starting ipmon';          ipmon ${ipmon_flags}  
 fi  
   
 # $photurisd_flags is imported from /etc/rc.conf;  # $photurisd_flags is imported from /etc/rc.conf;
 # If $photurisd_flags == NO or /etc/photuris/photuris.conf doesn't exist, then  # If $photurisd_flags == NO or /etc/photuris/photuris.conf doesn't exist, then
 # photurisd isn't run.  # photurisd isn't run.

Legend:
Removed from v.1.170  
changed lines
  Added in v.1.171