1*fe77cc04SRobert Mustacchi# 2*fe77cc04SRobert Mustacchi# This file and its contents are supplied under the terms of the 3*fe77cc04SRobert Mustacchi# Common Development and Distribution License ("CDDL"), version 1.0. 4*fe77cc04SRobert Mustacchi# You may only use this file in accordance with the terms of version 5*fe77cc04SRobert Mustacchi# 1.0 of the CDDL. 6*fe77cc04SRobert Mustacchi# 7*fe77cc04SRobert Mustacchi# A full copy of the text of the CDDL should have accompanied this 8*fe77cc04SRobert Mustacchi# source. A copy of the CDDL is also available via the Internet at 9*fe77cc04SRobert Mustacchi# http://www.illumos.org/license/CDDL. 10*fe77cc04SRobert Mustacchi# 11*fe77cc04SRobert Mustacchi 12*fe77cc04SRobert Mustacchi# 13*fe77cc04SRobert Mustacchi# Copyright (c) 2013 by Delphix. All rights reserved. 14*fe77cc04SRobert Mustacchi# 15*fe77cc04SRobert Mustacchi 16*fe77cc04SRobert Mustacchiset name=pkg.fmri value=pkg:/network/ipd@$(PKGVERS) 17*fe77cc04SRobert Mustacchiset name=pkg.description value="Internet Packet Disturber" 18*fe77cc04SRobert Mustacchiset name=pkg.summary value="Internet Packet Disturber" 19*fe77cc04SRobert Mustacchiset name=info.classification \ 20*fe77cc04SRobert Mustacchi value=org.opensolaris.category.2008:System/Hardware 21*fe77cc04SRobert Mustacchiset name=variant.arch value=$(ARCH) 22*fe77cc04SRobert Mustacchidir path=kernel group=sys 23*fe77cc04SRobert Mustacchidir path=kernel/drv group=sys 24*fe77cc04SRobert Mustacchidir path=kernel/drv/$(ARCH64) group=sys 25*fe77cc04SRobert Mustacchidir path=usr group=sys 26*fe77cc04SRobert Mustacchidir path=usr/lib 27*fe77cc04SRobert Mustacchidir path=usr/lib/$(ARCH64) 28*fe77cc04SRobert Mustacchidir path=usr/sbin 29*fe77cc04SRobert Mustacchidir path=usr/share/man/man1m 30*fe77cc04SRobert Mustacchidriver name=ipd perms="* 0600 root sys" 31*fe77cc04SRobert Mustacchifile path=kernel/drv/$(ARCH64)/ipd group=sys 32*fe77cc04SRobert Mustacchifile path=kernel/drv/ipd.conf group=sys 33*fe77cc04SRobert Mustacchifile path=usr/include/libipd.h 34*fe77cc04SRobert Mustacchifile path=usr/include/sys/ipd.h 35*fe77cc04SRobert Mustacchifile path=usr/lib/$(ARCH64)/libipd.so.1 36*fe77cc04SRobert Mustacchifile path=usr/lib/$(ARCH64)/llib-lipd.ln 37*fe77cc04SRobert Mustacchifile path=usr/lib/libipd.so.1 38*fe77cc04SRobert Mustacchifile path=usr/lib/llib-lipd 39*fe77cc04SRobert Mustacchifile path=usr/lib/llib-lipd.ln 40*fe77cc04SRobert Mustacchifile path=usr/sbin/ipdadm mode=0555 41*fe77cc04SRobert Mustacchifile path=usr/share/man/man1m/ipdadm.1m 42*fe77cc04SRobert Mustacchilicense cr_Sun license=cr_Sun 43*fe77cc04SRobert Mustacchilicense lic_CDDL license=lic_CDDL 44*fe77cc04SRobert Mustacchilink path=usr/lib/$(ARCH64)/libipd.so target=libipd.so.1 45*fe77cc04SRobert Mustacchilink path=usr/lib/libipd.so target=libipd.so.1 46