Print this page
3352 would like 64bit install libraries


   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 set name=pkg.fmri value=pkg:/package/svr4@$(PKGVERS)
  27 set name=pkg.description value="Solaris System V Release 4 Packaging Commands"
  28 set name=pkg.summary value="SVr4 packaging commands"
  29 set name=info.classification \
  30     value=org.opensolaris.category.2008:System/Packaging
  31 set name=variant.arch value=$(ARCH)
  32 dir path=lib
  33 dir path=lib/svc
  34 dir path=lib/svc/manifest group=sys
  35 dir path=lib/svc/manifest/system group=sys
  36 dir path=usr group=sys
  37 dir path=usr/bin
  38 dir path=usr/lib

  39 dir path=usr/sadm
  40 dir path=usr/sadm/install
  41 dir path=usr/sadm/install/bin
  42 dir path=usr/sadm/install/scripts
  43 dir path=usr/sbin
  44 dir path=usr/share/man
  45 dir path=usr/share/man/man1
  46 dir path=usr/share/man/man1m
  47 dir path=usr/share/man/man4
  48 dir path=var group=sys
  49 dir path=var/sadm group=sys
  50 dir path=var/sadm/install
  51 dir path=var/sadm/install/admin
  52 dir path=var/sadm/install/logs mode=0555
  53 dir path=var/sadm/pkg group=sys mode=0555
  54 dir path=var/sadm/security group=sys mode=0555
  55 dir path=var/spool
  56 dir path=var/spool/pkg mode=1777
  57 file path=lib/svc/manifest/system/pkgserv.xml group=sys mode=0444
  58 file path=usr/bin/pkgadm mode=0555
  59 file path=usr/bin/pkgcond group=sys mode=0555
  60 file path=usr/bin/pkginfo group=sys mode=0555
  61 file path=usr/bin/pkgmk mode=0555
  62 file path=usr/bin/pkgparam group=sys mode=0555
  63 file path=usr/bin/pkgproto mode=0555
  64 file path=usr/bin/pkgtrans mode=0555

  65 file path=usr/lib/libinstzones.so.1
  66 file path=usr/lib/libpkg.so.1
  67 file path=usr/sadm/install/bin/pkginstall group=sys mode=0555
  68 file path=usr/sadm/install/bin/pkgname group=sys mode=0555
  69 file path=usr/sadm/install/bin/pkgremove group=sys mode=0555
  70 file path=usr/sadm/install/bin/pkgserv group=sys mode=0555
  71 file path=usr/sadm/install/scripts/cmdexec group=sys mode=0555
  72 file path=usr/sadm/install/scripts/i.CompCpio group=sys mode=0555
  73 file path=usr/sadm/install/scripts/i.awk group=sys mode=0555
  74 file path=usr/sadm/install/scripts/i.build group=sys mode=0555
  75 file path=usr/sadm/install/scripts/i.preserve group=sys mode=0555
  76 file path=usr/sadm/install/scripts/i.sed group=sys mode=0555
  77 file path=usr/sadm/install/scripts/r.awk group=sys mode=0555
  78 file path=usr/sadm/install/scripts/r.build group=sys mode=0555
  79 file path=usr/sadm/install/scripts/r.sed group=sys mode=0555
  80 file path=usr/sbin/installf group=sys mode=0555
  81 file path=usr/sbin/pkgadd group=sys mode=0555
  82 file path=usr/sbin/pkgchk group=sys mode=0555
  83 file path=usr/sbin/pkgrm group=sys mode=0555
  84 file path=usr/share/man/man1/pkginfo.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 2012 OmniTI Computer Consulting, Inc.  All rights reserved.
  25 #
  26 
  27 set name=pkg.fmri value=pkg:/package/svr4@$(PKGVERS)
  28 set name=pkg.description value="Solaris System V Release 4 Packaging Commands"
  29 set name=pkg.summary value="SVr4 packaging commands"
  30 set name=info.classification \
  31     value=org.opensolaris.category.2008:System/Packaging
  32 set name=variant.arch value=$(ARCH)
  33 dir path=lib
  34 dir path=lib/svc
  35 dir path=lib/svc/manifest group=sys
  36 dir path=lib/svc/manifest/system group=sys
  37 dir path=usr group=sys
  38 dir path=usr/bin
  39 dir path=usr/lib
  40 dir path=usr/lib/$(ARCH64)
  41 dir path=usr/sadm
  42 dir path=usr/sadm/install
  43 dir path=usr/sadm/install/bin
  44 dir path=usr/sadm/install/scripts
  45 dir path=usr/sbin
  46 dir path=usr/share/man
  47 dir path=usr/share/man/man1
  48 dir path=usr/share/man/man1m
  49 dir path=usr/share/man/man4
  50 dir path=var group=sys
  51 dir path=var/sadm group=sys
  52 dir path=var/sadm/install
  53 dir path=var/sadm/install/admin
  54 dir path=var/sadm/install/logs mode=0555
  55 dir path=var/sadm/pkg group=sys mode=0555
  56 dir path=var/sadm/security group=sys mode=0555
  57 dir path=var/spool
  58 dir path=var/spool/pkg mode=1777
  59 file path=lib/svc/manifest/system/pkgserv.xml group=sys mode=0444
  60 file path=usr/bin/pkgadm mode=0555
  61 file path=usr/bin/pkgcond group=sys mode=0555
  62 file path=usr/bin/pkginfo group=sys mode=0555
  63 file path=usr/bin/pkgmk mode=0555
  64 file path=usr/bin/pkgparam group=sys mode=0555
  65 file path=usr/bin/pkgproto mode=0555
  66 file path=usr/bin/pkgtrans mode=0555
  67 file path=usr/lib/$(ARCH64)/libinstzones.so.1
  68 file path=usr/lib/libinstzones.so.1
  69 file path=usr/lib/libpkg.so.1
  70 file path=usr/sadm/install/bin/pkginstall group=sys mode=0555
  71 file path=usr/sadm/install/bin/pkgname group=sys mode=0555
  72 file path=usr/sadm/install/bin/pkgremove group=sys mode=0555
  73 file path=usr/sadm/install/bin/pkgserv group=sys mode=0555
  74 file path=usr/sadm/install/scripts/cmdexec group=sys mode=0555
  75 file path=usr/sadm/install/scripts/i.CompCpio group=sys mode=0555
  76 file path=usr/sadm/install/scripts/i.awk group=sys mode=0555
  77 file path=usr/sadm/install/scripts/i.build group=sys mode=0555
  78 file path=usr/sadm/install/scripts/i.preserve group=sys mode=0555
  79 file path=usr/sadm/install/scripts/i.sed group=sys mode=0555
  80 file path=usr/sadm/install/scripts/r.awk group=sys mode=0555
  81 file path=usr/sadm/install/scripts/r.build group=sys mode=0555
  82 file path=usr/sadm/install/scripts/r.sed group=sys mode=0555
  83 file path=usr/sbin/installf group=sys mode=0555
  84 file path=usr/sbin/pkgadd group=sys mode=0555
  85 file path=usr/sbin/pkgchk group=sys mode=0555
  86 file path=usr/sbin/pkgrm group=sys mode=0555
  87 file path=usr/share/man/man1/pkginfo.1