usr/src/pkgdefs/SUNWibsdpu/prototype_com
author Rajkumar Sivaprakasam <Rajkumar.Sivaprakasam@Sun.COM>
Thu, 05 Feb 2009 10:03:55 -0800
changeset 8695 115e6d42744b
parent 3422 1eed0b2f418c
permissions -rw-r--r--
6773181 panic due to assertion failure from ibmf_saa_impl_hca_detach() 6800017 HCA DR requires RCM script for SDP 6773886 Panic in ibnex_name_child() function 6784821 typo from 'cfgadm configure' 6763923 Calling 'cfgadm -yx update_pkey_tbls' with a invalid ap_id doesn't return error 6751194 rpcib: unable to unconfigure InfiniBand HCA cards 6794326 ibcm:ibcm_hca_detach fails due to transient connections 6794307 ibnex_ioc_list not protected properly 6778827 rpcib: Panic due to invalid mutex reference
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3422
1eed0b2f418c PSARC 2003/064 SDP: Sockets Direct Protocol
nh145002
parents:
diff changeset
     1
#
1eed0b2f418c PSARC 2003/064 SDP: Sockets Direct Protocol
nh145002
parents:
diff changeset
     2
# CDDL HEADER START
1eed0b2f418c PSARC 2003/064 SDP: Sockets Direct Protocol
nh145002
parents:
diff changeset
     3
#
1eed0b2f418c PSARC 2003/064 SDP: Sockets Direct Protocol
nh145002
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
1eed0b2f418c PSARC 2003/064 SDP: Sockets Direct Protocol
nh145002
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
1eed0b2f418c PSARC 2003/064 SDP: Sockets Direct Protocol
nh145002
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
1eed0b2f418c PSARC 2003/064 SDP: Sockets Direct Protocol
nh145002
parents:
diff changeset
     7
#
1eed0b2f418c PSARC 2003/064 SDP: Sockets Direct Protocol
nh145002
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1eed0b2f418c PSARC 2003/064 SDP: Sockets Direct Protocol
nh145002
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
1eed0b2f418c PSARC 2003/064 SDP: Sockets Direct Protocol
nh145002
parents:
diff changeset
    10
# See the License for the specific language governing permissions
1eed0b2f418c PSARC 2003/064 SDP: Sockets Direct Protocol
nh145002
parents:
diff changeset
    11
# and limitations under the License.
1eed0b2f418c PSARC 2003/064 SDP: Sockets Direct Protocol
nh145002
parents:
diff changeset
    12
#
1eed0b2f418c PSARC 2003/064 SDP: Sockets Direct Protocol
nh145002
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
1eed0b2f418c PSARC 2003/064 SDP: Sockets Direct Protocol
nh145002
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1eed0b2f418c PSARC 2003/064 SDP: Sockets Direct Protocol
nh145002
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
1eed0b2f418c PSARC 2003/064 SDP: Sockets Direct Protocol
nh145002
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
1eed0b2f418c PSARC 2003/064 SDP: Sockets Direct Protocol
nh145002
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
1eed0b2f418c PSARC 2003/064 SDP: Sockets Direct Protocol
nh145002
parents:
diff changeset
    18
#
1eed0b2f418c PSARC 2003/064 SDP: Sockets Direct Protocol
nh145002
parents:
diff changeset
    19
# CDDL HEADER END
1eed0b2f418c PSARC 2003/064 SDP: Sockets Direct Protocol
nh145002
parents:
diff changeset
    20
#
1eed0b2f418c PSARC 2003/064 SDP: Sockets Direct Protocol
nh145002
parents:
diff changeset
    21
#
8695
115e6d42744b 6773181 panic due to assertion failure from ibmf_saa_impl_hca_detach()
Rajkumar Sivaprakasam <Rajkumar.Sivaprakasam@Sun.COM>
parents: 3422
diff changeset
    22
# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
3422
1eed0b2f418c PSARC 2003/064 SDP: Sockets Direct Protocol
nh145002
parents:
diff changeset
    23
# Use is subject to license terms.
1eed0b2f418c PSARC 2003/064 SDP: Sockets Direct Protocol
nh145002
parents:
diff changeset
    24
#
1eed0b2f418c PSARC 2003/064 SDP: Sockets Direct Protocol
nh145002
parents:
diff changeset
    25
#
1eed0b2f418c PSARC 2003/064 SDP: Sockets Direct Protocol
nh145002
parents:
diff changeset
    26
# This required package information file contains a list of package contents.
1eed0b2f418c PSARC 2003/064 SDP: Sockets Direct Protocol
nh145002
parents:
diff changeset
    27
# The 'pkgmk' command uses this file to identify the contents of a package
1eed0b2f418c PSARC 2003/064 SDP: Sockets Direct Protocol
nh145002
parents:
diff changeset
    28
# and their location on the development machine when building the package.
1eed0b2f418c PSARC 2003/064 SDP: Sockets Direct Protocol
nh145002
parents:
diff changeset
    29
# Can be created via a text editor or through use of the 'pkgproto' command.
1eed0b2f418c PSARC 2003/064 SDP: Sockets Direct Protocol
nh145002
parents:
diff changeset
    30
1eed0b2f418c PSARC 2003/064 SDP: Sockets Direct Protocol
nh145002
parents:
diff changeset
    31
#!search <pathname pathname ...>        # where to find pkg objects
1eed0b2f418c PSARC 2003/064 SDP: Sockets Direct Protocol
nh145002
parents:
diff changeset
    32
#!include <filename>                    # include another 'prototype' file
1eed0b2f418c PSARC 2003/064 SDP: Sockets Direct Protocol
nh145002
parents:
diff changeset
    33
#!default <mode> <owner> <group>        # default used if not specified on entry
1eed0b2f418c PSARC 2003/064 SDP: Sockets Direct Protocol
nh145002
parents:
diff changeset
    34
#!<param>=<value>                       # puts parameter in pkg environment
1eed0b2f418c PSARC 2003/064 SDP: Sockets Direct Protocol
nh145002
parents:
diff changeset
    35
1eed0b2f418c PSARC 2003/064 SDP: Sockets Direct Protocol
nh145002
parents:
diff changeset
    36
# packaging files
1eed0b2f418c PSARC 2003/064 SDP: Sockets Direct Protocol
nh145002
parents:
diff changeset
    37
i pkginfo
1eed0b2f418c PSARC 2003/064 SDP: Sockets Direct Protocol
nh145002
parents:
diff changeset
    38
i copyright
1eed0b2f418c PSARC 2003/064 SDP: Sockets Direct Protocol
nh145002
parents:
diff changeset
    39
i depend
1eed0b2f418c PSARC 2003/064 SDP: Sockets Direct Protocol
nh145002
parents:
diff changeset
    40
1eed0b2f418c PSARC 2003/064 SDP: Sockets Direct Protocol
nh145002
parents:
diff changeset
    41
# source locations relative to the prototype file
1eed0b2f418c PSARC 2003/064 SDP: Sockets Direct Protocol
nh145002
parents:
diff changeset
    42
#
1eed0b2f418c PSARC 2003/064 SDP: Sockets Direct Protocol
nh145002
parents:
diff changeset
    43
# SUNWibsdpu
1eed0b2f418c PSARC 2003/064 SDP: Sockets Direct Protocol
nh145002
parents:
diff changeset
    44
#
1eed0b2f418c PSARC 2003/064 SDP: Sockets Direct Protocol
nh145002
parents:
diff changeset
    45
d none usr 0755 root sys
1eed0b2f418c PSARC 2003/064 SDP: Sockets Direct Protocol
nh145002
parents:
diff changeset
    46
d none usr/sbin 0755 root bin
8695
115e6d42744b 6773181 panic due to assertion failure from ibmf_saa_impl_hca_detach()
Rajkumar Sivaprakasam <Rajkumar.Sivaprakasam@Sun.COM>
parents: 3422
diff changeset
    47
d none usr/lib 0755 root bin
115e6d42744b 6773181 panic due to assertion failure from ibmf_saa_impl_hca_detach()
Rajkumar Sivaprakasam <Rajkumar.Sivaprakasam@Sun.COM>
parents: 3422
diff changeset
    48
d none usr/lib/rcm 0755 root bin
115e6d42744b 6773181 panic due to assertion failure from ibmf_saa_impl_hca_detach()
Rajkumar Sivaprakasam <Rajkumar.Sivaprakasam@Sun.COM>
parents: 3422
diff changeset
    49
d none usr/lib/rcm/scripts 0755 root bin
3422
1eed0b2f418c PSARC 2003/064 SDP: Sockets Direct Protocol
nh145002
parents:
diff changeset
    50
f none usr/sbin/sdpadm 0555 root bin
8695
115e6d42744b 6773181 panic due to assertion failure from ibmf_saa_impl_hca_detach()
Rajkumar Sivaprakasam <Rajkumar.Sivaprakasam@Sun.COM>
parents: 3422
diff changeset
    51
f none usr/lib/rcm/scripts/SUNW,ibsdpu.sh 0555 root bin