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