Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 54245

Summary: iostat ebuild
Product: Gentoo Linux Reporter: Scott Smith <scott-gentoo>
Component: [OLD] Core systemAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: iostat ebuild and patch

Description Scott Smith 2004-06-17 19:16:30 UTC
Here is an ebuild for iostat

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Scott Smith 2004-06-17 19:17:48 UTC
Created attachment 33460 [details]
iostat ebuild and patch

simple tar file  (tar xvf iostat.tar)
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2004-06-17 19:35:35 UTC
please ensure the package does NOT conflict with the existing iostat from app-admin/sysstat, and you must use the skel.ebuild template for the copyright header. manpages should be installed straight into /usr/share/man, don't abuse the /usr/man symlink.

i'd recommend rewriting the ebuild to not use the patch, and just do the install manually (it would be 2 lines in src_install).
newbin iostat iostat-custom
newman iostat.8 iostat-custom.8
Comment 3 Scott Smith 2004-06-17 20:02:52 UTC
ooops, I did not realize sysstat had iostat in it.