=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc,v retrieving revision 1.556 retrieving revision 1.557 diff -u -r1.556 -r1.557 --- src/etc/rc 2022/01/17 04:12:15 1.556 +++ src/etc/rc 2022/06/26 08:08:23 1.557 @@ -1,4 +1,4 @@ -# $OpenBSD: rc,v 1.556 2022/01/17 04:12:15 jsg Exp $ +# $OpenBSD: rc,v 1.557 2022/06/26 08:08:23 florian Exp $ # System startup script run by init on autoboot or after single-user. # Output and error are redirected to console by init, and the console is the @@ -441,8 +441,11 @@ 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' # Set carp interlock by increasing the demotion counter. @@ -452,10 +455,8 @@ sh /etc/netstart 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