diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2021-11-11 09:38:15 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2021-11-11 09:38:15 +0000 |
commit | 15bdb210d346c441f8583ba7723c1042e82a8be8 (patch) | |
tree | b624cf55378f6ec6e564260333a6fc120e492466 /etc/Makefile | |
parent | 89280b45d7b17290068f59dfd995e0aecc0dfb0b (diff) |
switch(4) and switchd(8) are retiering. Unhook them from various
configuration files.
OK sthen@ kn@ patrick@
Diffstat (limited to 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile index 24d13763452..d2fe2ef148c 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.484 2021/05/01 16:11:07 visa Exp $ +# $OpenBSD: Makefile,v 1.485 2021/11/11 09:38:14 claudio Exp $ .include <bsd.own.mk> @@ -64,7 +64,7 @@ RCDAEMONS=amd apmd bgpd bootparamd cron dhcpd dhcpleased dhcrelay dhcrelay6 \ lpd mopd mountd mrouted nfsd npppd nsd ntpd ospf6d ospfd \ pflogd portmap rad radiusd rarpd rbootd relayd resolvd ripd route6d \ sasyncd sensorsd slowcgi slaacd smtpd sndiod snmpd spamd \ - spamlogd sshd statd switchd syslogd tftpd tftpproxy unbound \ + spamlogd sshd statd syslogd tftpd tftpproxy unbound \ unwind vmd watchdogd wsmoused xenodm ypbind ypldap ypserv MISETS= base${OSrev}.tgz comp${OSrev}.tgz man${OSrev}.tgz game${OSrev}.tgz |