diff options
author | 2018-07-23 11:54:49 +0000 | |
---|---|---|
committer | 2018-07-23 11:54:49 +0000 | |
commit | 8f860f437a7addc7592161e0a7fe49a03af7972c (patch) | |
tree | a782f82a53d097e47c0ae0aae8f9dabf21912f62 | |
parent | replace references to rtadvd(8) with rad(8) (diff) | |
download | wireguard-openbsd-8f860f437a7addc7592161e0a7fe49a03af7972c.tar.xz wireguard-openbsd-8f860f437a7addc7592161e0a7fe49a03af7972c.zip |
It's time to switch to rad(8); tested by many.
Remove rtadvd(8) from rc(8).
OK deraadt, phessler
-rw-r--r-- | etc/rc | 4 | ||||
-rw-r--r-- | etc/rc.conf | 4 |
2 files changed, 3 insertions, 5 deletions
@@ -1,4 +1,4 @@ -# $OpenBSD: rc,v 1.528 2018/07/12 08:20:36 florian Exp $ +# $OpenBSD: rc,v 1.529 2018/07/23 11:54:49 florian 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 @@ -581,7 +581,7 @@ run_upgrade_script sysmerge echo -n 'starting network daemons:' start_daemon ldomd sshd switchd snmpd ldpd ripd ospfd ospf6d bgpd ifstated -start_daemon relayd dhcpd dhcrelay mrouted dvmrpd radiusd eigrpd route6d rtadvd +start_daemon relayd dhcpd dhcrelay mrouted dvmrpd radiusd eigrpd route6d start_daemon rad hostapd lpd smtpd slowcgi httpd ftpd start_daemon ftpproxy ftpproxy6 tftpd tftpproxy identd inetd rarpd bootparamd start_daemon rbootd mopd vmd spamd spamlogd sndiod diff --git a/etc/rc.conf b/etc/rc.conf index de74998df5c..8e6b82bd6d7 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -1,4 +1,4 @@ -# $OpenBSD: rc.conf,v 1.217 2018/07/12 08:20:36 florian Exp $ +# $OpenBSD: rc.conf,v 1.218 2018/07/23 11:54:49 florian Exp $ # DO NOT EDIT THIS FILE!! # @@ -54,8 +54,6 @@ 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 - # be sure to set net.inet6.ip6.forwarding=1 sasyncd_flags=NO sensorsd_flags=NO slaacd_flags= |