From: florian Date: Mon, 23 Jul 2018 11:56:02 +0000 (+0000) Subject: It's time to switch to rad(8); tested by many. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=2f6f2873888a5c24296a8e87285f38d895df30a7;p=openbsd It's time to switch to rad(8); tested by many. Unhook rtadvd from build. OK deraadt, phessler --- 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 @@ -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 @@ -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 \