summaryrefslogtreecommitdiff
path: root/etc/rc
diff options
context:
space:
mode:
authorYASUOKA Masahiko <yasuoka@cvs.openbsd.org>2015-08-03 04:19:26 +0000
committerYASUOKA Masahiko <yasuoka@cvs.openbsd.org>2015-08-03 04:19:26 +0000
commit0214b0dfa6aeb5b640f1039954f72d75d8ac306d (patch)
tree03fa7cda5ff727ccce90e8e8fc7a499fb581560c /etc/rc
parent8a0309d6a6453f010fb63b21dbee60b984eccd45 (diff)
Place etc/defaults/radiusd.conf and etc/rc.d/radiusd. Modify etc/rc
to hook the rc script and modify etc/rc.conf to make it disable by default. Also add an entry for /etc/radiusd.conf to etc/changelist and etc/mtree/special. ok deraadt
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index 5cf41da1a0e..2702a7aad35 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,4 +1,4 @@
-# $OpenBSD: rc,v 1.454 2015/07/20 06:59:39 rpe Exp $
+# $OpenBSD: rc,v 1.455 2015/08/03 04:19:25 yasuoka 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
@@ -494,7 +494,7 @@ echo 'preserving editor files.'; /usr/libexec/vi.recover
echo -n 'starting network daemons:'
start_daemon ldomd sshd snmpd ldpd ripd ospfd ospf6d bgpd ifstated
-start_daemon relayd dhcpd dhcrelay mrouted dvmrpd
+start_daemon relayd dhcpd dhcrelay mrouted dvmrpd radiusd
if ifconfig lo0 inet6 >/dev/null 2>&1; then
fw=`sysctl -n net.inet6.ip6.forwarding`