git: 0b6df226db1f - stable/13 - rc.d: Put dhclient script in FreeBSD-dhclient
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 02 Feb 2023 10:53:50 UTC
The branch stable/13 has been updated by manu:
URL: https://cgit.FreeBSD.org/src/commit/?id=0b6df226db1f2f68e6d31680b3e209c383ec5479
commit 0b6df226db1f2f68e6d31680b3e209c383ec5479
Author: Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2022-10-28 07:32:27 +0000
Commit: Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2023-02-02 10:35:59 +0000
rc.d: Put dhclient script in FreeBSD-dhclient
Differential Revision: https://reviews.freebsd.org/D37187
(cherry picked from commit 81b18bea0935c33fc6aafb084ca72fd427d8364a)
---
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 8fdbc1422452..a6ed5b715734 100644
--- a/libexec/rc/rc.d/Makefile
+++ b/libexec/rc/rc.d/Makefile
@@ -25,7 +25,6 @@ CONFS= DAEMON \
ddb \
defaultroute \
devfs \
- dhclient \
dmesg \
dumpon \
fsck \
@@ -124,6 +123,10 @@ CONFGROUPS+= DEVMATCH
DEVMATCH= devmatch
DEVMATCHPACKAGE= devmatch
+CONFGROUPS+= DHCLIENT
+DHCLIENT= dhclient
+DHCLIENTPACKAGE= dhclient
+
.if ${MK_NIS} != "no"
CONFS+= ypbind \
ypldap \