=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc,v retrieving revision 1.487 retrieving revision 1.488 diff -u -r1.487 -r1.488 --- src/etc/rc 2016/09/27 20:18:34 1.487 +++ src/etc/rc 2016/10/06 19:32:23 1.488 @@ -1,4 +1,4 @@ -# $OpenBSD: rc,v 1.487 2016/09/27 20:18:34 rpe Exp $ +# $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 @@ -527,7 +527,7 @@ run_upgrade_script sysmerge echo -n 'starting network daemons:' -start_daemon ldomd vmd sshd snmpd ldpd ripd ospfd ospf6d bgpd ifstated +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 @@ -538,7 +538,7 @@ start_daemon hostapd lpd smtpd slowcgi httpd ftpd start_daemon ftpproxy ftpproxy6 tftpd tftpproxy identd inetd rarpd bootparamd -start_daemon rbootd mopd spamd spamlogd sndiod +start_daemon rbootd mopd vmd spamd spamlogd sndiod echo '.' # If rc.firsttime exists, run it just once, and make sure it is deleted.