Browse Source

Start ldomd(8).

OPENBSD_5_3
kettenis 11 years ago
parent
commit
e096f85a8c
2 changed files with 4 additions and 3 deletions
  1. +2
    -2
      src/etc/rc
  2. +2
    -1
      src/etc/rc.conf

+ 2
- 2
src/etc/rc View File

@ -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


+ 2
- 1
src/etc/rc.conf View File

@ -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))


Loading…
Cancel
Save