diff options
author | Christ Schlacta <[email protected]> | 2013-06-06 21:33:01 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2013-06-18 15:43:15 -0700 |
commit | fb02fabf9b8045d6a1ddedf3f79171f69633162d (patch) | |
tree | 671f27d97396973fbc0c2b8775587eda8213b233 /rpm | |
parent | 7634cd54db25a69e00aaab6448ad710441bd8e7d (diff) |
Modified arcstat.py to run on linux
* Modified kstat_update() to read arcstats from proc.
* Fix shebang.
* Added Makefile.am entries for arcstat.py
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #1506
Diffstat (limited to 'rpm')
-rw-r--r-- | rpm/generic/zfs.spec.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rpm/generic/zfs.spec.in b/rpm/generic/zfs.spec.in index 7ee4ca018..ddbee84a4 100644 --- a/rpm/generic/zfs.spec.in +++ b/rpm/generic/zfs.spec.in @@ -123,6 +123,7 @@ find %{?buildroot}%{_libdir} -name '*.la' -exec rm -f {} \; %doc AUTHORS COPYRIGHT DISCLAIMER %doc OPENSOLARIS.LICENSE README.markdown %{_sbindir}/* +%{_bindir}/* %{_libdir}/*.so.1* %{_mandir}/man1/* %{_mandir}/man5/* |