git: f0435696920b - main - rc.d: Put devd script in FreeBSD-devd package

From: Emmanuel Vadot <manu_at_FreeBSD.org>
Date: Fri, 27 Jan 2023 09:35:37 UTC
The branch main has been updated by manu:

URL: https://cgit.FreeBSD.org/src/commit/?id=f0435696920bd18d46a31c69105d8cbaa7d479e5

commit f0435696920bd18d46a31c69105d8cbaa7d479e5
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2022-10-28 07:31:17 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2023-01-27 09:35:32 +0000

    rc.d: Put devd script in FreeBSD-devd package
    
    Differential Revision:  https://reviews.freebsd.org/D37186
---
 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 703668ef4dd5..045b7cf2e67b 100644
--- a/libexec/rc/rc.d/Makefile
+++ b/libexec/rc/rc.d/Makefile
@@ -22,7 +22,6 @@ CONFS=	DAEMON \
 	ctld \
 	ddb \
 	defaultroute \
-	devd \
 	devfs \
 	devmatch \
 	dhclient \
@@ -116,6 +115,10 @@ CONFS=	DAEMON \
 	var_run \
 	watchdogd
 
+CONFGROUPS+=		DEVD
+DEVD=			devd
+DEVDPACKAGE=		devd
+
 .if ${MK_NIS} != "no"
 CONFS+=	ypbind \
 	ypldap \