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

Diff for /src/etc/rc between version 1.556 and 1.557

version 1.556, 2022/01/17 04:12:15 version 1.557, 2022/06/26 08:08:23
Line 441 
Line 441 
   
 sysctl_conf  sysctl_conf
   
 start_daemon slaacd >/dev/null 2>&1  mount -s /var >/dev/null 2>&1           # cannot be on NFS
   mount -s /var/log >/dev/null 2>&1       # cannot be on NFS
   
   start_daemon slaacd dhcpleased resolvd >/dev/null 2>&1
   
 echo 'starting network'  echo 'starting network'
   
 # Set carp interlock by increasing the demotion counter.  # Set carp interlock by increasing the demotion counter.
Line 452 
Line 455 
 sh /etc/netstart  sh /etc/netstart
   
 mount -s /usr >/dev/null 2>&1  mount -s /usr >/dev/null 2>&1
 mount -s /var >/dev/null 2>&1  
 mount -s /var/log >/dev/null 2>&1  
   
 start_daemon dhcpleased unwind resolvd >/dev/null 2>&1  start_daemon unwind >/dev/null 2>&1
   
 random_seed  random_seed
   

Legend:
Removed from v.1.556  
changed lines
  Added in v.1.557