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:/system/file-system/zfs@$(PKGVERS)
  27 set name=pkg.description value="ZFS libraries and commands"
  28 set name=pkg.summary value=ZFS
  29 set name=info.classification \
  30     value="org.opensolaris.category.2008:System/File System"
  31 
  32 #
  33 # Skip manifest generation until build 134 can be required on the
  34 # build systems, due to a Python flavor identification bug in pkgdepend.
  35 #
  36 set name=org.opensolaris.nodepend value=true
  37 set name=variant.arch value=$(ARCH)
  38 dir path=etc group=sys
  39 dir path=etc/fs group=sys
  40 dir path=etc/fs/zfs group=sys
  41 dir path=etc/sysevent group=sys
  42 dir path=etc/sysevent/config group=sys
  43 dir path=etc/zfs group=sys
 
 
 114 file path=usr/lib/python2.6/vendor-packages/zfs/ioctl.so
 115 file path=usr/lib/python2.6/vendor-packages/zfs/table.py
 116 file path=usr/lib/python2.6/vendor-packages/zfs/table.pyc
 117 file path=usr/lib/python2.6/vendor-packages/zfs/unallow.py
 118 file path=usr/lib/python2.6/vendor-packages/zfs/unallow.pyc
 119 file path=usr/lib/python2.6/vendor-packages/zfs/userspace.py
 120 file path=usr/lib/python2.6/vendor-packages/zfs/userspace.pyc
 121 file path=usr/lib/python2.6/vendor-packages/zfs/util.py
 122 file path=usr/lib/python2.6/vendor-packages/zfs/util.pyc
 123 file path=usr/lib/sysevent/modules/zfs_mod.so group=sys
 124 file path=usr/lib/zfs/availdevs mode=0555
 125 file path=usr/lib/zfs/pyzfs.py mode=0555
 126 file path=usr/lib/zfs/pyzfs.pyc mode=0555
 127 $(i386_ONLY)file path=usr/sbin/$(ARCH32)/zdb mode=0555
 128 file path=usr/sbin/$(ARCH64)/zdb mode=0555
 129 file path=usr/sbin/zstreamdump mode=0555
 130 file path=usr/share/man/man1m/zdb.1m
 131 file path=usr/share/man/man1m/zfs.1m
 132 file path=usr/share/man/man1m/zpool.1m
 133 file path=usr/share/man/man1m/zstreamdump.1m
 134 hardlink path=kernel/fs/$(ARCH64)/zfs target=../../../kernel/drv/$(ARCH64)/zfs
 135 $(i386_ONLY)hardlink path=kernel/fs/zfs target=../../kernel/drv/zfs
 136 hardlink path=usr/lib/fs/zfs/fstyp target=../../../sbin/fstyp
 137 hardlink path=usr/sbin/zdb target=../../usr/lib/isaexec
 138 legacy pkg=SUNWzfskr desc="ZFS kernel root components" \
 139     name="ZFS Kernel (Root)"
 140 legacy pkg=SUNWzfsr desc="ZFS root components" name="ZFS (Root)"
 141 legacy pkg=SUNWzfsu desc="ZFS libraries and commands" name="ZFS (Usr)"
 142 license cr_Sun license=cr_Sun
 143 license lic_CDDL license=lic_CDDL
 144 link path=etc/fs/zfs/mount target=../../../sbin/zfs
 145 link path=etc/fs/zfs/umount target=../../../sbin/zfs
 146 link path=lib/$(ARCH64)/libzfs.so target=libzfs.so.1
 147 link path=lib/libzfs.so target=libzfs.so.1
 148 link path=usr/lib/$(ARCH64)/libzfs.so \
 149     target=../../../lib/$(ARCH64)/libzfs.so.1
 150 link path=usr/lib/$(ARCH64)/libzfs.so.1 \
 151     target=../../../lib/$(ARCH64)/libzfs.so.1
 152 link path=usr/lib/$(ARCH64)/libzfs_jni.so target=libzfs_jni.so.1
 153 link path=usr/lib/$(ARCH64)/libzpool.so target=libzpool.so.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 (c) 2012 by Delphix. All rights reserved.
  25 #
  26 
  27 set name=pkg.fmri value=pkg:/system/file-system/zfs@$(PKGVERS)
  28 set name=pkg.description value="ZFS libraries and commands"
  29 set name=pkg.summary value=ZFS
  30 set name=info.classification \
  31     value="org.opensolaris.category.2008:System/File System"
  32 
  33 #
  34 # Skip manifest generation until build 134 can be required on the
  35 # build systems, due to a Python flavor identification bug in pkgdepend.
  36 #
  37 set name=org.opensolaris.nodepend value=true
  38 set name=variant.arch value=$(ARCH)
  39 dir path=etc group=sys
  40 dir path=etc/fs group=sys
  41 dir path=etc/fs/zfs group=sys
  42 dir path=etc/sysevent group=sys
  43 dir path=etc/sysevent/config group=sys
  44 dir path=etc/zfs group=sys
 
 
 115 file path=usr/lib/python2.6/vendor-packages/zfs/ioctl.so
 116 file path=usr/lib/python2.6/vendor-packages/zfs/table.py
 117 file path=usr/lib/python2.6/vendor-packages/zfs/table.pyc
 118 file path=usr/lib/python2.6/vendor-packages/zfs/unallow.py
 119 file path=usr/lib/python2.6/vendor-packages/zfs/unallow.pyc
 120 file path=usr/lib/python2.6/vendor-packages/zfs/userspace.py
 121 file path=usr/lib/python2.6/vendor-packages/zfs/userspace.pyc
 122 file path=usr/lib/python2.6/vendor-packages/zfs/util.py
 123 file path=usr/lib/python2.6/vendor-packages/zfs/util.pyc
 124 file path=usr/lib/sysevent/modules/zfs_mod.so group=sys
 125 file path=usr/lib/zfs/availdevs mode=0555
 126 file path=usr/lib/zfs/pyzfs.py mode=0555
 127 file path=usr/lib/zfs/pyzfs.pyc mode=0555
 128 $(i386_ONLY)file path=usr/sbin/$(ARCH32)/zdb mode=0555
 129 file path=usr/sbin/$(ARCH64)/zdb mode=0555
 130 file path=usr/sbin/zstreamdump mode=0555
 131 file path=usr/share/man/man1m/zdb.1m
 132 file path=usr/share/man/man1m/zfs.1m
 133 file path=usr/share/man/man1m/zpool.1m
 134 file path=usr/share/man/man1m/zstreamdump.1m
 135 file path=usr/share/man/man5/zpool-features.5
 136 hardlink path=kernel/fs/$(ARCH64)/zfs target=../../../kernel/drv/$(ARCH64)/zfs
 137 $(i386_ONLY)hardlink path=kernel/fs/zfs target=../../kernel/drv/zfs
 138 hardlink path=usr/lib/fs/zfs/fstyp target=../../../sbin/fstyp
 139 hardlink path=usr/sbin/zdb target=../../usr/lib/isaexec
 140 legacy pkg=SUNWzfskr desc="ZFS kernel root components" \
 141     name="ZFS Kernel (Root)"
 142 legacy pkg=SUNWzfsr desc="ZFS root components" name="ZFS (Root)"
 143 legacy pkg=SUNWzfsu desc="ZFS libraries and commands" name="ZFS (Usr)"
 144 license cr_Sun license=cr_Sun
 145 license lic_CDDL license=lic_CDDL
 146 link path=etc/fs/zfs/mount target=../../../sbin/zfs
 147 link path=etc/fs/zfs/umount target=../../../sbin/zfs
 148 link path=lib/$(ARCH64)/libzfs.so target=libzfs.so.1
 149 link path=lib/libzfs.so target=libzfs.so.1
 150 link path=usr/lib/$(ARCH64)/libzfs.so \
 151     target=../../../lib/$(ARCH64)/libzfs.so.1
 152 link path=usr/lib/$(ARCH64)/libzfs.so.1 \
 153     target=../../../lib/$(ARCH64)/libzfs.so.1
 154 link path=usr/lib/$(ARCH64)/libzfs_jni.so target=libzfs_jni.so.1
 155 link path=usr/lib/$(ARCH64)/libzpool.so target=libzpool.so.1
  |