git: cc9b2b58e2c5 - main - Revert "rc.d: Put growfs script in FreeBSD-ufs"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 27 Jan 2023 10:31:10 UTC
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=cc9b2b58e2c5fa3a1a21e741155daf1609e53773 commit cc9b2b58e2c5fa3a1a21e741155daf1609e53773 Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2023-01-27 10:30:24 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2023-01-27 10:30:24 +0000 Revert "rc.d: Put growfs script in FreeBSD-ufs" The growfs script also support zfs. This reverts commit 36a7fa1e16a0b4446f2cb618fc84a6bc1a2cbf86. Reported by: emaste, Mina Galić --- libexec/rc/rc.d/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/libexec/rc/rc.d/Makefile b/libexec/rc/rc.d/Makefile index ff966eb17349..56ee41a8316d 100644 --- a/libexec/rc/rc.d/Makefile +++ b/libexec/rc/rc.d/Makefile @@ -30,6 +30,8 @@ CONFS= DAEMON \ geli \ geli2 \ gptboot \ + growfs \ + growfs_fstab \ hostid \ hostid_save \ hostname \ @@ -125,10 +127,6 @@ CONFGROUPS+= GGATED GGATED= ggated GGATEDPACKAGE= ggate -CONFGROUPS+= GROWFS -GROWFS= growfs growfs_fstab -GROWFSPACKAGE= ufs - CONFGROUPS+= RESOLVCONF RESOLVCONF= resolv RESOLVCONFPACKAGE= resolvconf