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