=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc,v retrieving revision 1.541 retrieving revision 1.542 diff -c -r1.541 -r1.542 *** src/etc/rc 2019/11/10 15:02:36 1.541 --- src/etc/rc 2019/11/11 04:55:37 1.542 *************** *** 1,4 **** ! # $OpenBSD: rc,v 1.541 2019/11/10 15:02:36 naddy 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 --- 1,4 ---- ! # $OpenBSD: rc,v 1.542 2019/11/11 04:55:37 deraadt 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 *************** *** 446,451 **** --- 446,456 ---- 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. if [[ $pf != NO ]]; then if [[ -f /etc/pf.conf ]]; then *************** *** 456,464 **** fi fi - mount -s /usr >/dev/null 2>&1 - mount -s /var >/dev/null 2>&1 - random_seed reorder_libs --- 461,466 ---- *************** *** 474,480 **** make_keys echo -n 'starting early daemons:' ! start_daemon syslogd ldattach pflogd nsd rebound unwind unbound ntpd start_daemon iscsid isakmpd iked sasyncd ldapd npppd echo '.' --- 476,482 ---- make_keys echo -n 'starting early daemons:' ! start_daemon syslogd ldattach pflogd nsd rebound unbound ntpd start_daemon iscsid isakmpd iked sasyncd ldapd npppd echo '.'