Skip to content

Commit 645a7e4

Browse files
Umer Saleembehlendorf
authored andcommitted
Move zinject from openzfs-zfs-test to openzfs-zfsutils
For Native Debian packaging, zinject binary and man page is packaged in ZFS test package. zinject is not not directly related to ZTS and should be packaged with other utilities, like it is present in zfs_<ver>.rpm/deb packages. This commit moves zinject binary and man page from openzfs-zfs-test to openzfs-zfsutils package. Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Ameer Hamza <[email protected]> Signed-off-by: Umer Saleem <[email protected]> Closes #15160
1 parent 9564985 commit 645a7e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/debian/openzfs-zfs-test.install

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
sbin/zinject
21
sbin/ztest
32
usr/bin/raidz_test
43
usr/share/man/man1/raidz_test.1
54
usr/share/man/man1/test-runner.1
65
usr/share/man/man1/ztest.1
7-
usr/share/man/man8/zinject.8
86
usr/share/zfs/common.sh
97
usr/share/zfs/runfiles/
108
usr/share/zfs/test-runner

contrib/debian/openzfs-zfsutils.install

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ sbin/zfs
2727
sbin/zfs_ids_to_path
2828
sbin/zgenhostid
2929
sbin/zhack
30+
sbin/zinject
3031
sbin/zpool
3132
sbin/zstream
3233
sbin/zstreamdump
@@ -92,6 +93,7 @@ usr/share/man/man8/zfs_ids_to_path.8
9293
usr/share/man/man7/zfsconcepts.7
9394
usr/share/man/man7/zfsprops.7
9495
usr/share/man/man8/zgenhostid.8
96+
usr/share/man/man8/zinject.8
9597
usr/share/man/man8/zpool-add.8
9698
usr/share/man/man8/zpool-attach.8
9799
usr/share/man/man8/zpool-checkpoint.8

0 commit comments

Comments
 (0)