diff options
author | 2021-02-28 18:09:18 +0000 | |
---|---|---|
committer | 2021-02-28 18:09:18 +0000 | |
commit | e702688ef7e2acaff9f982509bd515fcf871d23a (patch) | |
tree | 8f1fec40f4cd443cc2fb21c84d4e556d06ca30b7 | |
parent | Move tick_msg(TICK_WAIT) calls after related log_debug() (diff) | |
download | wireguard-openbsd-e702688ef7e2acaff9f982509bd515fcf871d23a.tar.xz wireguard-openbsd-e702688ef7e2acaff9f982509bd515fcf871d23a.zip |
install rc.d/resolvd
-rw-r--r-- | etc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile index 3bf4d849698..3ff8581dfdf 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.481 2021/02/26 17:18:41 florian Exp $ +# $OpenBSD: Makefile,v 1.482 2021/02/28 18:09:18 deraadt Exp $ .include <bsd.own.mk> @@ -62,7 +62,7 @@ RCDAEMONS=amd apmd bgpd bootparamd cron dhcpd dhcpleased dhcrelay dhcrelay6 \ dvmrpd eigrpd ftpd ftpproxy ftpproxy6 hostapd hotplugd httpd identd \ ifstated 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 relayd ripd route6d \ + 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 \ unwind vmd watchdogd wsmoused xenodm ypbind ypldap ypserv |