From 36a7fa1e16a0b4446f2cb618fc84a6bc1a2cbf86 Mon Sep 17 00:00:00 2001 From: Emmanuel Vadot Date: Fri, 28 Oct 2022 09:33:20 +0200 Subject: [PATCH] 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 ae6e220df27..ffb1e48095d 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 \