diff options
| author | Richard Lowe <richlowe@richlowe.net> | 2022-05-21 18:13:37 -0500 |
|---|---|---|
| committer | Richard Lowe <richlowe@richlowe.net> | 2022-06-03 17:59:06 -0500 |
| commit | 38aced4fb3d60e34a44207b22d0b0dd4909bf4d1 (patch) | |
| tree | ca4804191ad342a18cf0dfae51124c7f4f9953b4 /usr/src/tools/quick/make-zfs | |
| parent | 22e991d5bb9d07bf7dd2a65bc080922753a3100b (diff) | |
| download | illumos-joyent-38aced4fb3d60e34a44207b22d0b0dd4909bf4d1.tar.gz | |
14710 remove long obsolete/unused pyzfs helper script
Reviewed by: Yuri Pankov <ypankov@tintri.com>
Reviewed by: Andy Fiddaman <andy@omnios.org>
Reviewed by: Peter Tribble <peter.tribble@gmail.com>
Approved by: Dan McDonald <danmcd@mnx.io>
Diffstat (limited to 'usr/src/tools/quick/make-zfs')
| -rwxr-xr-x | usr/src/tools/quick/make-zfs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr/src/tools/quick/make-zfs b/usr/src/tools/quick/make-zfs index 417745b8cf..b2052cad9b 100755 --- a/usr/src/tools/quick/make-zfs +++ b/usr/src/tools/quick/make-zfs @@ -201,8 +201,7 @@ for cmd in \ zinject \ zpool \ ztest \ - zstreamdump \ - pyzfs + zstreamdump do (cd $SRC/cmd/$cmd && $make $1) done @@ -336,8 +335,6 @@ sbin/zfs sbin/zpool usr/lib/sysevent/modules/zfs_mod.so usr/lib/zfs/availdevs -usr/lib/zfs/pyzfs.py -usr/lib/zfs/pyzfs.pyc usr/sbin/$arch32/zdb usr/sbin/$arch64/zdb usr/sbin/$arch32/zhack |
