diff options
author | lippe <lippe@FreeBSD.org> | 2008-06-23 06:18:06 +0800 |
---|---|---|
committer | lippe <lippe@FreeBSD.org> | 2008-06-23 06:18:06 +0800 |
commit | c617d8b2a773090941718c8d1e58df9ec2d6afb5 (patch) | |
tree | e41750f6adc7421c450c31118d9216c906306002 /sysutils/Makefile | |
parent | c6a5dd7268499c28e8bcf6317adfa839ce2d0a8b (diff) | |
download | freebsd-ports-gnome-c617d8b2a773090941718c8d1e58df9ec2d6afb5.tar.gz freebsd-ports-gnome-c617d8b2a773090941718c8d1e58df9ec2d6afb5.tar.zst freebsd-ports-gnome-c617d8b2a773090941718c8d1e58df9ec2d6afb5.zip |
The sg3_utils package contains utilities that send SCSI commands to devices.
As well as devices on transports traditionally associated with SCSI (e.g.
Fibre Channel (FCP), Serial Attached SCSI (SAS) and the SCSI Parallel
Interface(SPI)) many other devices use SCSI command sets. It's
functionality similar to camcontrol(8), but more powerful. For example,
it can use SCSI Environmental Services not using FreeBSD ses(4),
read SCSI device logs, and much more.
WWW: http://sg.torque.net/sg/sg3_utils.html
PR: ports/124358
Submitted by: Denis Barov <dindin@dindin.ru>
Approved by: gabor (mentor, implicit)
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index c839fb0fbee6..f671a40b05c6 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -647,6 +647,7 @@ SUBDIR += setquota SUBDIR += sfdisk SUBDIR += sformat + SUBDIR += sg3_utils SUBDIR += sge60 SUBDIR += sge61 SUBDIR += sge62 |