From 003a885541b0b7d4d2af7c26a884c8863badc83b Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sun, 4 Nov 2012 21:47:23 +0000 Subject: Start ldomd(8). --- etc/rc | 4 ++-- etc/rc.conf | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'etc') diff --git a/etc/rc b/etc/rc index 5e2da49b33b..cbe4fa7c150 100644 --- a/etc/rc +++ b/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/etc/rc.conf b/etc/rc.conf index 713a1b093fb..2879dcd995a 100644 --- a/etc/rc.conf +++ b/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)) -- cgit v1.2.3