=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc,v retrieving revision 1.500 retrieving revision 1.501 diff -c -r1.500 -r1.501 *** src/etc/rc 2017/06/03 22:59:09 1.500 --- src/etc/rc 2017/06/06 13:59:37 1.501 *************** *** 1,4 **** ! # $OpenBSD: rc,v 1.500 2017/06/03 22:59:09 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 --- 1,4 ---- ! # $OpenBSD: rc,v 1.501 2017/06/06 13:59:37 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 *************** *** 393,398 **** --- 393,400 ---- sysctl_conf + start_daemon slaacd >/dev/null 2>&1 + echo 'starting network' # Set carp interlock by increasing the demotion counter. *************** *** 438,444 **** make_keys echo -n 'starting early daemons:' ! start_daemon syslogd ldattach pflogd slaacd nsd rebound unbound ntpd start_daemon iscsid isakmpd iked sasyncd ldapd npppd echo '.' --- 440,446 ---- 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 '.'