]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add a new sesutil(8) utility
authorbapt <bapt@FreeBSD.org>
Sat, 5 Sep 2015 00:06:01 +0000 (00:06 +0000)
committerbapt <bapt@FreeBSD.org>
Sat, 5 Sep 2015 00:06:01 +0000 (00:06 +0000)
commiteaf711e5bd89ba9aca02c033fdc2db2000972d02
treeddac563b8aa84217d2dc9ce4626dc1960a8f6a30
parent3be47c5512ffb8d6e17bf2b54d59c958e7a4085c
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
usr.sbin/Makefile
usr.sbin/sesutil/Makefile [new file with mode: 0644]
usr.sbin/sesutil/sesutil.8 [new file with mode: 0644]
usr.sbin/sesutil/sesutil.c [new file with mode: 0644]