Print this page
1681 support for BUILD64=# no longer works


   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 #
  25 
  26 set name=pkg.fmri value=pkg:/network/ipfilter@$(PKGVERS)
  27 set name=pkg.description value="IP Filter Utilities"
  28 set name=pkg.summary value="IP Filter utilities"
  29 set name=info.classification \
  30     value="org.opensolaris.category.2008:System/Administration and Configuration"
  31 set name=variant.arch value=$(ARCH)
  32 dir path=etc group=sys
  33 dir path=etc/ipf group=sys
  34 dir path=lib
  35 dir path=lib/svc
  36 dir path=lib/svc/manifest group=sys
  37 dir path=lib/svc/manifest/network group=sys
  38 dir path=lib/svc/method
  39 dir path=usr group=sys
  40 dir path=usr/kernel group=sys
  41 dir path=usr/kernel/drv group=sys
  42 dir path=usr/kernel/drv/$(ARCH64) group=sys
  43 dir path=usr/lib
  44 dir path=usr/lib/ipf
  45 $(i386_ONLY)dir path=usr/lib/ipf/$(ARCH32) group=sys
  46 dir path=usr/lib/ipf/$(ARCH64) group=sys
  47 dir path=usr/sbin
  48 $(i386_ONLY)dir path=usr/sbin/$(ARCH32)
  49 dir path=usr/sbin/$(ARCH64)
  50 dir path=usr/share
  51 dir path=usr/share/ipfilter
  52 dir path=usr/share/ipfilter/examples
  53 dir path=usr/share/man
  54 dir path=usr/share/man/man1m
  55 dir path=usr/share/man/man5
  56 dir path=usr/share/man/man7i
  57 dir path=var group=sys
  58 dir path=var/db group=sys
  59 dir path=var/db/ipf group=sys
  60 driver name=ipf perms="* 0666 root sys" \
  61     policy="read_priv_set=sys_ip_config write_priv_set=sys_ip_config"
  62 file path=etc/ipf/ipf.conf group=sys original_name=SUNWipf:etc/ipf/ipf.conf \
  63     preserve=true
  64 file path=lib/svc/manifest/network/ipfilter.xml group=sys mode=0444
  65 file path=lib/svc/method/ipfilter mode=0555
  66 file path=usr/kernel/drv/$(ARCH64)/ipf group=sys
  67 $(i386_ONLY)file path=usr/kernel/drv/ipf group=sys
  68 file path=usr/kernel/drv/ipf.conf group=sys
  69 $(i386_ONLY)file path=usr/lib/ipf/$(ARCH32)/ipftest mode=0555
  70 file path=usr/lib/ipf/$(ARCH64)/ipftest mode=0555
  71 file path=usr/lib/ipf/IPFILTER.LICENCE
  72 file path=usr/lib/servinfo mode=0555
  73 $(i386_ONLY)file path=usr/sbin/$(ARCH32)/ipf mode=0555
  74 $(i386_ONLY)file path=usr/sbin/$(ARCH32)/ipfs mode=0555
  75 $(i386_ONLY)file path=usr/sbin/$(ARCH32)/ipfstat mode=0555
  76 $(i386_ONLY)file path=usr/sbin/$(ARCH32)/ipmon mode=0555
  77 $(i386_ONLY)file path=usr/sbin/$(ARCH32)/ipnat mode=0555
  78 $(i386_ONLY)file path=usr/sbin/$(ARCH32)/ippool mode=0555
  79 file path=usr/sbin/$(ARCH64)/ipf mode=0555
  80 file path=usr/sbin/$(ARCH64)/ipfs mode=0555
  81 file path=usr/sbin/$(ARCH64)/ipfstat mode=0555
  82 file path=usr/sbin/$(ARCH64)/ipmon mode=0555
  83 file path=usr/sbin/$(ARCH64)/ipnat mode=0555
  84 file path=usr/sbin/$(ARCH64)/ippool mode=0555
  85 file path=usr/share/ipfilter/examples/BASIC.NAT
  86 file path=usr/share/ipfilter/examples/BASIC_1.FW
  87 file path=usr/share/ipfilter/examples/BASIC_2.FW
  88 file path=usr/share/ipfilter/examples/example.1
  89 file path=usr/share/ipfilter/examples/example.10
  90 file path=usr/share/ipfilter/examples/example.11
  91 file path=usr/share/ipfilter/examples/example.12
  92 file path=usr/share/ipfilter/examples/example.13
  93 file path=usr/share/ipfilter/examples/example.2
  94 file path=usr/share/ipfilter/examples/example.3
  95 file path=usr/share/ipfilter/examples/example.4
  96 file path=usr/share/ipfilter/examples/example.5
  97 file path=usr/share/ipfilter/examples/example.6
  98 file path=usr/share/ipfilter/examples/example.7
  99 file path=usr/share/ipfilter/examples/example.8
 100 file path=usr/share/ipfilter/examples/example.9
 101 file path=usr/share/ipfilter/examples/example.sr
 102 file path=usr/share/ipfilter/examples/firewall
 103 file path=usr/share/ipfilter/examples/ftp-proxy
 104 file path=usr/share/ipfilter/examples/ftppxy




   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