summaryrefslogtreecommitdiff
path: root/sysutils/scsiinfo
AgeCommit message (Collapse)AuthorFilesLines
2010-03-21Reset maintainer, developer lost his commit bit.wiz1-2/+2
2010-01-27Really add destdir supportjoerg1-1/+3
2010-01-27DESTDIR supportjoerg1-3/+3
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-3/+3
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+1
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-06-17Create directories before installing files into them.jlam1-1/+3
2005-05-25Add RMD160 checksum.wiz1-1/+2
2004-06-10don't bother creating a directory inside WRKDIR, just use WRKDIR.grant1-4/+6
s/;/&&/ in shell commands.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2002-08-20Initial import of scsiinfo-4.7 into the NetBSD packages collection.grant5-0/+60
Scsiinfo displays information about SCSI devices attached to a given system, as seen by a supported SCSI device driver. For each target known to the SCSI host adapter, scsiinfo reports SCSI transfer information for the device. In particular, when a target supports synchronous transfer, the negotiated maximum transfer rate (in MB/sec) is reported. Scsiinfo can also report the type and speed of each supported host adapter attached to the system. Scsiinfo is ONLY_FOR_PLATFORM SunOS.