diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2012-11-04 21:47:23 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2012-11-04 21:47:23 +0000 |
commit | 003a885541b0b7d4d2af7c26a884c8863badc83b (patch) | |
tree | 05a4b66f5febde3d57e9743c10fd8d9f15d87bdd /etc | |
parent | ab5f00f0498670453642f9ab1dd8575d0371a6ad (diff) |
Start ldomd(8).
Diffstat (limited to 'etc')
-rw-r--r-- | etc/rc | 4 | ||||
-rw-r--r-- | etc/rc.conf | 3 |
2 files changed, 4 insertions, 3 deletions
@@ -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)) |