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. 24ad135b5dSChristopher Siden# Copyright (c) 2012 by Delphix. All rights reserved. 25*a6f561b4SSašo Kiselkov# Copyright (c) 2013 by Saso Kiselkov. All rights reserved. 26ead1f93eSLiane Praza# 27ead1f93eSLiane Praza 28ead1f93eSLiane Prazaset name=pkg.fmri value=pkg:/system/file-system/zfs@$(PKGVERS) 29ead1f93eSLiane Prazaset name=pkg.description value="ZFS libraries and commands" 30ead1f93eSLiane Prazaset name=pkg.summary value=ZFS 31ead1f93eSLiane Prazaset name=info.classification \ 32ead1f93eSLiane Praza value="org.opensolaris.category.2008:System/File System" 33ead1f93eSLiane Praza 34ead1f93eSLiane Praza# 35ead1f93eSLiane Praza# Skip manifest generation until build 134 can be required on the 36ead1f93eSLiane Praza# build systems, due to a Python flavor identification bug in pkgdepend. 37ead1f93eSLiane Praza# 38ead1f93eSLiane Prazaset name=org.opensolaris.nodepend value=true 39ead1f93eSLiane Prazaset name=variant.arch value=$(ARCH) 40ead1f93eSLiane Prazadir path=etc group=sys 41ead1f93eSLiane Prazadir path=etc/fs group=sys 42ead1f93eSLiane Prazadir path=etc/fs/zfs group=sys 43ead1f93eSLiane Prazadir path=etc/sysevent group=sys 44ead1f93eSLiane Prazadir path=etc/sysevent/config group=sys 45ead1f93eSLiane Prazadir path=etc/zfs group=sys 46ebbab6bbSDan Pricedir path=kernel group=sys 47ebbab6bbSDan Pricedir path=kernel/drv group=sys 48ebbab6bbSDan Pricedir path=kernel/drv/$(ARCH64) group=sys 49ebbab6bbSDan Pricedir path=kernel/fs group=sys 50ebbab6bbSDan Pricedir path=kernel/fs/$(ARCH64) group=sys 51ebbab6bbSDan Pricedir path=kernel/kmdb group=sys 52ebbab6bbSDan Pricedir path=kernel/kmdb/$(ARCH64) group=sys 53ead1f93eSLiane Prazadir path=lib 54ead1f93eSLiane Prazadir path=lib/$(ARCH64) 55ead1f93eSLiane Prazadir path=sbin group=sys 56ead1f93eSLiane Prazadir path=usr group=sys 57ead1f93eSLiane Prazadir path=usr/lib 58ead1f93eSLiane Prazadir path=usr/lib/$(ARCH64) 59ead1f93eSLiane Prazadir path=usr/lib/devfsadm group=sys 60ead1f93eSLiane Prazadir path=usr/lib/devfsadm/linkmod group=sys 61ead1f93eSLiane Prazadir path=usr/lib/fs group=sys 62ead1f93eSLiane Prazadir path=usr/lib/fs/zfs group=sys 63ead1f93eSLiane Prazadir path=usr/lib/mdb group=sys 64ead1f93eSLiane Prazadir path=usr/lib/mdb/kvm group=sys 65ead1f93eSLiane Prazadir path=usr/lib/mdb/kvm/$(ARCH64) group=sys 66ead1f93eSLiane Prazadir path=usr/lib/mdb/proc group=sys 67ead1f93eSLiane Praza$(sparc_ONLY)dir path=usr/lib/mdb/proc/$(ARCH64) group=sys 68ead1f93eSLiane Praza$(i386_ONLY)dir path=usr/lib/mdb/proc/$(ARCH64) 696d52f363SLori Altdir path=usr/lib/python2.6 706d52f363SLori Altdir path=usr/lib/python2.6/vendor-packages 716d52f363SLori Altdir path=usr/lib/python2.6/vendor-packages/zfs 72ead1f93eSLiane Prazadir path=usr/lib/sysevent 73ead1f93eSLiane Prazadir path=usr/lib/sysevent/modules 74ead1f93eSLiane Prazadir path=usr/lib/zfs 75ead1f93eSLiane Prazadir path=usr/sbin 76ead1f93eSLiane Praza$(i386_ONLY)dir path=usr/sbin/$(ARCH32) 77ead1f93eSLiane Prazadir path=usr/sbin/$(ARCH64) 78c10c16deSRichard Lowedir path=usr/share/man/man1m 79ead1f93eSLiane Prazadriver name=zfs perms="* 0600 root sys" perms="zfs 0666 root sys" 80d2aad38fSMark J. Nelsonfile \ 81d2aad38fSMark J. Nelson path=etc/sysevent/config/SUNW,EC_zfs,ESC_ZFS_bootfs_vdev_attach,sysevent.conf \ 82943e9869SLori Alt group=sys 83ebbab6bbSDan Pricefile path=kernel/drv/$(ARCH64)/zfs group=sys 84ebbab6bbSDan Pricefile path=kernel/drv/zfs.conf group=sys 85ebbab6bbSDan Pricefile path=kernel/kmdb/$(ARCH64)/zfs group=sys mode=0555 86ead1f93eSLiane Prazafile path=lib/$(ARCH64)/libzfs.so.1 874445fffbSMatthew Ahrensfile path=lib/$(ARCH64)/libzfs_core.so.1 88ead1f93eSLiane Prazafile path=lib/$(ARCH64)/llib-lzfs.ln 894445fffbSMatthew Ahrensfile path=lib/$(ARCH64)/llib-lzfs_core.ln 90ead1f93eSLiane Prazafile path=lib/libzfs.so.1 914445fffbSMatthew Ahrensfile path=lib/libzfs_core.so.1 92ead1f93eSLiane Prazafile path=lib/llib-lzfs 93ead1f93eSLiane Prazafile path=lib/llib-lzfs.ln 944445fffbSMatthew Ahrensfile path=lib/llib-lzfs_core 954445fffbSMatthew Ahrensfile path=lib/llib-lzfs_core.ln 96ead1f93eSLiane Prazafile path=sbin/zfs mode=0555 97ead1f93eSLiane Prazafile path=sbin/zpool mode=0555 98ead1f93eSLiane Prazafile path=usr/lib/$(ARCH64)/libzfs_jni.so.1 99ead1f93eSLiane Prazafile path=usr/lib/$(ARCH64)/libzpool.so.1 100ead1f93eSLiane Prazafile path=usr/lib/devfsadm/linkmod/SUNW_zfs_link.so group=sys 101943e9869SLori Altfile path=usr/lib/fs/zfs/bootinstall mode=0555 102ead1f93eSLiane Prazafile path=usr/lib/fs/zfs/fstyp.so.1 mode=0555 103ead1f93eSLiane Prazafile path=usr/lib/libzfs_jni.so.1 104ead1f93eSLiane Praza$(i386_ONLY)file path=usr/lib/libzpool.so.1 105ead1f93eSLiane Prazafile path=usr/lib/mdb/kvm/$(ARCH64)/zfs.so group=sys mode=0555 106ead1f93eSLiane Prazafile path=usr/lib/mdb/proc/$(ARCH64)/libzpool.so group=sys mode=0555 107ead1f93eSLiane Prazafile path=usr/lib/mdb/proc/libzpool.so group=sys mode=0555 1086d52f363SLori Altfile path=usr/lib/python2.6/vendor-packages/zfs/__init__.py 1096d52f363SLori Altfile path=usr/lib/python2.6/vendor-packages/zfs/__init__.pyc 1106d52f363SLori Altfile path=usr/lib/python2.6/vendor-packages/zfs/allow.py 1116d52f363SLori Altfile path=usr/lib/python2.6/vendor-packages/zfs/allow.pyc 1126d52f363SLori Altfile path=usr/lib/python2.6/vendor-packages/zfs/dataset.py 1136d52f363SLori Altfile path=usr/lib/python2.6/vendor-packages/zfs/dataset.pyc 1146d52f363SLori Altfile path=usr/lib/python2.6/vendor-packages/zfs/groupspace.py 1156d52f363SLori Altfile path=usr/lib/python2.6/vendor-packages/zfs/groupspace.pyc 1166d52f363SLori Altfile path=usr/lib/python2.6/vendor-packages/zfs/holds.py 1176d52f363SLori Altfile path=usr/lib/python2.6/vendor-packages/zfs/holds.pyc 1186d52f363SLori Altfile path=usr/lib/python2.6/vendor-packages/zfs/ioctl.so 1196d52f363SLori Altfile path=usr/lib/python2.6/vendor-packages/zfs/table.py 1206d52f363SLori Altfile path=usr/lib/python2.6/vendor-packages/zfs/table.pyc 1216d52f363SLori Altfile path=usr/lib/python2.6/vendor-packages/zfs/unallow.py 1226d52f363SLori Altfile path=usr/lib/python2.6/vendor-packages/zfs/unallow.pyc 1236d52f363SLori Altfile path=usr/lib/python2.6/vendor-packages/zfs/userspace.py 1246d52f363SLori Altfile path=usr/lib/python2.6/vendor-packages/zfs/userspace.pyc 1256d52f363SLori Altfile path=usr/lib/python2.6/vendor-packages/zfs/util.py 1266d52f363SLori Altfile path=usr/lib/python2.6/vendor-packages/zfs/util.pyc 127ead1f93eSLiane Prazafile path=usr/lib/sysevent/modules/zfs_mod.so group=sys 128ead1f93eSLiane Prazafile path=usr/lib/zfs/availdevs mode=0555 129ead1f93eSLiane Prazafile path=usr/lib/zfs/pyzfs.py mode=0555 130ead1f93eSLiane Prazafile path=usr/lib/zfs/pyzfs.pyc mode=0555 131ead1f93eSLiane Praza$(i386_ONLY)file path=usr/sbin/$(ARCH32)/zdb mode=0555 132ead1f93eSLiane Prazafile path=usr/sbin/$(ARCH64)/zdb mode=0555 133ead1f93eSLiane Prazafile path=usr/sbin/zstreamdump mode=0555 134c10c16deSRichard Lowefile path=usr/share/man/man1m/zdb.1m 135c10c16deSRichard Lowefile path=usr/share/man/man1m/zfs.1m 136c10c16deSRichard Lowefile path=usr/share/man/man1m/zpool.1m 137c10c16deSRichard Lowefile path=usr/share/man/man1m/zstreamdump.1m 138ad135b5dSChristopher Sidenfile path=usr/share/man/man5/zpool-features.5 139ebbab6bbSDan Pricehardlink path=kernel/fs/$(ARCH64)/zfs target=../../../kernel/drv/$(ARCH64)/zfs 140ead1f93eSLiane Prazahardlink path=usr/lib/fs/zfs/fstyp target=../../../sbin/fstyp 141ead1f93eSLiane Prazahardlink path=usr/sbin/zdb target=../../usr/lib/isaexec 14271e464e5SPeter Dennis - Sustaining Engineerlegacy pkg=SUNWzfskr desc="ZFS kernel root components" \ 14371e464e5SPeter Dennis - Sustaining Engineer name="ZFS Kernel (Root)" 14471e464e5SPeter Dennis - Sustaining Engineerlegacy pkg=SUNWzfsr desc="ZFS root components" name="ZFS (Root)" 14571e464e5SPeter Dennis - Sustaining Engineerlegacy pkg=SUNWzfsu desc="ZFS libraries and commands" name="ZFS (Usr)" 146ead1f93eSLiane Prazalicense cr_Sun license=cr_Sun 147ead1f93eSLiane Prazalicense lic_CDDL license=lic_CDDL 148*a6f561b4SSašo Kiselkovlicense usr/src/uts/common/fs/zfs/THIRDPARTYLICENSE.lz4 \ 149*a6f561b4SSašo Kiselkov license=usr/src/uts/common/fs/zfs/THIRDPARTYLICENSE.lz4 150ead1f93eSLiane Prazalink path=etc/fs/zfs/mount target=../../../sbin/zfs 151ead1f93eSLiane Prazalink path=etc/fs/zfs/umount target=../../../sbin/zfs 152ead1f93eSLiane Prazalink path=lib/$(ARCH64)/libzfs.so target=libzfs.so.1 1534445fffbSMatthew Ahrenslink path=lib/$(ARCH64)/libzfs_core.so target=libzfs_core.so.1 154ead1f93eSLiane Prazalink path=lib/libzfs.so target=libzfs.so.1 1554445fffbSMatthew Ahrenslink path=lib/libzfs_core.so target=libzfs_core.so.1 156ebbab6bbSDan Pricelink path=usr/lib/$(ARCH64)/libzfs.so \ 157ebbab6bbSDan Price target=../../../lib/$(ARCH64)/libzfs.so.1 158ead1f93eSLiane Prazalink path=usr/lib/$(ARCH64)/libzfs.so.1 \ 159ead1f93eSLiane Praza target=../../../lib/$(ARCH64)/libzfs.so.1 1604445fffbSMatthew Ahrenslink path=usr/lib/$(ARCH64)/libzfs_core.so \ 1614445fffbSMatthew Ahrens target=../../../lib/$(ARCH64)/libzfs_core.so.1 1624445fffbSMatthew Ahrenslink path=usr/lib/$(ARCH64)/libzfs_core.so.1 \ 1634445fffbSMatthew Ahrens target=../../../lib/$(ARCH64)/libzfs_core.so.1 164ead1f93eSLiane Prazalink path=usr/lib/$(ARCH64)/libzfs_jni.so target=libzfs_jni.so.1 165ead1f93eSLiane Prazalink path=usr/lib/$(ARCH64)/libzpool.so target=libzpool.so.1 166ead1f93eSLiane Prazalink path=usr/lib/$(ARCH64)/llib-lzfs.ln \ 167ead1f93eSLiane Praza target=../../../lib/$(ARCH64)/llib-lzfs.ln 1684445fffbSMatthew Ahrenslink path=usr/lib/$(ARCH64)/llib-lzfs_core.ln \ 1694445fffbSMatthew Ahrens target=../../../lib/$(ARCH64)/llib-lzfs_core.ln 170ead1f93eSLiane Prazalink path=usr/lib/fs/zfs/mount target=../../../../sbin/zfs 171ead1f93eSLiane Prazalink path=usr/lib/fs/zfs/umount target=../../../../sbin/zfs 172ead1f93eSLiane Prazalink path=usr/lib/libzfs.so target=../../lib/libzfs.so.1 173ead1f93eSLiane Prazalink path=usr/lib/libzfs.so.1 target=../../lib/libzfs.so.1 1744445fffbSMatthew Ahrenslink path=usr/lib/libzfs_core.so target=../../lib/libzfs_core.so.1 1754445fffbSMatthew Ahrenslink path=usr/lib/libzfs_core.so.1 target=../../lib/libzfs_core.so.1 176ead1f93eSLiane Prazalink path=usr/lib/libzfs_jni.so target=libzfs_jni.so.1 177ead1f93eSLiane Praza$(i386_ONLY)link path=usr/lib/libzpool.so target=libzpool.so.1 178ead1f93eSLiane Prazalink path=usr/lib/llib-lzfs target=../../lib/llib-lzfs 179ead1f93eSLiane Prazalink path=usr/lib/llib-lzfs.ln target=../../lib/llib-lzfs.ln 1804445fffbSMatthew Ahrenslink path=usr/lib/llib-lzfs_core target=../../lib/llib-lzfs_core 1814445fffbSMatthew Ahrenslink path=usr/lib/llib-lzfs_core.ln target=../../lib/llib-lzfs_core.ln 182ead1f93eSLiane Prazalink path=usr/sbin/zfs target=../../sbin/zfs 183ead1f93eSLiane Prazalink path=usr/sbin/zpool target=../../sbin/zpool 1846d52f363SLori Altdepend fmri=runtime/python-26 type=require 185