git: 36a7fa1e16a0 - main - rc.d: Put growfs script in FreeBSD-ufs

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

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

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

    rc.d: Put growfs script in FreeBSD-ufs
    
    Differential Revision:  https://reviews.freebsd.org/D37189
---
 libexec/rc/rc.d/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/libexec/rc/rc.d/Makefile b/libexec/rc/rc.d/Makefile
index ae6e220df277..ffb1e48095de 100644
--- a/libexec/rc/rc.d/Makefile
+++ b/libexec/rc/rc.d/Makefile
@@ -30,8 +30,6 @@ CONFS=	DAEMON \
 	geli \
 	geli2 \
 	gptboot \
-	growfs \
-	growfs_fstab \
 	hostid \
 	hostid_save \
 	hostname \
@@ -128,6 +126,10 @@ CONFGROUPS+=		GGATED
 GGATED=			ggated
 GGATEDPACKAGE=		ggate
 
+CONFGROUPS+=		GROWFS
+GROWFS=			growfs growfs_fstab
+GROWFSPACKAGE=		ufs
+
 .if ${MK_NIS} != "no"
 CONFS+=	ypbind \
 	ypldap \