Print this page
1681 support for BUILD64=# no longer works


   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 
  22 #
  23 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.

  24 #
  25 
  26 #
  27 # The default for payload-bearing actions in this package is to appear in the
  28 # global zone only.  See the include file for greater detail, as well as
  29 # information about overriding the defaults.
  30 #
  31 <include global_zone_only_component>
  32 set name=pkg.fmri value=pkg:/system/network/udapl@$(PKGVERS)
  33 set name=pkg.description value="Sun DAT registry library and datadm"
  34 set name=pkg.summary value="Sun User Direct Access Programming Library (User)"
  35 set name=info.classification \
  36     value=org.opensolaris.category.2008:System/Libraries
  37 set name=variant.arch value=$(ARCH)
  38 dir path=etc group=sys
  39 dir path=etc/dat group=sys
  40 dir path=usr group=sys
  41 dir path=usr/lib
  42 dir path=usr/lib/$(ARCH64)
  43 dir path=usr/sbin
  44 dir path=usr/share/man
  45 dir path=usr/share/man/man1m
  46 dir path=usr/share/man/man3dat
  47 dir path=usr/share/man/man3lib
  48 dir path=usr/share/man/man4
  49 file path=etc/dat/dat.conf group=sys original_name=SUNWudapl:etc/dat/dat.conf \
  50     preserve=true
  51 file path=usr/lib/$(ARCH64)/libdat.so.1
  52 file path=usr/lib/$(ARCH64)/llib-ldat.ln
  53 file path=usr/lib/libdat.so.1
  54 file path=usr/lib/llib-ldat
  55 file path=usr/lib/llib-ldat.ln
  56 file path=usr/sbin/datadm mode=0555
  57 file path=usr/share/man/man1m/datadm.1m
  58 file path=usr/share/man/man3dat/dat_cno_create.3dat
  59 file path=usr/share/man/man3dat/dat_cno_free.3dat
  60 file path=usr/share/man/man3dat/dat_cno_modify_agent.3dat
  61 file path=usr/share/man/man3dat/dat_cno_query.3dat
  62 file path=usr/share/man/man3dat/dat_cno_wait.3dat
  63 file path=usr/share/man/man3dat/dat_cr_accept.3dat
  64 file path=usr/share/man/man3dat/dat_cr_handoff.3dat
  65 file path=usr/share/man/man3dat/dat_cr_query.3dat
  66 file path=usr/share/man/man3dat/dat_cr_reject.3dat
  67 file path=usr/share/man/man3dat/dat_ep_connect.3dat
  68 file path=usr/share/man/man3dat/dat_ep_create.3dat
  69 file path=usr/share/man/man3dat/dat_ep_create_with_srq.3dat
  70 file path=usr/share/man/man3dat/dat_ep_disconnect.3dat
  71 file path=usr/share/man/man3dat/dat_ep_dup_connect.3dat
  72 file path=usr/share/man/man3dat/dat_ep_free.3dat


 119 file path=usr/share/man/man3dat/dat_rmr_query.3dat
 120 file path=usr/share/man/man3dat/dat_rsp_create.3dat
 121 file path=usr/share/man/man3dat/dat_rsp_free.3dat
 122 file path=usr/share/man/man3dat/dat_rsp_query.3dat
 123 file path=usr/share/man/man3dat/dat_set_consumer_context.3dat
 124 file path=usr/share/man/man3dat/dat_srq_create.3dat
 125 file path=usr/share/man/man3dat/dat_srq_free.3dat
 126 file path=usr/share/man/man3dat/dat_srq_post_recv.3dat
 127 file path=usr/share/man/man3dat/dat_srq_query.3dat
 128 file path=usr/share/man/man3dat/dat_srq_resize.3dat
 129 file path=usr/share/man/man3dat/dat_srq_set_lw.3dat
 130 file path=usr/share/man/man3dat/dat_strerror.3dat
 131 file path=usr/share/man/man3lib/libdat.3lib
 132 file path=usr/share/man/man4/dat.conf.4
 133 legacy pkg=SUNWudaplr desc="DAT static registry file" \
 134     name="Sun User Direct Access Programming Library (Root)"
 135 legacy pkg=SUNWudaplu desc="Sun DAT registry library and datadm" \
 136     name="Sun User Direct Access Programming Library (User)"
 137 license cr_Sun license=cr_Sun
 138 license lic_CDDL license=lic_CDDL
 139 link path=usr/lib/$(ARCH64)/libdat.so target=libdat.so.1
 140 link path=usr/lib/libdat.so target=libdat.so.1


   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 
  22 #
  23 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
  24 # Copyright 2014 Andrew Stormont.
  25 #
  26 
  27 #
  28 # The default for payload-bearing actions in this package is to appear in the
  29 # global zone only.  See the include file for greater detail, as well as
  30 # information about overriding the defaults.
  31 #
  32 <include global_zone_only_component>
  33 set name=pkg.fmri value=pkg:/system/network/udapl@$(PKGVERS)
  34 set name=pkg.description value="Sun DAT registry library and datadm"
  35 set name=pkg.summary value="Sun User Direct Access Programming Library (User)"
  36 set name=info.classification \
  37     value=org.opensolaris.category.2008:System/Libraries
  38 set name=variant.arch value=$(ARCH)
  39 dir path=etc group=sys
  40 dir path=etc/dat group=sys
  41 dir path=usr group=sys
  42 dir path=usr/lib
  43 $(BUILD64)dir path=usr/lib/$(ARCH64)
  44 dir path=usr/sbin
  45 dir path=usr/share/man
  46 dir path=usr/share/man/man1m
  47 dir path=usr/share/man/man3dat
  48 dir path=usr/share/man/man3lib
  49 dir path=usr/share/man/man4
  50 file path=etc/dat/dat.conf group=sys original_name=SUNWudapl:etc/dat/dat.conf \
  51     preserve=true
  52 $(BUILD64)file path=usr/lib/$(ARCH64)/libdat.so.1
  53 $(BUILD64)file path=usr/lib/$(ARCH64)/llib-ldat.ln
  54 file path=usr/lib/libdat.so.1
  55 file path=usr/lib/llib-ldat
  56 file path=usr/lib/llib-ldat.ln
  57 file path=usr/sbin/datadm mode=0555
  58 file path=usr/share/man/man1m/datadm.1m
  59 file path=usr/share/man/man3dat/dat_cno_create.3dat
  60 file path=usr/share/man/man3dat/dat_cno_free.3dat
  61 file path=usr/share/man/man3dat/dat_cno_modify_agent.3dat
  62 file path=usr/share/man/man3dat/dat_cno_query.3dat
  63 file path=usr/share/man/man3dat/dat_cno_wait.3dat
  64 file path=usr/share/man/man3dat/dat_cr_accept.3dat
  65 file path=usr/share/man/man3dat/dat_cr_handoff.3dat
  66 file path=usr/share/man/man3dat/dat_cr_query.3dat
  67 file path=usr/share/man/man3dat/dat_cr_reject.3dat
  68 file path=usr/share/man/man3dat/dat_ep_connect.3dat
  69 file path=usr/share/man/man3dat/dat_ep_create.3dat
  70 file path=usr/share/man/man3dat/dat_ep_create_with_srq.3dat
  71 file path=usr/share/man/man3dat/dat_ep_disconnect.3dat
  72 file path=usr/share/man/man3dat/dat_ep_dup_connect.3dat
  73 file path=usr/share/man/man3dat/dat_ep_free.3dat


 120 file path=usr/share/man/man3dat/dat_rmr_query.3dat
 121 file path=usr/share/man/man3dat/dat_rsp_create.3dat
 122 file path=usr/share/man/man3dat/dat_rsp_free.3dat
 123 file path=usr/share/man/man3dat/dat_rsp_query.3dat
 124 file path=usr/share/man/man3dat/dat_set_consumer_context.3dat
 125 file path=usr/share/man/man3dat/dat_srq_create.3dat
 126 file path=usr/share/man/man3dat/dat_srq_free.3dat
 127 file path=usr/share/man/man3dat/dat_srq_post_recv.3dat
 128 file path=usr/share/man/man3dat/dat_srq_query.3dat
 129 file path=usr/share/man/man3dat/dat_srq_resize.3dat
 130 file path=usr/share/man/man3dat/dat_srq_set_lw.3dat
 131 file path=usr/share/man/man3dat/dat_strerror.3dat
 132 file path=usr/share/man/man3lib/libdat.3lib
 133 file path=usr/share/man/man4/dat.conf.4
 134 legacy pkg=SUNWudaplr desc="DAT static registry file" \
 135     name="Sun User Direct Access Programming Library (Root)"
 136 legacy pkg=SUNWudaplu desc="Sun DAT registry library and datadm" \
 137     name="Sun User Direct Access Programming Library (User)"
 138 license cr_Sun license=cr_Sun
 139 license lic_CDDL license=lic_CDDL
 140 $(BUILD64)link path=usr/lib/$(ARCH64)/libdat.so target=libdat.so.1
 141 link path=usr/lib/libdat.so target=libdat.so.1