summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorreyk <reyk@openbsd.org>2016-10-06 19:32:23 +0000
committerreyk <reyk@openbsd.org>2016-10-06 19:32:23 +0000
commit5f35002e2c3e4a551559b24a9a33253ba89106fd (patch)
tree82a552440d32013c443c329f6f4e597745deac6d
parentRemove redundant comments that say a function must be called at (diff)
downloadwireguard-openbsd-5f35002e2c3e4a551559b24a9a33253ba89106fd.tar.xz
wireguard-openbsd-5f35002e2c3e4a551559b24a9a33253ba89106fd.zip
Move vmd down as VMs might need the host's dhcpd, httpd etc. on startup.
OK mlarkin@ deraadt@
-rw-r--r--etc/rc6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc b/etc/rc
index d0605a21610..e9f6a70283b 100644
--- a/etc/rc
+++ b/etc/rc
@@ -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.