Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jun 2022 12:43:36 GMT
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: a897f30685e4 - stable/13 - src.conf.5: Update the WITHOUT_ZFS description
Message-ID:  <202206131243.25DChaqP069795@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=a897f30685e4e87ab7a63907bff229f67b89fa48

commit a897f30685e4e87ab7a63907bff229f67b89fa48
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2022-05-30 14:45:57 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2022-06-13 12:43:17 +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
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit f7f387730e3fc7d6e3807c1300269cd127ad3234)
---
 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206131243.25DChaqP069795>