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

Split Close
Expand all
Collapse all
          --- old/usr/src/pkg/manifests/system-zones-brand-s10.mf
          +++ new/usr/src/pkg/manifests/system-zones-brand-s10.mf
↓ open down ↓ 13 lines elided ↑ open up ↑
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  
  22   22  #
  23   23  # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
       24 +# Copyright 2014 Andrew Stormont.
  24   25  #
  25   26  
  26   27  set name=pkg.fmri value=pkg:/system/zones/brand/s10@$(PKGVERS)
  27   28  set name=pkg.description value="Support for the 'Solaris10' Brand"
  28   29  set name=pkg.summary value="Solaris 10 Containers: solaris10 brand support"
  29   30  set name=info.classification \
  30   31      value=org.opensolaris.category.2008:System/Virtualization
  31   32  set name=variant.arch value=$(ARCH)
  32   33  dir path=etc group=sys
  33   34  dir path=etc/brand group=sys
↓ open down ↓ 6 lines elided ↑ open up ↑
  40   41  $(sparc_ONLY)dir path=platform/sun4u/kernel/brand/$(ARCH64) group=sys
  41   42  $(sparc_ONLY)dir path=platform/sun4v group=sys
  42   43  $(sparc_ONLY)dir path=platform/sun4v/kernel group=sys
  43   44  $(sparc_ONLY)dir path=platform/sun4v/kernel/brand group=sys
  44   45  $(sparc_ONLY)dir path=platform/sun4v/kernel/brand/$(ARCH64) group=sys
  45   46  dir path=usr group=sys
  46   47  $(i386_ONLY)dir path=usr/kernel group=sys
  47   48  $(i386_ONLY)dir path=usr/kernel/brand group=sys
  48   49  $(i386_ONLY)dir path=usr/kernel/brand/$(ARCH64) group=sys
  49   50  dir path=usr/lib
  50      -dir path=usr/lib/$(ARCH64)
       51 +$(BUILD64)dir path=usr/lib/$(ARCH64)
  51   52  dir path=usr/lib/brand
  52   53  dir path=usr/lib/brand/solaris10 group=sys
  53      -dir path=usr/lib/brand/solaris10/$(ARCH64)
       54 +$(BUILD64)dir path=usr/lib/brand/solaris10/$(ARCH64)
  54   55  file path=etc/brand/solaris10/pkgrm.conf group=sys \
  55   56      original_name=SUNWs10brand:etc/brand/solaris10/pkgrm.conf preserve=true
  56   57  file path=etc/brand/solaris10/smf_disable.conf group=sys \
  57   58      original_name=SUNWs10brand:etc/brand/solaris10/smf_disable.conf \
  58   59      preserve=true
  59   60  file path=etc/zones/SUNWsolaris10.xml mode=0444
  60   61  $(sparc_ONLY)file path=platform/sun4u/kernel/brand/$(ARCH64)/s10_brand \
  61   62      group=sys mode=0755
  62   63  $(sparc_ONLY)file path=platform/sun4v/kernel/brand/$(ARCH64)/s10_brand \
  63   64      group=sys mode=0755
  64   65  $(i386_ONLY)file path=usr/kernel/brand/$(ARCH64)/s10_brand group=sys mode=0755
  65   66  $(i386_ONLY)file path=usr/kernel/brand/s10_brand group=sys mode=0755
  66      -file path=usr/lib/$(ARCH64)/s10_brand.so.1
  67      -file path=usr/lib/$(ARCH64)/s10_npreload.so.1
  68      -file path=usr/lib/brand/solaris10/$(ARCH64)/solaris10_librtld_db.so.1
       67 +$(BUILD64)file path=usr/lib/$(ARCH64)/s10_brand.so.1
       68 +$(BUILD64)file path=usr/lib/$(ARCH64)/s10_npreload.so.1
       69 +$(BUILD64)file \
       70 +    path=usr/lib/brand/solaris10/$(ARCH64)/solaris10_librtld_db.so.1
  69   71  file path=usr/lib/brand/solaris10/attach mode=0755
  70   72  file path=usr/lib/brand/solaris10/clone mode=0755
  71   73  file path=usr/lib/brand/solaris10/common.ksh mode=0444
  72   74  file path=usr/lib/brand/solaris10/config.xml mode=0444
  73   75  file path=usr/lib/brand/solaris10/detach mode=0755
  74   76  file path=usr/lib/brand/solaris10/image_install mode=0755
  75   77  file path=usr/lib/brand/solaris10/p2v mode=0755
  76   78  file path=usr/lib/brand/solaris10/pkgrm.lst mode=0444
  77   79  file path=usr/lib/brand/solaris10/platform.xml mode=0444
  78   80  file path=usr/lib/brand/solaris10/postattach mode=0755
↓ open down ↓ 12 lines elided ↑ open up ↑
  91   93  file path=usr/lib/brand/solaris10/uninstall mode=0755
  92   94  file path=usr/lib/brand/solaris10/version mode=0444
  93   95  file path=usr/lib/s10_brand.so.1
  94   96  file path=usr/lib/s10_npreload.so.1
  95   97  legacy pkg=SUNWs10brandr desc="Support for the 'Solaris10' Brand" \
  96   98      name="Solaris 10 Containers: solaris10 brand support (Root)"
  97   99  legacy pkg=SUNWs10brandu desc="Support for the 'solaris10' Brand" \
  98  100      name="Solaris 10 Containers: solaris10 brand support (Usr)"
  99  101  license cr_Sun license=cr_Sun
 100  102  license lic_CDDL license=lic_CDDL
 101      -link path=usr/lib/brand/solaris10/64 target=$(ARCH64)
      103 +$(BUILD64)link path=usr/lib/brand/solaris10/64 target=$(ARCH64)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX