rc.d: Put growfs script in FreeBSD-ufs

Differential Revision:	https://reviews.freebsd.org/D37189
This commit is contained in:
Emmanuel Vadot 2022-10-28 09:33:20 +02:00
parent 91314ca2ff
commit 36a7fa1e16

View file

@ -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 \