Klemens Nanni <k...@openbsd.org> wrote:

> 449   mount -s /var >/dev/null 2>&1           # cannot be on NFS
> 450   mount -s /var/log >/dev/null 2>&1       # cannot be on NFS
> 451   mount -s /usr >/dev/null 2>&1           # if NFS, fstab must use IP 
> address
> 452   
> 453   start_daemon slaacd dhcpleased resolvd >/dev/null 2>&1
> 454   
> 455   echo 'starting network'
> 456   
> 457   # Set carp interlock by increasing the demotion counter.
> 458   # Prevents carp from preempting until the system is booted.
> 459   ifconfig -g carp carpdemote 128
> 460   
> 461   sh /etc/netstart
> ...
> 617   [[ -f /etc/rc.local ]] && sh /etc/rc.local
> 
> 
> It mounts /usr before running /etc/netstart.

yes that is a fairly recent change.


Shrug

Reply via email to