1ead1f93eSLiane Praza# 2ead1f93eSLiane Praza# CDDL HEADER START 3ead1f93eSLiane Praza# 4ead1f93eSLiane Praza# The contents of this file are subject to the terms of the 5ead1f93eSLiane Praza# Common Development and Distribution License (the "License"). 6ead1f93eSLiane Praza# You may not use this file except in compliance with the License. 7ead1f93eSLiane Praza# 8ead1f93eSLiane Praza# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9ead1f93eSLiane Praza# or http://www.opensolaris.org/os/licensing. 10ead1f93eSLiane Praza# See the License for the specific language governing permissions 11ead1f93eSLiane Praza# and limitations under the License. 12ead1f93eSLiane Praza# 13ead1f93eSLiane Praza# When distributing Covered Code, include this CDDL HEADER in each 14ead1f93eSLiane Praza# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15ead1f93eSLiane Praza# If applicable, add the following below this CDDL HEADER, with the 16ead1f93eSLiane Praza# fields enclosed by brackets "[]" replaced with your own identifying 17ead1f93eSLiane Praza# information: Portions Copyright [yyyy] [name of copyright owner] 18ead1f93eSLiane Praza# 19ead1f93eSLiane Praza# CDDL HEADER END 20ead1f93eSLiane Praza# 21ead1f93eSLiane Praza 22ead1f93eSLiane Praza# 23*ebbab6bbSDan Price# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 24ead1f93eSLiane Praza# 25ead1f93eSLiane Praza 26ead1f93eSLiane Prazaset name=pkg.fmri value=pkg:/package/svr4@$(PKGVERS) 27ead1f93eSLiane Prazaset name=pkg.description value="Solaris System V Release 4 Packaging Commands" 28ead1f93eSLiane Prazaset name=pkg.summary value="SVr4 packaging commands" 29ead1f93eSLiane Prazaset name=info.classification \ 30ead1f93eSLiane Praza value=org.opensolaris.category.2008:System/Packaging 31ead1f93eSLiane Prazaset name=variant.arch value=$(ARCH) 329444c26fSTom Whittendir path=lib 339444c26fSTom Whittendir path=lib/svc 34*ebbab6bbSDan Pricedir path=lib/svc/manifest group=sys 35*ebbab6bbSDan Pricedir path=lib/svc/manifest/system group=sys 36ead1f93eSLiane Prazadir path=usr group=sys 37ead1f93eSLiane Prazadir path=usr/bin 38ead1f93eSLiane Prazadir path=usr/lib 39ead1f93eSLiane Prazadir path=usr/sadm 40ead1f93eSLiane Prazadir path=usr/sadm/install 41ead1f93eSLiane Prazadir path=usr/sadm/install/bin 42ead1f93eSLiane Prazadir path=usr/sadm/install/scripts 43ead1f93eSLiane Prazadir path=usr/sbin 44ead1f93eSLiane Prazadir path=var group=sys 45ead1f93eSLiane Prazadir path=var/sadm group=sys 46ead1f93eSLiane Prazadir path=var/sadm/install 47ead1f93eSLiane Prazadir path=var/sadm/install/admin 48ead1f93eSLiane Prazadir path=var/sadm/install/logs mode=0555 49ead1f93eSLiane Prazadir path=var/sadm/pkg group=sys mode=0555 50ead1f93eSLiane Prazadir path=var/sadm/security group=sys mode=0555 51ead1f93eSLiane Prazadir path=var/spool 52ead1f93eSLiane Prazadir path=var/spool/pkg mode=1777 53*ebbab6bbSDan Pricefile path=lib/svc/manifest/system/pkgserv.xml group=sys mode=0444 54ead1f93eSLiane Prazafile path=usr/bin/pkgadm mode=0555 55ead1f93eSLiane Prazafile path=usr/bin/pkgcond group=sys mode=0555 56ead1f93eSLiane Prazafile path=usr/bin/pkginfo group=sys mode=0555 57ead1f93eSLiane Prazafile path=usr/bin/pkgmk mode=0555 58ead1f93eSLiane Prazafile path=usr/bin/pkgparam group=sys mode=0555 59ead1f93eSLiane Prazafile path=usr/bin/pkgproto mode=0555 60ead1f93eSLiane Prazafile path=usr/bin/pkgtrans mode=0555 61ead1f93eSLiane Prazafile path=usr/lib/libinstzones.so.1 62ead1f93eSLiane Prazafile path=usr/lib/libpkg.so.1 63ead1f93eSLiane Prazafile path=usr/sadm/install/bin/pkginstall group=sys mode=0555 64ead1f93eSLiane Prazafile path=usr/sadm/install/bin/pkgname group=sys mode=0555 65ead1f93eSLiane Prazafile path=usr/sadm/install/bin/pkgremove group=sys mode=0555 66ead1f93eSLiane Prazafile path=usr/sadm/install/bin/pkgserv group=sys mode=0555 67ead1f93eSLiane Prazafile path=usr/sadm/install/scripts/cmdexec group=sys mode=0555 68ead1f93eSLiane Prazafile path=usr/sadm/install/scripts/i.CompCpio group=sys mode=0555 69ead1f93eSLiane Prazafile path=usr/sadm/install/scripts/i.awk group=sys mode=0555 70ead1f93eSLiane Prazafile path=usr/sadm/install/scripts/i.build group=sys mode=0555 71ead1f93eSLiane Prazafile path=usr/sadm/install/scripts/i.preserve group=sys mode=0555 72ead1f93eSLiane Prazafile path=usr/sadm/install/scripts/i.sed group=sys mode=0555 73ead1f93eSLiane Prazafile path=usr/sadm/install/scripts/r.awk group=sys mode=0555 74ead1f93eSLiane Prazafile path=usr/sadm/install/scripts/r.build group=sys mode=0555 75ead1f93eSLiane Prazafile path=usr/sadm/install/scripts/r.sed group=sys mode=0555 76ead1f93eSLiane Prazafile path=usr/sbin/installf group=sys mode=0555 77ead1f93eSLiane Prazafile path=usr/sbin/pkgadd group=sys mode=0555 78ead1f93eSLiane Prazafile path=usr/sbin/pkgchk group=sys mode=0555 79ead1f93eSLiane Prazafile path=usr/sbin/pkgrm group=sys mode=0555 80ead1f93eSLiane Prazafile path=var/sadm/install/admin/default group=sys mode=0444 81ead1f93eSLiane Prazahardlink path=usr/sadm/install/scripts/i.CONFIG.prsv target=./i.preserve 82ead1f93eSLiane Prazahardlink path=usr/sbin/pkgask target=../../usr/sbin/pkgadd 83ead1f93eSLiane Prazahardlink path=usr/sbin/removef target=../../usr/sbin/installf 84ead1f93eSLiane Prazalegacy pkg=SUNWpkgcmdsr arch=$(ARCH) category=system \ 85ead1f93eSLiane Praza desc="Solaris System V release 4 Package Commands (root)" \ 86ead1f93eSLiane Praza hotline="Please contact your local service provider" \ 87ead1f93eSLiane Praza name="SVr4 package commands (root)" vendor="Sun Microsystems, Inc." \ 88ead1f93eSLiane Praza version=11.11.1,REV=2009.11.11 89ead1f93eSLiane Prazalegacy pkg=SUNWpkgcmdsu arch=$(ARCH) category=system \ 90ead1f93eSLiane Praza desc="Solaris System V Release 4 Packaging Commands (usr)" \ 91ead1f93eSLiane Praza hotline="Please contact your local service provider" \ 92ead1f93eSLiane Praza name="SVr4 packaging commands (usr)" vendor="Sun Microsystems, Inc." \ 93ead1f93eSLiane Praza version=11.11.1,REV=2009.11.11 94ead1f93eSLiane Prazalicense cr_ATT license=cr_ATT 95ead1f93eSLiane Prazalicense cr_Sun license=cr_Sun 96ead1f93eSLiane Prazalicense lib/libpkg/THIRDPARTYLICENSE license=lib/libpkg/THIRDPARTYLICENSE 97ead1f93eSLiane Prazalicense lic_CDDL license=lic_CDDL 98ead1f93eSLiane Prazalink path=usr/lib/libpkg.so target=./libpkg.so.1 99