git: f7f387730e3f - main - src.conf.5: Update the WITHOUT_ZFS description
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 30 May 2022 14:54:31 UTC
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=f7f387730e3fc7d6e3807c1300269cd127ad3234 commit f7f387730e3fc7d6e3807c1300269cd127ad3234 Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2022-05-30 14:45:57 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2022-05-30 14:45:57 +0000 src.conf.5: Update the WITHOUT_ZFS description ... to take into account programs and libraries which might implement some ZFS-specific features without being exclusive to ZFS. Reviewed by: emaste MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D35337 --- tools/build/options/WITHOUT_ZFS | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/tools/build/options/WITHOUT_ZFS b/tools/build/options/WITHOUT_ZFS index 3c809e54cfaa..11605eb6fcab 100644 --- a/tools/build/options/WITHOUT_ZFS +++ b/tools/build/options/WITHOUT_ZFS @@ -1,2 +1,9 @@ .\" $FreeBSD$ -Do not build ZFS file system kernel module, libraries, and user commands. +Do not build the ZFS file system kernel module, libraries such as +.Xr libbe 3 , +and user commands such as +.Xr zpool 8 +or +.Xr zfs 8 . +Also disable ZFS support in utilities and libraries which implement +ZFS-specific functionality.