|
|
@ -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 @@ echo 'preserving editor files.'; /usr/libexec/vi.recover |
|
|
|
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 @@ fi |
|
|
|
|
|
|
|
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. |
|
|
|