diff options
author | наб <[email protected]> | 2021-05-08 15:04:48 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2021-05-21 10:16:14 -0700 |
commit | dd00925e8de33ca490d29b7b30fc8d2a14ab4da3 (patch) | |
tree | 84678868f09b25b3cadc57d2c1131bb2b0cff73d /cmd/Makefile.am | |
parent | 93ef500388db2bf8e85446a3df0b013609cdbd73 (diff) |
zstreamdump: replace with link to zstream
zstreamdump(8) was in quite a bad state,
and the wrapper didn't work if invoked without /sbin in $PATH
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes #12015
Diffstat (limited to 'cmd/Makefile.am')
-rw-r--r-- | cmd/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/Makefile.am b/cmd/Makefile.am index 473fcb0e0..a3db31679 100644 --- a/cmd/Makefile.am +++ b/cmd/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = zfs zpool zdb zhack zinject zstream zstreamdump ztest +SUBDIRS = zfs zpool zdb zhack zinject zstream ztest SUBDIRS += fsck_zfs vdev_id raidz_test zfs_ids_to_path SUBDIRS += zpool_influxdb |