git: 81b18bea0935 - main - rc.d: Put dhclient script in FreeBSD-dhclient
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 27 Jan 2023 09:35:39 UTC
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=81b18bea0935c33fc6aafb084ca72fd427d8364a commit 81b18bea0935c33fc6aafb084ca72fd427d8364a Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2022-10-28 07:32:27 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2023-01-27 09:35:32 +0000 rc.d: Put dhclient script in FreeBSD-dhclient Differential Revision: https://reviews.freebsd.org/D37187 --- 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 b443cdc193d2..4c1fc2e1f874 100644 --- a/libexec/rc/rc.d/Makefile +++ b/libexec/rc/rc.d/Makefile @@ -23,7 +23,6 @@ CONFS= DAEMON \ ddb \ defaultroute \ devfs \ - dhclient \ dmesg \ dumpon \ fsck \ @@ -122,6 +121,10 @@ CONFGROUPS+= DEVMATCH DEVMATCH= devmatch DEVMATCHPACKAGE= devmatch +CONFGROUPS+= DHCLIENT +DHCLIENT= dhclient +DHCLIENTPACKAGE= dhclient + .if ${MK_NIS} != "no" CONFS+= ypbind \ ypldap \