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