aboutsummaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2022-07-22 08:43:39 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2023-02-02 09:32:55 +0000
commit40b8a8f2530224ccebfd35b1875bc75f0ff72d79 (patch)
treeed306e98865dd1584946e5cf72cb9257875f02d0 /release
parente93d2af4beabc690752474658ba163d23ac7350a (diff)
downloadsrc-40b8a8f2530224ccebfd35b1875bc75f0ff72d79.tar.gz
src-40b8a8f2530224ccebfd35b1875bc75f0ff72d79.zip
pkgbase: Put zfs utilities and lib in their own package
It is useful to have zfs utilities and lib in a separate package as it allow users to create image that can support ZFS (i.e. not with WITHOUT_ZFS in src.conf set) without bloating the default image with all zfs tools (for example for jails). Differential Revision: https://reviews.freebsd.org/D36225 (cherry picked from commit a71ea7bea0d2a8ba86373377c3c1443acbeab5d2)
Diffstat (limited to 'release')
-rw-r--r--release/packages/Makefile.package2
1 files changed, 2 insertions, 0 deletions
diff --git a/release/packages/Makefile.package b/release/packages/Makefile.package
index fda5c90f8c6f..af4a1ed3f49f 100644
--- a/release/packages/Makefile.package
+++ b/release/packages/Makefile.package
@@ -146,3 +146,5 @@ wpa_COMMENT= 802.11 Supplicant
wpa_DESC= 802.11 Supplicant
yp_COMMENT= Yellow Pages programs
yp_DESC= Yellow Pages programs
+zfs_COMMENT= ZFS Libraries and Utilities
+zfs_DESC= ZFS Libraries and Utilities