=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc,v retrieving revision 1.488 retrieving revision 1.489 diff -c -r1.488 -r1.489 *** src/etc/rc 2016/10/06 19:32:23 1.488 --- src/etc/rc 2016/10/06 20:20:41 1.489 *************** *** 1,4 **** ! # $OpenBSD: rc,v 1.488 2016/10/06 19:32:23 reyk 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.489 2016/10/06 20:20:41 reyk 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 *************** *** 527,533 **** run_upgrade_script sysmerge echo -n 'starting network daemons:' ! start_daemon ldomd sshd snmpd ldpd ripd ospfd ospf6d bgpd ifstated start_daemon relayd dhcpd dhcrelay mrouted dvmrpd radiusd eigrpd if ifconfig lo0 inet6 >/dev/null 2>&1; then --- 527,533 ---- run_upgrade_script sysmerge echo -n 'starting network daemons:' ! start_daemon ldomd sshd switchd snmpd ldpd ripd ospfd ospf6d bgpd ifstated start_daemon relayd dhcpd dhcrelay mrouted dvmrpd radiusd eigrpd if ifconfig lo0 inet6 >/dev/null 2>&1; then