Page MenuHomeFreeBSD

remove ZFS leftovers when WITHOUT_ZFS is set
ClosedPublic

Authored by op on Aug 20 2018, 2:56 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 13 2024, 2:53 AM
Unknown Object (File)
Dec 22 2023, 9:41 PM
Unknown Object (File)
Dec 3 2023, 8:11 AM
Unknown Object (File)
Nov 20 2023, 10:37 PM
Unknown Object (File)
Nov 8 2023, 9:55 AM
Unknown Object (File)
Oct 13 2023, 6:02 PM
Unknown Object (File)
Aug 12 2023, 3:28 PM
Unknown Object (File)
Jun 22 2023, 6:58 PM
Subscribers

Details

Summary
HBSD: remove ZFS leftovers when WITHOUT_ZFS is set

tar tf base.txz | grep zpool
tar tf base.txz | grep zfs
tar tf base.txz | grep libbe
tar tf base.txz | grep bectl

note: libzfs.3 exists on 12-CURRENT and libzfs.2 exists before
12-CURRENT

Discussed-be: kevans@
MFC-to: 11-STABLE
Signed-off-by: Oliver Pinter <oliver.pinter@hardenedbsd.org>

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Hmm... can you add libbe(3) and bectl(8) to these as well, then I'll MFC this ball of noodles after MFC'ing them?

bectl depends on ZFS or it have a separate knob?

In D16810#357810, @op wrote:

bectl depends on ZFS or it have a separate knob?

Both are only gated by MK_ZFS.

op edited the summary of this revision. (Show Details)
This revision was not accepted when it landed; it landed in state Needs Review.Aug 23 2018, 2:14 AM
This revision was automatically updated to reflect the committed changes.