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