1 #
   2 # CDDL HEADER START
   3 #
   4 # The contents of this file are subject to the terms of the
   5 # Common Development and Distribution License (the "License").
   6 # You may not use this file except in compliance with the License.
   7 #
   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 
  22 #
  23 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
  24 # Copyright 2014 Andrew Stormont.
  25 #
  26 
  27 set name=pkg.fmri value=pkg:/network/ipfilter@$(PKGVERS)
  28 set name=pkg.description value="IP Filter Utilities"
  29 set name=pkg.summary value="IP Filter utilities"
  30 set name=info.classification \
  31     value="org.opensolaris.category.2008:System/Administration and Configuration"
  32 set name=variant.arch value=$(ARCH)
  33 dir path=etc group=sys
  34 dir path=etc/ipf group=sys
  35 dir path=lib
  36 dir path=lib/svc
  37 dir path=lib/svc/manifest group=sys
  38 dir path=lib/svc/manifest/network group=sys
  39 dir path=lib/svc/method
  40 dir path=usr group=sys
  41 dir path=usr/kernel group=sys
  42 dir path=usr/kernel/drv group=sys
  43 dir path=usr/kernel/drv/$(ARCH64) group=sys
  44 dir path=usr/lib
  45 dir path=usr/lib/ipf
  46 $(i386_ONLY)dir path=usr/lib/ipf/$(ARCH32) group=sys
  47 $(BUILD64)dir path=usr/lib/ipf/$(ARCH64) group=sys
  48 dir path=usr/sbin
  49 $(i386_ONLY)dir path=usr/sbin/$(ARCH32)
  50 $(BUILD64)dir path=usr/sbin/$(ARCH64)
  51 dir path=usr/share
  52 dir path=usr/share/ipfilter
  53 dir path=usr/share/ipfilter/examples
  54 dir path=usr/share/man
  55 dir path=usr/share/man/man1m
  56 dir path=usr/share/man/man5
  57 dir path=usr/share/man/man7i
  58 dir path=var group=sys
  59 dir path=var/db group=sys
  60 dir path=var/db/ipf group=sys
  61 driver name=ipf perms="* 0666 root sys" \
  62     policy="read_priv_set=sys_ip_config write_priv_set=sys_ip_config"
  63 file path=etc/ipf/ipf.conf group=sys original_name=SUNWipf:etc/ipf/ipf.conf \
  64     preserve=true
  65 file path=lib/svc/manifest/network/ipfilter.xml group=sys mode=0444
  66 file path=lib/svc/method/ipfilter mode=0555
  67 file path=usr/kernel/drv/$(ARCH64)/ipf group=sys
  68 $(i386_ONLY)file path=usr/kernel/drv/ipf group=sys
  69 file path=usr/kernel/drv/ipf.conf group=sys
  70 $(i386_ONLY)file path=usr/lib/ipf/$(ARCH32)/ipftest mode=0555
  71 $(BUILD64)file path=usr/lib/ipf/$(ARCH64)/ipftest mode=0555
  72 file path=usr/lib/ipf/IPFILTER.LICENCE
  73 file path=usr/lib/servinfo mode=0555
  74 $(i386_ONLY)file path=usr/sbin/$(ARCH32)/ipf mode=0555
  75 $(i386_ONLY)file path=usr/sbin/$(ARCH32)/ipfs mode=0555
  76 $(i386_ONLY)file path=usr/sbin/$(ARCH32)/ipfstat mode=0555
  77 $(i386_ONLY)file path=usr/sbin/$(ARCH32)/ipmon mode=0555
  78 $(i386_ONLY)file path=usr/sbin/$(ARCH32)/ipnat mode=0555
  79 $(i386_ONLY)file path=usr/sbin/$(ARCH32)/ippool mode=0555
  80 $(BUILD64)file path=usr/sbin/$(ARCH64)/ipf mode=0555
  81 $(BUILD64)file path=usr/sbin/$(ARCH64)/ipfs mode=0555
  82 $(BUILD64)file path=usr/sbin/$(ARCH64)/ipfstat mode=0555
  83 $(BUILD64)file path=usr/sbin/$(ARCH64)/ipmon mode=0555
  84 $(BUILD64)file path=usr/sbin/$(ARCH64)/ipnat mode=0555
  85 $(BUILD64)file path=usr/sbin/$(ARCH64)/ippool mode=0555
  86 file path=usr/share/ipfilter/examples/BASIC.NAT
  87 file path=usr/share/ipfilter/examples/BASIC_1.FW
  88 file path=usr/share/ipfilter/examples/BASIC_2.FW
  89 file path=usr/share/ipfilter/examples/example.1
  90 file path=usr/share/ipfilter/examples/example.10
  91 file path=usr/share/ipfilter/examples/example.11
  92 file path=usr/share/ipfilter/examples/example.12
  93 file path=usr/share/ipfilter/examples/example.13
  94 file path=usr/share/ipfilter/examples/example.2
  95 file path=usr/share/ipfilter/examples/example.3
  96 file path=usr/share/ipfilter/examples/example.4
  97 file path=usr/share/ipfilter/examples/example.5
  98 file path=usr/share/ipfilter/examples/example.6
  99 file path=usr/share/ipfilter/examples/example.7
 100 file path=usr/share/ipfilter/examples/example.8
 101 file path=usr/share/ipfilter/examples/example.9
 102 file path=usr/share/ipfilter/examples/example.sr
 103 file path=usr/share/ipfilter/examples/firewall
 104 file path=usr/share/ipfilter/examples/ftp-proxy
 105 file path=usr/share/ipfilter/examples/ftppxy
 106 file path=usr/share/ipfilter/examples/ip_rules
 107 file path=usr/share/ipfilter/examples/mkfilters mode=0755
 108 file path=usr/share/ipfilter/examples/nat-setup
 109 file path=usr/share/ipfilter/examples/nat.eg
 110 file path=usr/share/ipfilter/examples/pool.conf
 111 file path=usr/share/ipfilter/examples/server
 112 file path=usr/share/ipfilter/examples/tcpstate
 113 file path=usr/share/man/man1m/ipf.1m
 114 file path=usr/share/man/man1m/ipfs.1m
 115 file path=usr/share/man/man1m/ipfstat.1m
 116 file path=usr/share/man/man1m/ipmon.1m
 117 file path=usr/share/man/man1m/ipnat.1m
 118 file path=usr/share/man/man1m/ippool.1m
 119 file path=usr/share/man/man5/ipfilter.5
 120 file path=usr/share/man/man7i/ipnat.7i
 121 hardlink path=usr/lib/ipf/ipftest target=../../../usr/lib/isaexec
 122 hardlink path=usr/sbin/ipf target=../../usr/lib/isaexec
 123 hardlink path=usr/sbin/ipfs target=../../usr/lib/isaexec
 124 hardlink path=usr/sbin/ipfstat target=../../usr/lib/isaexec
 125 hardlink path=usr/sbin/ipmon target=../../usr/lib/isaexec
 126 hardlink path=usr/sbin/ipnat target=../../usr/lib/isaexec
 127 hardlink path=usr/sbin/ippool target=../../usr/lib/isaexec
 128 legacy pkg=SUNWipfr desc="IP Filter Utilities" \
 129     name="IP Filter utilities, (Root)"
 130 legacy pkg=SUNWipfu desc="IP Filter Utilities" \
 131     name="IP Filter utilities, (Usr)"
 132 license cr_Sun license=cr_Sun
 133 license usr/src/cmd/ipf/tools/IPFILTER.LICENCE \
 134     license=usr/src/cmd/ipf/tools/IPFILTER.LICENCE