Browse Source

Add missing rc bits for rebound.

rc-wise OK aja@ jasper@
OPENBSD_5_9
rpe 8 years ago
parent
commit
4281692bf7
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.472 2015/12/05 09:55:18 jasper Exp $
# $OpenBSD: rc,v 1.473 2015/12/06 13:51:41 rpe 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
@ -352,7 +352,7 @@ dmesg >/var/run/dmesg.boot # Save a copy of the boot messages.
make_keys
echo -n 'starting early daemons:'
start_daemon syslogd ldattach pflogd nsd unbound ntpd
start_daemon syslogd ldattach pflogd nsd rebound unbound ntpd
start_daemon iscsid isakmpd iked sasyncd ldapd npppd
echo '.'


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

@ -1,4 +1,4 @@
# $OpenBSD: rc.conf,v 1.210 2015/12/06 08:31:05 ajacoutot Exp $
# $OpenBSD: rc.conf,v 1.211 2015/12/06 13:51:41 rpe Exp $
# DO NOT EDIT THIS FILE!!
#
@ -50,6 +50,7 @@ radiusd_flags=NO
rarpd_flags=NO
rbootd_flags=NO
relayd_flags=NO
rebound_flags=NO
ripd_flags=NO
route6d_flags=NO # be sure to set net.inet6.ip6.forwarding=1
rtadvd_flags=NO # for normal use: list of interfaces


Loading…
Cancel
Save