Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jan 2023 09:35:40 GMT
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 91314ca2ff9c - main - rc.d: Put ggated script in FreeBSD-ggate
Message-ID:  <202301270935.30R9ZeWK088312@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301270935.30R9ZeWK088312>