diff options
Diffstat (limited to 'cmd/zpool/Makefile.am')
-rw-r--r-- | cmd/zpool/Makefile.am | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/cmd/zpool/Makefile.am b/cmd/zpool/Makefile.am index f905fb73d..6eff1d143 100644 --- a/cmd/zpool/Makefile.am +++ b/cmd/zpool/Makefile.am @@ -36,12 +36,31 @@ dist_zpoolexec_SCRIPTS = \ zpool.d/label \ zpool.d/locate_led \ zpool.d/lsblk \ + zpool.d/media \ zpool.d/model \ zpool.d/serial \ zpool.d/ses \ zpool.d/size \ zpool.d/slaves \ zpool.d/slot \ + zpool.d/smart \ + zpool.d/smartx \ + zpool.d/temp \ + zpool.d/health \ + zpool.d/r_proc \ + zpool.d/w_proc \ + zpool.d/r_ucor \ + zpool.d/w_ucor \ + zpool.d/nonmed \ + zpool.d/defect \ + zpool.d/hours_on \ + zpool.d/realloc \ + zpool.d/rep_ucor \ + zpool.d/cmd_to \ + zpool.d/pend_sec \ + zpool.d/off_ucor \ + zpool.d/ata_err \ + zpool.d/pwr_cyc \ zpool.d/upath \ zpool.d/vendor @@ -55,12 +74,31 @@ zpoolconfdefaults = \ label \ locate_led \ lsblk \ + media \ model \ serial \ ses \ size \ slaves \ slot \ + smart \ + smartx \ + temp \ + health \ + r_proc \ + w_proc \ + r_ucor \ + w_ucor \ + nonmed \ + defect \ + hours_on \ + realloc \ + rep_ucor \ + cmd_to \ + pend_sec \ + off_ucor \ + ata_err \ + pwr_cyc \ upath \ vendor |