1*42008eadSAndreas Jaekel# 2*42008eadSAndreas Jaekel# CDDL HEADER START 3*42008eadSAndreas Jaekel# 4*42008eadSAndreas Jaekel# The contents of this file are subject to the terms of the 5*42008eadSAndreas Jaekel# Common Development and Distribution License (the "License"). 6*42008eadSAndreas Jaekel# You may not use this file except in compliance with the License. 7*42008eadSAndreas Jaekel# 8*42008eadSAndreas Jaekel# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*42008eadSAndreas Jaekel# or http://www.opensolaris.org/os/licensing. 10*42008eadSAndreas Jaekel# See the License for the specific language governing permissions 11*42008eadSAndreas Jaekel# and limitations under the License. 12*42008eadSAndreas Jaekel# 13*42008eadSAndreas Jaekel# When distributing Covered Code, include this CDDL HEADER in each 14*42008eadSAndreas Jaekel# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*42008eadSAndreas Jaekel# If applicable, add the following below this CDDL HEADER, with the 16*42008eadSAndreas Jaekel# fields enclosed by brackets "[]" replaced with your own identifying 17*42008eadSAndreas Jaekel# information: Portions Copyright [yyyy] [name of copyright owner] 18*42008eadSAndreas Jaekel# 19*42008eadSAndreas Jaekel# CDDL HEADER END 20*42008eadSAndreas Jaekel# 21*42008eadSAndreas Jaekel 22*42008eadSAndreas Jaekel# 23*42008eadSAndreas Jaekel# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 24*42008eadSAndreas Jaekel# Copyright (c) 2012 by Delphix. All rights reserved. 25*42008eadSAndreas Jaekel# 26*42008eadSAndreas Jaekel 27*42008eadSAndreas Jaekel# hint: file action pathnames must be in alphabetical order. 28*42008eadSAndreas Jaekel 29*42008eadSAndreas Jaekelset name=pkg.fmri value=pkg:/system/file-system/zfs/getgen@$(PKGVERS) 30*42008eadSAndreas Jaekelset name=pkg.description value="ZFS getgen ioctl" 31*42008eadSAndreas Jaekelset name=pkg.summary value="RZ STG zfs getgen ioctl module" 32*42008eadSAndreas Jaekelset name=info.classification \ 33*42008eadSAndreas Jaekel value="org.opensolaris.category.2008:System/Administration and Configuration" 34*42008eadSAndreas Jaekelset name=variant.arch value=$(ARCH) 35*42008eadSAndreas Jaekeldir path=kernel group=sys 36*42008eadSAndreas Jaekeldir path=kernel/drv group=sys 37*42008eadSAndreas Jaekeldir path=kernel/drv/$(ARCH64) group=sys 38*42008eadSAndreas Jaekeldir path=usr group=sys 39*42008eadSAndreas Jaekeldir path=usr/sbin 40*42008eadSAndreas Jaekeldriver name=getgen perms="* 0666 root sys" 41*42008eadSAndreas Jaekelfile path=kernel/drv/$(ARCH64)/getgen group=sys 42*42008eadSAndreas Jaekelfile path=kernel/drv/getgen group=sys 43*42008eadSAndreas Jaekelfile path=kernel/drv/getgen.conf group=sys 44*42008eadSAndreas Jaekellegacy pkg=SUNWongetgenr desc="ZFS getgen driver" name="getgen ZFS driver" 45*42008eadSAndreas Jaekellicense cr_Sun license=cr_Sun 46*42008eadSAndreas Jaekellicense lic_CDDL license=lic_CDDL 47