git: a6a21bbedc74 - main - rc.d: Put resolv script in FreeBSD-resolvconf
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 27 Jan 2023 09:35:43 UTC
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=a6a21bbedc744bae9ce7b20948b53a6d4033adcf commit a6a21bbedc744bae9ce7b20948b53a6d4033adcf Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2022-10-28 07:33:38 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2023-01-27 09:35:32 +0000 rc.d: Put resolv script in FreeBSD-resolvconf Differential Revision: https://reviews.freebsd.org/D37190 --- libexec/rc/rc.d/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libexec/rc/rc.d/Makefile b/libexec/rc/rc.d/Makefile index ffb1e48095de..ff966eb17349 100644 --- a/libexec/rc/rc.d/Makefile +++ b/libexec/rc/rc.d/Makefile @@ -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 \