components/ipmitool/ipmitool.p5m
branchs11-update
changeset 2526 a7c3342cac79
parent 2525 5e4049097207
child 2527 0935492f14d7
equal deleted inserted replaced
2525:5e4049097207 2526:a7c3342cac79
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
       
    22 #
       
    23 
       
    24 <transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
       
    25 
       
    26 set name=pkg.fmri value=pkg:/system/management/ipmitool@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    27 set name=pkg.summary value="ipmitool - utility for controlling IPMI-enabled devices"
       
    28 set name=info.classification value="org.opensolaris.category.2008:System/Hardware"
       
    29 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    30 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
       
    31 set name=org.opensolaris.arc-caseid \
       
    32    value=PSARC/2004/453
       
    33 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    34 
       
    35 license ipmitool.license license='BSD-like'
       
    36 
       
    37 dir path=lib
       
    38 dir path=lib/svc
       
    39 dir path=lib/svc/manifest
       
    40 dir path=lib/svc/manifest/network
       
    41 dir path=lib/svc/method
       
    42 dir path=usr
       
    43 dir path=usr/sbin
       
    44 dir path=usr/lib
       
    45 dir path=usr/sfw
       
    46 dir path=usr/sfw/bin
       
    47 dir path=usr/share
       
    48 dir path=usr/share/man
       
    49 dir path=usr/share/man/man1m
       
    50 dir path=usr/share/man/man8
       
    51 file usr/bin/ipmitool path=usr/sbin/ipmitool
       
    52 file usr/sbin/ipmievd path=usr/lib/ipmievd mode=0555
       
    53 link path=usr/sfw/bin/ipmitool target=../../sbin/ipmitool
       
    54 file ipmitool.1m path=usr/share/man/man1m/ipmitool.1m
       
    55 file ipmievd.8 path=usr/share/man/man8/ipmievd.8
       
    56 file ipmievd.xml path=lib/svc/manifest/network/ipmievd.xml
       
    57 file svc-ipmievd path=lib/svc/method/svc-ipmievd
       
    58 
       
    59 legacy pkg=SUNWipmi  \
       
    60     desc="IPMI management tool" \
       
    61     name="ipmitool, (usr)"
       
    62 
       
    63 legacy pkg=SUNWipmir \
       
    64     desc="IPMI management tool (root)" \
       
    65     name="ipmitool, (root)"