diff --git a/src/etc/rc b/src/etc/rc index 5e2da49b..cbe4fa7c 100644 --- a/src/etc/rc +++ b/src/etc/rc @@ -1,4 +1,4 @@ -# $OpenBSD: rc,v 1.403 2012/09/20 12:51:43 yasuoka Exp $ +# $OpenBSD: rc,v 1.404 2012/11/04 21:47:22 kettenis Exp $ # System startup script run by init on autoboot # or after single-user. @@ -481,7 +481,7 @@ fi echo 'preserving editor files.'; /usr/libexec/vi.recover echo -n 'starting network daemons:' -start_daemon 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 if ifconfig lo0 inet6 >/dev/null 2>&1; then diff --git a/src/etc/rc.conf b/src/etc/rc.conf index 713a1b09..2879dcd9 100644 --- a/src/etc/rc.conf +++ b/src/etc/rc.conf @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: rc.conf,v 1.172 2012/10/28 22:56:38 deraadt Exp $ +# $OpenBSD: rc.conf,v 1.173 2012/11/04 21:47:22 kettenis Exp $ # DO NOT EDIT THIS FILE!! # @@ -68,6 +68,7 @@ btd_flags=NO # for normal use: "" amd_flags=NO # for normal use: "" tftpd_flags=NO # for normal use: "[chroot dir]" tftpproxy_flags=NO # for normal use: "" +ldomd_flags=NO # for normal use: "" # use -u to disable chroot, see httpd(8) httpd_flags=NO # for normal use: "" (or "-DSSL" after reading ssl(8))