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# 23b98131cfSEric Taylor# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 24ead1f93eSLiane Praza# 25ead1f93eSLiane Praza 26ead1f93eSLiane Prazaset name=pkg.fmri value=pkg:/system/file-system/zfs@$(PKGVERS) 27ead1f93eSLiane Prazaset name=pkg.description value="ZFS libraries and commands" 28ead1f93eSLiane Prazaset name=pkg.summary value=ZFS 29ead1f93eSLiane Prazaset name=info.classification \ 30ead1f93eSLiane Praza value="org.opensolaris.category.2008:System/File System" 31ead1f93eSLiane Praza 32ead1f93eSLiane Praza# 33ead1f93eSLiane Praza# Skip manifest generation until build 134 can be required on the 34ead1f93eSLiane Praza# build systems, due to a Python flavor identification bug in pkgdepend. 35ead1f93eSLiane Praza# 36ead1f93eSLiane Prazaset name=org.opensolaris.nodepend value=true 37ead1f93eSLiane Prazaset name=variant.arch value=$(ARCH) 38ead1f93eSLiane Prazadir path=etc group=sys 39ead1f93eSLiane Prazadir path=etc/fs group=sys 40ead1f93eSLiane Prazadir path=etc/fs/zfs group=sys 41ead1f93eSLiane Prazadir path=etc/sysevent group=sys 42ead1f93eSLiane Prazadir path=etc/sysevent/config group=sys 43ead1f93eSLiane Prazadir path=etc/zfs group=sys 44ebbab6bbSDan Pricedir path=kernel group=sys 45ebbab6bbSDan Pricedir path=kernel/drv group=sys 46ebbab6bbSDan Pricedir path=kernel/drv/$(ARCH64) group=sys 47ebbab6bbSDan Pricedir path=kernel/fs group=sys 48ebbab6bbSDan Pricedir path=kernel/fs/$(ARCH64) group=sys 49ebbab6bbSDan Pricedir path=kernel/kmdb group=sys 50ebbab6bbSDan Pricedir path=kernel/kmdb/$(ARCH64) group=sys 51ead1f93eSLiane Prazadir path=lib 52ead1f93eSLiane Prazadir path=lib/$(ARCH64) 53ead1f93eSLiane Prazadir path=sbin group=sys 54ead1f93eSLiane Prazadir path=usr group=sys 55ead1f93eSLiane Prazadir path=usr/lib 56ead1f93eSLiane Prazadir path=usr/lib/$(ARCH64) 57ead1f93eSLiane Prazadir path=usr/lib/devfsadm group=sys 58ead1f93eSLiane Prazadir path=usr/lib/devfsadm/linkmod group=sys 59ead1f93eSLiane Prazadir path=usr/lib/fs group=sys 60ead1f93eSLiane Prazadir path=usr/lib/fs/zfs group=sys 61ead1f93eSLiane Prazadir path=usr/lib/mdb group=sys 62ead1f93eSLiane Prazadir path=usr/lib/mdb/kvm group=sys 63ead1f93eSLiane Prazadir path=usr/lib/mdb/kvm/$(ARCH64) group=sys 64ead1f93eSLiane Prazadir path=usr/lib/mdb/proc group=sys 65ead1f93eSLiane Praza$(sparc_ONLY)dir path=usr/lib/mdb/proc/$(ARCH64) group=sys 66ead1f93eSLiane Praza$(i386_ONLY)dir path=usr/lib/mdb/proc/$(ARCH64) 67*6d52f363SLori Altdir path=usr/lib/python2.6 68*6d52f363SLori Altdir path=usr/lib/python2.6/vendor-packages 69*6d52f363SLori Altdir path=usr/lib/python2.6/vendor-packages/zfs 70ead1f93eSLiane Prazadir path=usr/lib/sysevent 71ead1f93eSLiane Prazadir path=usr/lib/sysevent/modules 72ead1f93eSLiane Prazadir path=usr/lib/zfs 73ead1f93eSLiane Prazadir path=usr/sbin 74ead1f93eSLiane Praza$(i386_ONLY)dir path=usr/sbin/$(ARCH32) 75ead1f93eSLiane Prazadir path=usr/sbin/$(ARCH64) 76ead1f93eSLiane Prazadriver name=zfs perms="* 0600 root sys" perms="zfs 0666 root sys" 77943e9869SLori Altfile path=etc/sysevent/config/SUNW,EC_zfs,ESC_ZFS_bootfs_vdev_attach,sysevent.conf \ 78943e9869SLori Alt group=sys 79ebbab6bbSDan Pricefile path=kernel/drv/$(ARCH64)/zfs group=sys 80ebbab6bbSDan Price$(i386_ONLY)file path=kernel/drv/zfs group=sys 81ebbab6bbSDan Pricefile path=kernel/drv/zfs.conf group=sys 82ebbab6bbSDan Pricefile path=kernel/kmdb/$(ARCH64)/zfs group=sys mode=0555 83ebbab6bbSDan Price$(i386_ONLY)file path=kernel/kmdb/zfs group=sys mode=0555 84ead1f93eSLiane Prazafile path=lib/$(ARCH64)/libzfs.so.1 85ead1f93eSLiane Prazafile path=lib/$(ARCH64)/llib-lzfs.ln 86ead1f93eSLiane Prazafile path=lib/libzfs.so.1 87ead1f93eSLiane Prazafile path=lib/llib-lzfs 88ead1f93eSLiane Prazafile path=lib/llib-lzfs.ln 89ead1f93eSLiane Prazafile path=sbin/zfs mode=0555 90ead1f93eSLiane Prazafile path=sbin/zpool mode=0555 91ead1f93eSLiane Prazafile path=usr/lib/$(ARCH64)/libzfs_jni.so.1 92ead1f93eSLiane Prazafile path=usr/lib/$(ARCH64)/libzpool.so.1 93ead1f93eSLiane Prazafile path=usr/lib/devfsadm/linkmod/SUNW_zfs_link.so group=sys 94943e9869SLori Altfile path=usr/lib/fs/zfs/bootinstall mode=0555 95ead1f93eSLiane Prazafile path=usr/lib/fs/zfs/fstyp.so.1 mode=0555 96ead1f93eSLiane Prazafile path=usr/lib/libzfs_jni.so.1 97ead1f93eSLiane Praza$(i386_ONLY)file path=usr/lib/libzpool.so.1 98ead1f93eSLiane Prazafile path=usr/lib/mdb/kvm/$(ARCH64)/zfs.so group=sys mode=0555 99ead1f93eSLiane Praza$(i386_ONLY)file path=usr/lib/mdb/kvm/zfs.so group=sys mode=0555 100ead1f93eSLiane Prazafile path=usr/lib/mdb/proc/$(ARCH64)/libzpool.so group=sys mode=0555 101ead1f93eSLiane Prazafile path=usr/lib/mdb/proc/libzpool.so group=sys mode=0555 102*6d52f363SLori Altfile path=usr/lib/python2.6/vendor-packages/zfs/__init__.py 103*6d52f363SLori Altfile path=usr/lib/python2.6/vendor-packages/zfs/__init__.pyc 104*6d52f363SLori Altfile path=usr/lib/python2.6/vendor-packages/zfs/allow.py 105*6d52f363SLori Altfile path=usr/lib/python2.6/vendor-packages/zfs/allow.pyc 106*6d52f363SLori Altfile path=usr/lib/python2.6/vendor-packages/zfs/dataset.py 107*6d52f363SLori Altfile path=usr/lib/python2.6/vendor-packages/zfs/dataset.pyc 108*6d52f363SLori Altfile path=usr/lib/python2.6/vendor-packages/zfs/groupspace.py 109*6d52f363SLori Altfile path=usr/lib/python2.6/vendor-packages/zfs/groupspace.pyc 110*6d52f363SLori Altfile path=usr/lib/python2.6/vendor-packages/zfs/holds.py 111*6d52f363SLori Altfile path=usr/lib/python2.6/vendor-packages/zfs/holds.pyc 112*6d52f363SLori Altfile path=usr/lib/python2.6/vendor-packages/zfs/ioctl.so 113*6d52f363SLori Altfile path=usr/lib/python2.6/vendor-packages/zfs/table.py 114*6d52f363SLori Altfile path=usr/lib/python2.6/vendor-packages/zfs/table.pyc 115*6d52f363SLori Altfile path=usr/lib/python2.6/vendor-packages/zfs/unallow.py 116*6d52f363SLori Altfile path=usr/lib/python2.6/vendor-packages/zfs/unallow.pyc 117*6d52f363SLori Altfile path=usr/lib/python2.6/vendor-packages/zfs/userspace.py 118*6d52f363SLori Altfile path=usr/lib/python2.6/vendor-packages/zfs/userspace.pyc 119*6d52f363SLori Altfile path=usr/lib/python2.6/vendor-packages/zfs/util.py 120*6d52f363SLori Altfile path=usr/lib/python2.6/vendor-packages/zfs/util.pyc 121ead1f93eSLiane Prazafile path=usr/lib/sysevent/modules/zfs_mod.so group=sys 122ead1f93eSLiane Prazafile path=usr/lib/zfs/availdevs mode=0555 123ead1f93eSLiane Prazafile path=usr/lib/zfs/pyzfs.py mode=0555 124ead1f93eSLiane Prazafile path=usr/lib/zfs/pyzfs.pyc mode=0555 125ead1f93eSLiane Praza$(i386_ONLY)file path=usr/sbin/$(ARCH32)/zdb mode=0555 126ead1f93eSLiane Prazafile path=usr/sbin/$(ARCH64)/zdb mode=0555 127ead1f93eSLiane Prazafile path=usr/sbin/zstreamdump mode=0555 128ebbab6bbSDan Pricehardlink path=kernel/fs/$(ARCH64)/zfs target=../../../kernel/drv/$(ARCH64)/zfs 129ebbab6bbSDan Price$(i386_ONLY)hardlink path=kernel/fs/zfs target=../../kernel/drv/zfs 130ead1f93eSLiane Prazahardlink path=usr/lib/fs/zfs/fstyp target=../../../sbin/fstyp 131ead1f93eSLiane Prazahardlink path=usr/sbin/zdb target=../../usr/lib/isaexec 132ead1f93eSLiane Prazalegacy pkg=SUNWzfskr arch=$(ARCH) category=system \ 133ead1f93eSLiane Praza desc="ZFS kernel root components" \ 134ead1f93eSLiane Praza hotline="Please contact your local service provider" \ 135ead1f93eSLiane Praza name="ZFS Kernel (Root)" vendor="Sun Microsystems, Inc." \ 136ead1f93eSLiane Praza version=11.11,REV=2009.11.11 137ead1f93eSLiane Prazalegacy pkg=SUNWzfsr arch=$(ARCH) category=system desc="ZFS root components" \ 138ead1f93eSLiane Praza hotline="Please contact your local service provider" name="ZFS (Root)" \ 139ead1f93eSLiane Praza vendor="Sun Microsystems, Inc." version=11.11,REV=2009.11.11 140ead1f93eSLiane Prazalegacy pkg=SUNWzfsu arch=$(ARCH) category=system \ 141ead1f93eSLiane Praza desc="ZFS libraries and commands" \ 142ead1f93eSLiane Praza hotline="Please contact your local service provider" name="ZFS (Usr)" \ 143ead1f93eSLiane Praza vendor="Sun Microsystems, Inc." version=11.11,REV=2009.11.11 144ead1f93eSLiane Prazalicense cr_Sun license=cr_Sun 145ead1f93eSLiane Prazalicense lic_CDDL license=lic_CDDL 146ead1f93eSLiane Prazalink path=etc/fs/zfs/mount target=../../../sbin/zfs 147ead1f93eSLiane Prazalink path=etc/fs/zfs/umount target=../../../sbin/zfs 148ead1f93eSLiane Prazalink path=lib/$(ARCH64)/libzfs.so target=libzfs.so.1 149ead1f93eSLiane Prazalink path=lib/libzfs.so target=libzfs.so.1 150ebbab6bbSDan Pricelink path=usr/lib/$(ARCH64)/libzfs.so \ 151ebbab6bbSDan Price target=../../../lib/$(ARCH64)/libzfs.so.1 152ead1f93eSLiane Prazalink path=usr/lib/$(ARCH64)/libzfs.so.1 \ 153ead1f93eSLiane Praza target=../../../lib/$(ARCH64)/libzfs.so.1 154ead1f93eSLiane Prazalink path=usr/lib/$(ARCH64)/libzfs_jni.so target=libzfs_jni.so.1 155ead1f93eSLiane Prazalink path=usr/lib/$(ARCH64)/libzpool.so target=libzpool.so.1 156ead1f93eSLiane Prazalink path=usr/lib/$(ARCH64)/llib-lzfs.ln \ 157ead1f93eSLiane Praza target=../../../lib/$(ARCH64)/llib-lzfs.ln 158ead1f93eSLiane Prazalink path=usr/lib/fs/zfs/mount target=../../../../sbin/zfs 159ead1f93eSLiane Prazalink path=usr/lib/fs/zfs/umount target=../../../../sbin/zfs 160ead1f93eSLiane Prazalink path=usr/lib/libzfs.so target=../../lib/libzfs.so.1 161ead1f93eSLiane Prazalink path=usr/lib/libzfs.so.1 target=../../lib/libzfs.so.1 162ead1f93eSLiane Prazalink path=usr/lib/libzfs_jni.so target=libzfs_jni.so.1 163ead1f93eSLiane Praza$(i386_ONLY)link path=usr/lib/libzpool.so target=libzpool.so.1 164ead1f93eSLiane Prazalink path=usr/lib/llib-lzfs target=../../lib/llib-lzfs 165ead1f93eSLiane Prazalink path=usr/lib/llib-lzfs.ln target=../../lib/llib-lzfs.ln 166ead1f93eSLiane Prazalink path=usr/sbin/zfs target=../../sbin/zfs 167ead1f93eSLiane Prazalink path=usr/sbin/zpool target=../../sbin/zpool 168*6d52f363SLori Altdepend fmri=runtime/python-26 type=require 169