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

Diff for /src/etc/rc between version 1.541 and 1.542

version 1.541, 2019/11/10 15:02:36 version 1.542, 2019/11/11 04:55:37
Line 446 
Line 446 
   
 sh /etc/netstart  sh /etc/netstart
   
   mount -s /usr >/dev/null 2>&1
   mount -s /var >/dev/null 2>&1
   
   start_daemon unwind >/dev/null 2>&1
   
 # Load pf rules and bring up pfsync interface.  # Load pf rules and bring up pfsync interface.
 if [[ $pf != NO ]]; then  if [[ $pf != NO ]]; then
         if [[ -f /etc/pf.conf ]]; then          if [[ -f /etc/pf.conf ]]; then
Line 456 
Line 461 
         fi          fi
 fi  fi
   
 mount -s /usr >/dev/null 2>&1  
 mount -s /var >/dev/null 2>&1  
   
 random_seed  random_seed
   
 reorder_libs  reorder_libs
Line 474 
Line 476 
 make_keys  make_keys
   
 echo -n 'starting early daemons:'  echo -n 'starting early daemons:'
 start_daemon syslogd ldattach pflogd nsd rebound unwind unbound ntpd  start_daemon syslogd ldattach pflogd nsd rebound unbound ntpd
 start_daemon iscsid isakmpd iked sasyncd ldapd npppd  start_daemon iscsid isakmpd iked sasyncd ldapd npppd
 echo '.'  echo '.'
   

Legend:
Removed from v.1.541  
changed lines
  Added in v.1.542