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

Diff for /src/etc/rc between version 1.93 and 1.94

version 1.93, 1998/11/11 09:22:49 version 1.94, 1998/12/21 03:33:43
Line 143 
Line 143 
         echo 'starting photurisd';      photurisd ${photurisd_flags}          echo 'starting photurisd';      photurisd ${photurisd_flags}
 fi  fi
   
   # $isakmpd_flags is imported from /etc/rc.conf;
   # If $isakmpd_flags == NO or /etc/isakmpd.conf doesn't exist, then
   # isakmpd isn't run.
   if [ "X${isakmpd_flags}" != X"NO" -a -e /etc/isakmpd.conf ]; then
           echo 'starting isakmpd';        isakmpd ${isakmpd_flags}
   fi
   
 echo -n 'starting rpc daemons:'  echo -n 'starting rpc daemons:'
   
 # $portmap is imported from /etc/rc.conf;  # $portmap is imported from /etc/rc.conf;

Legend:
Removed from v.1.93  
changed lines
  Added in v.1.94