git: 91314ca2ff9c - main - rc.d: Put ggated script in FreeBSD-ggate

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

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

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

    rc.d: Put ggated script in FreeBSD-ggate
    
    Differential Revision:  https://reviews.freebsd.org/D37188
---
 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 4c1fc2e1f874..ae6e220df277 100644
--- a/libexec/rc/rc.d/Makefile
+++ b/libexec/rc/rc.d/Makefile
@@ -29,7 +29,6 @@ CONFS=	DAEMON \
 	gbde \
 	geli \
 	geli2 \
-	ggated \
 	gptboot \
 	growfs \
 	growfs_fstab \
@@ -125,6 +124,10 @@ CONFGROUPS+=		DHCLIENT
 DHCLIENT=		dhclient
 DHCLIENTPACKAGE=	dhclient
 
+CONFGROUPS+=		GGATED
+GGATED=			ggated
+GGATEDPACKAGE=		ggate
+
 .if ${MK_NIS} != "no"
 CONFS+=	ypbind \
 	ypldap \