]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC 287473,287485,287493,287494
authorbapt <bapt@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 5 Oct 2015 08:18:31 +0000 (08:18 +0000)
committerbapt <bapt@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 5 Oct 2015 08:18:31 +0000 (08:18 +0000)
commitd7cfe220b1a8d971b5a6f10aafdf259a39b6f3ac
treec72d6848580449f5ff623a5cd8cabd74a84006b7
parentf082baed7bb1f53b2f59a5394b6cd0174977ec9a
MFC 287473,287485,287493,287494

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
Relnotes: yes
Sponsored by: gandi.net

git-svn-id: svn://svn.freebsd.org/base/stable/10@288710 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
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]