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