Skip to content

Commit 3eacc07

Browse files
Vasant Hegdenfont
Vasant Hegde
authored andcommitted
We have introduced full fledged Light Path Diagnostics support
on PowerLinux. To bring all Light Path Diagnostics related code into common tree and re-use common functionalities across tools, we have re-implemented usysident/usysattn commands. Light Path Diagnostics including new implentation of usysident/usysattn will be hosted in PowerLinux diagnostic package (ppc64-diag). ppc64-diag source: http://sourceforge.net/projects/linux-diag/files/ppc64-diag/ This will introduce package conflict between ppc64-diag and powerpc-utils. To avoid the conflict we need to deprecate the usysident/usysattn commands from powerpc-utils. This patch deprecates usysident/usysattn commands. Signed-off-by: Vasant Hegde <[email protected]>
1 parent 588df55 commit 3eacc07

12 files changed

+17
-2683
lines changed

Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dist_doc_DATA = README COPYRIGHT
77

88
EXTRA_DIST = Changelog powerpc-utils.spec.in doc/activate_firmware.doxycfg doc/nvram.doxycfg \
99
doc/rtas_ibm_get_vpd.doxycfg doc/serv_config.doxycfg doc/set_poweron_time.doxycfg \
10-
doc/uesensor.doxycfg doc/usysident.doxycfg
10+
doc/uesensor.doxycfg
1111

1212
AC_CLEAN_FILES = aclocal.m4
1313

Makefile.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ doc_DATA = README COPYRIGHT
169169
dist_doc_DATA = README COPYRIGHT
170170
EXTRA_DIST = Changelog powerpc-utils.spec.in doc/activate_firmware.doxycfg doc/nvram.doxycfg \
171171
doc/rtas_ibm_get_vpd.doxycfg doc/serv_config.doxycfg doc/set_poweron_time.doxycfg \
172-
doc/uesensor.doxycfg doc/usysident.doxycfg
172+
doc/uesensor.doxycfg
173173

174174
AC_CLEAN_FILES = aclocal.m4
175175
all: all-recursive

README

+5-11
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,6 @@ update_flash: system firmware update utility
1616
------------
1717
A script that uses the rtas_flash kernel module to flash firmware.
1818

19-
usysident: identification indicator utility
20-
---------
21-
A utility to view the status of device identification indicators
22-
(LEDs), and to turn the indicators on and off.
23-
24-
usysattn, usysfault: attention indicator utility
25-
-------------------
26-
A utility to view the status of the system attention (fault) indicators
27-
(LEDs), and to turn the indicators off when after an event has been
28-
serviced.
29-
3019
set_poweron_time: configure time for system power-on
3120
----------------
3221
A utility to set a time in the future for the system to automatically
@@ -88,6 +77,11 @@ lsdevinfo:
8877
This utility provides the HMC or IVM with name information for
8978
virtual devices so they can be matched against the VIOS names.
9079

80+
usysident, usysattn, usysfault:
81+
-------------------------------
82+
Deprecated. Moved to ppc64-diag package.
83+
http://sourceforge.net/projects/linux-diag/files/ppc64-diag/
84+
9185
===================
9286

9387
The following tools are used by other maintenance utilities to gather

0 commit comments

Comments
 (0)