rc.d: Put resolv script in FreeBSD-resolvconf

Differential Revision:	https://reviews.freebsd.org/D37190
This commit is contained in:
Emmanuel Vadot 2022-10-28 09:33:38 +02:00
parent 36a7fa1e16
commit a6a21bbedc

View File

@ -82,7 +82,6 @@ CONFS= DAEMON \
random \
rarpd \
rctl \
resolv \
root \
route6d \
routing \
@ -130,6 +129,10 @@ CONFGROUPS+= GROWFS
GROWFS= growfs growfs_fstab
GROWFSPACKAGE= ufs
CONFGROUPS+= RESOLVCONF
RESOLVCONF= resolv
RESOLVCONFPACKAGE= resolvconf
.if ${MK_NIS} != "no"
CONFS+= ypbind \
ypldap \