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

Split Close
Expand all
Collapse all
          --- old/usr/src/pkg/manifests/storage-avs-point-in-time-copy.mf
          +++ new/usr/src/pkg/manifests/storage-avs-point-in-time-copy.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  #
  27   28  # The default for payload-bearing actions in this package is to appear in the
  28   29  # global zone only.  See the include file for greater detail, as well as
  29   30  # information about overriding the defaults.
  30   31  #
  31   32  <include global_zone_only_component>
  32   33  set name=pkg.fmri value=pkg:/storage/avs/point-in-time-copy@$(PKGVERS)
  33   34  set name=pkg.description value="Point-In-Time Copy and snapshot facility"
↓ open down ↓ 19 lines elided ↑ open up ↑
  53   54  dir path=usr/cluster/lib/dscfg
  54   55  dir path=usr/cluster/lib/dscfg/start
  55   56  dir path=usr/cluster/lib/dscfg/stop
  56   57  dir path=usr/cluster/sbin group=other
  57   58  dir path=usr/kernel group=sys
  58   59  dir path=usr/kernel/drv group=sys
  59   60  dir path=usr/kernel/drv/$(ARCH64) group=sys
  60   61  dir path=usr/lib
  61   62  dir path=usr/lib/mdb group=sys
  62   63  dir path=usr/lib/mdb/kvm group=sys
  63      -dir path=usr/lib/mdb/kvm/$(ARCH64) group=sys
       64 +$(BUILD64)dir path=usr/lib/mdb/kvm/$(ARCH64) group=sys
  64   65  dir path=usr/sbin
  65   66  dir path=usr/share/man
  66   67  dir path=usr/share/man/man1m
  67   68  dir path=usr/share/man/man7d
  68   69  driver name=ii devlink=type=ddi_pseudo;name=ii\t\D perms="* 0666 root sys" \
  69   70      privs=sys_config privs=sys_devices
  70   71  file path=etc/init.d/ii mode=0744
  71   72  file path=etc/init.d/ii.cluster mode=0744
  72   73  file path=kernel/kmdb/$(ARCH64)/ii group=sys mode=0555
  73   74  $(i386_ONLY)file path=kernel/kmdb/ii group=sys mode=0555
  74   75  file path=lib/svc/manifest/system/nws_ii.xml group=sys mode=0444
  75   76  file path=usr/bin/iiadm mode=0555
  76   77  file path=usr/bin/iiboot mode=0555
  77   78  file path=usr/bin/iicpbmp mode=0555
  78   79  file path=usr/bin/iicpshd mode=0555
  79   80  file path=usr/cluster/sbin/ii mode=0744
  80   81  file path=usr/kernel/drv/$(ARCH64)/ii group=sys
  81   82  $(i386_ONLY)file path=usr/kernel/drv/ii group=sys
  82   83  file path=usr/kernel/drv/ii.conf group=sys \
  83   84      original_name=SUNWii:usr/kernel/drv/ii.conf preserve=true
  84      -file path=usr/lib/mdb/kvm/$(ARCH64)/ii.so group=sys mode=0555
       85 +$(BUILD64)file path=usr/lib/mdb/kvm/$(ARCH64)/ii.so group=sys mode=0555
  85   86  $(i386_ONLY)file path=usr/lib/mdb/kvm/ii.so group=sys mode=0555
  86   87  file path=usr/share/man/man1m/iiadm.1m
  87   88  file path=usr/share/man/man1m/iicpbmp.1m
  88   89  file path=usr/share/man/man1m/iicpshd.1m
  89   90  file path=usr/share/man/man7d/ii.7d
  90   91  hardlink path=lib/svc/method/svc-ii target=../../../etc/init.d/ii
  91   92  legacy pkg=SUNWiir desc="Point-In-Time Copy and snapshot facility" \
  92   93      name="Sun StorageTek Availability Suite Point-In-Time Copy (root)"
  93   94  legacy pkg=SUNWiiu desc="Point-In-Time Copy and snapshot facility" \
  94   95      name="Sun StorageTek Availability Suite Point-In-Time Copy (usr)"
  95   96  license cr_Sun license=cr_Sun
  96   97  license lic_CDDL license=lic_CDDL
  97   98  link path=usr/cluster/lib/dscfg/start/05ii target=../../../sbin/ii
  98   99  link path=usr/cluster/lib/dscfg/stop/20ii target=../../../sbin/ii
  99  100  link path=usr/sbin/iiadm target=../bin/iiadm
 100  101  link path=usr/sbin/iiboot target=../bin/iiboot
 101  102  link path=usr/sbin/iicpbmp target=../bin/iicpbmp
 102  103  link path=usr/sbin/iicpshd target=../bin/iicpshd
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX