1 # 2 # CDDL HEADER START 3 # 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 # Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved. 22 # Copyright 2015 Nexenta Systems, Inc. All rights reserved. 23 # 24 25 set name=pkg.fmri value=pkg:/system/zones/brand/ipkg@$(PKGVERS) 26 set name=pkg.description \ 27 value="A branded zone whose software is managed using the Image Packaging System" 28 set name=pkg.summary value="Image Packaging System branded zone" 29 set name=info.classification \ 30 value=org.opensolaris.category.2008:System/Packaging 31 set name=variant.arch value=$(ARCH) 32 dir path=etc group=sys 33 dir path=etc/brand group=sys 34 dir path=etc/brand/ipkg group=sys 35 dir path=etc/zones group=sys 36 dir path=usr group=sys 37 dir path=usr/lib 38 dir path=usr/lib/brand 39 dir path=usr/lib/brand/ipkg 40 file path=etc/brand/ipkg/pkgrm.conf mode=0644 \ 41 original_name=SUNWipkg-brand:etc/brand/ipkg/pkgrm.conf preserve=true 42 file path=etc/brand/ipkg/smf_disable.conf mode=0644 \ 43 original_name=SUNWipkg-brand:etc/brand/ipkg/smf_disable.conf \ 44 preserve=true 45 file path=etc/zones/SUNWipkg.xml mode=0444 46 file path=usr/lib/brand/ipkg/attach mode=0755 47 file path=usr/lib/brand/ipkg/clone mode=0755 48 file path=usr/lib/brand/ipkg/common.ksh mode=0444 49 file path=usr/lib/brand/ipkg/detach mode=0755 50 file path=usr/lib/brand/ipkg/fmri_compare mode=0755 51 file path=usr/lib/brand/ipkg/image_install mode=0755 52 file path=usr/lib/brand/ipkg/p2v mode=0755 53 file path=usr/lib/brand/ipkg/pkgcreatezone mode=0755 54 file path=usr/lib/brand/ipkg/pkgrm.lst mode=0444 55 file path=usr/lib/brand/ipkg/poststate mode=0755 56 file path=usr/lib/brand/ipkg/prestate mode=0755 57 file path=usr/lib/brand/ipkg/smf_disable.lst mode=0444 58 file path=usr/lib/brand/ipkg/support mode=0755 59 file path=usr/lib/brand/ipkg/system-unconfigure mode=0755 60 file path=usr/lib/brand/ipkg/uninstall mode=0755 61 legacy pkg=SUNWipkg-brand version=0.0.0 62 license cr_Sun license=cr_Sun 63 depend fmri=system/extended-system-utilities@$(PKGVERS) type=require