diff options
author | bapt <bapt@FreeBSD.org> | 2015-09-05 00:06:01 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-09-05 00:06:01 +0000 |
commit | eaf711e5bd89ba9aca02c033fdc2db2000972d02 (patch) | |
tree | ddac563b8aa84217d2dc9ce4626dc1960a8f6a30 /usr.sbin/sesutil/Makefile | |
parent | 3be47c5512ffb8d6e17bf2b54d59c958e7a4085c (diff) | |
download | FreeBSD-src-eaf711e5bd89ba9aca02c033fdc2db2000972d02.zip FreeBSD-src-eaf711e5bd89ba9aca02c033fdc2db2000972d02.tar.gz |
Add a new sesutil(8) utility
This is an utility for managing SCSI Enclosure Services (SES) device.
For now only one command is supported "locate" which will change the test of the
external LED associated to a given disk.
Usage if the following:
sesutil locate disk [on|off]
Disk can be a device name: "da12" or a special keyword: "all".
Reviewed by: mav
MFC after: 1 month
Relnotes: yes
Sponsored by: gandi.net
Differential Revision: https://reviews.freebsd.org/D3544
Diffstat (limited to 'usr.sbin/sesutil/Makefile')
-rw-r--r-- | usr.sbin/sesutil/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.sbin/sesutil/Makefile b/usr.sbin/sesutil/Makefile new file mode 100644 index 0000000..39ca86b --- /dev/null +++ b/usr.sbin/sesutil/Makefile @@ -0,0 +1,6 @@ +# $FreeBSD$ + +PROG= sesutil +MAN= sesutil.8 + +.include <bsd.prog.mk> |