diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2018-07-23 11:56:03 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2018-07-23 11:56:03 +0000 |
commit | d157ff31b3406724f9c96225819ef5e12096894d (patch) | |
tree | ce5341dd0185229b37216d38ba2a0d85aaa3531c | |
parent | e68bfd96e3f0f8b1eda04c77d28ec2eb7cd507e7 (diff) |
It's time to switch to rad(8); tested by many.
Unhook rtadvd from build.
OK deraadt, phessler
-rw-r--r-- | etc/Makefile | 4 | ||||
-rw-r--r-- | usr.sbin/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/etc/Makefile b/etc/Makefile index 543e50675c5..d07865c777d 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.463 2018/07/12 08:20:36 florian Exp $ +# $OpenBSD: Makefile,v 1.464 2018/07/23 11:56:02 florian Exp $ .include <bsd.own.mk> @@ -62,7 +62,7 @@ RCDAEMONS=amd apmd bgpd bootparamd cron dhcpd dhcrelay dhcrelay6 dvmrpd \ iked inetd isakmpd iscsid ldapd ldattach ldomd ldpd lockd \ lpd mopd mountd mrouted nfsd npppd nsd ntpd ospf6d ospfd \ pflogd portmap rad radiusd rarpd rbootd rebound relayd ripd route6d \ - rtadvd sasyncd sensorsd slowcgi slaacd smtpd sndiod snmpd spamd \ + sasyncd sensorsd slowcgi slaacd smtpd sndiod snmpd spamd \ spamlogd sshd statd switchd syslogd tftpd tftpproxy unbound \ vmd watchdogd wsmoused xenodm ypbind ypldap ypserv diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 85d0a53f14b..da437ba9608 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.202 2018/07/12 08:19:00 florian Exp $ +# $OpenBSD: Makefile,v 1.203 2018/07/23 11:56:02 florian Exp $ .include <bsd.own.mk> @@ -14,7 +14,7 @@ SUBDIR= ac accton acme-client acpidump adduser amd apm apmd arp \ pcidump pkg_add portmap pppd procmap pstat pwd_mkdb \ quot quotaon ractl rad radiusctl radiusd rarpd rbootd \ rcctl rdate rebound relayctl relayd repquota ripctl ripd \ - rmt route6d rpc.bootparamd rpc.lockd rpc.statd rtadvd \ + rmt route6d rpc.bootparamd rpc.lockd rpc.statd \ sa sasyncd sensorsd slaacctl slowcgi smtpd \ snmpctl snmpd spamdb switchctl switchd syslogc syslogd sysmerge \ syspatch tcpdrop tcpdump tftp-proxy tftpd tokenadm tokeninit \ |