diff options
| author | Justin Frank <Justin.Frank@Sun.COM> | 2010-06-10 13:05:14 -0700 |
|---|---|---|
| committer | Justin Frank <Justin.Frank@Sun.COM> | 2010-06-10 13:05:14 -0700 |
| commit | 9d2159663a6316391e58ae8fc8a1e1a63dc9789c (patch) | |
| tree | cb5ea0cf3702ecab4b7fc5d3fed9129fd097be3f /usr/src/pkg/manifests/service-picl.mf | |
| parent | 955ef35916e692ccbbeed5e4b2e63690ed03c62c (diff) | |
| download | illumos-joyent-9d2159663a6316391e58ae8fc8a1e1a63dc9789c.tar.gz | |
6950333 fan tray removal not correctly implemented on Netra-440
6929846 prtpicl and prtdiag not updating after hot inserting fan tray on Netra-440
Diffstat (limited to 'usr/src/pkg/manifests/service-picl.mf')
| -rw-r--r-- | usr/src/pkg/manifests/service-picl.mf | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/usr/src/pkg/manifests/service-picl.mf b/usr/src/pkg/manifests/service-picl.mf index c6fe729233..1f073f5ae0 100644 --- a/usr/src/pkg/manifests/service-picl.mf +++ b/usr/src/pkg/manifests/service-picl.mf @@ -20,8 +20,7 @@ # # -# Copyright 2010 Sun Microsystems, Inc. All rights reserved. -# Use is subject to license terms. +# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. # set name=pkg.fmri value=pkg:/service/picl@$(PKGVERS) @@ -497,6 +496,18 @@ $(sparc_ONLY)file \ path=usr/platform/SUNW,Sun-Fire-V440/lib/picl/plugins/fru_PSU3.conf \ group=sys $(sparc_ONLY)file \ + path=usr/platform/SUNW,Sun-Fire-V440/lib/picl/plugins/fru_FT0.conf \ + group=sys +$(sparc_ONLY)file \ + path=usr/platform/SUNW,Sun-Fire-V440/lib/picl/plugins/fru_FT1.conf \ + group=sys +$(sparc_ONLY)file \ + path=usr/platform/SUNW,Sun-Fire-V440/lib/picl/plugins/fru_FT2.conf \ + group=sys +$(sparc_ONLY)file \ + path=usr/platform/SUNW,Sun-Fire-V440/lib/picl/plugins/fru_FT3.conf \ + group=sys +$(sparc_ONLY)file \ path=usr/platform/SUNW,Sun-Fire-V440/lib/picl/plugins/fru_SC.conf group=sys $(sparc_ONLY)file \ path=usr/platform/SUNW,Sun-Fire-V440/lib/picl/plugins/picldevtree.conf \ |
