summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-09-05 00:06:01 +0000
committerbapt <bapt@FreeBSD.org>2015-09-05 00:06:01 +0000
commiteaf711e5bd89ba9aca02c033fdc2db2000972d02 (patch)
treeddac563b8aa84217d2dc9ce4626dc1960a8f6a30 /usr.sbin/Makefile
parent3be47c5512ffb8d6e17bf2b54d59c958e7a4085c (diff)
downloadFreeBSD-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/Makefile')
-rw-r--r--usr.sbin/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 36585d9..03f69c1 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -74,6 +74,7 @@ SUBDIR= adduser \
rtprio \
service \
services_mkdb \
+ sesutil \
setfib \
setfmac \
setpmac \
OpenPOWER on IntegriCloud