aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2022-10-28 07:33:20 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2023-01-27 09:35:32 +0000
commit36a7fa1e16a0b4446f2cb618fc84a6bc1a2cbf86 (patch)
tree499546f0f0a1b86dcaeb1f7f612c7f27e3d37b9c
parent91314ca2ff9c5efb3dcfc20ee1976c8fdc0c1de4 (diff)
-rw-r--r--libexec/rc/rc.d/Makefile6
1 files 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 \