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

Diff for /src/etc/rc between version 1.563 and 1.564

version 1.563, 2022/07/28 16:06:04 version 1.564, 2022/08/29 11:51:05
Line 448 
Line 448 
   
 mount -s /var >/dev/null 2>&1           # cannot be on NFS  mount -s /var >/dev/null 2>&1           # cannot be on NFS
 mount -s /var/log >/dev/null 2>&1       # cannot be on NFS  mount -s /var/log >/dev/null 2>&1       # cannot be on NFS
   mount -s /usr >/dev/null 2>&1           # if NFS, fstab must use IP address
   
 start_daemon slaacd dhcpleased resolvd >/dev/null 2>&1  start_daemon slaacd dhcpleased resolvd >/dev/null 2>&1
   
Line 458 
Line 459 
 ifconfig -g carp carpdemote 128  ifconfig -g carp carpdemote 128
   
 sh /etc/netstart  sh /etc/netstart
   
 mount -s /usr >/dev/null 2>&1  
   
 start_daemon unwind >/dev/null 2>&1  start_daemon unwind >/dev/null 2>&1
   

Legend:
Removed from v.1.563  
changed lines
  Added in v.1.564