Followup-For: Bug #470879
Package: firehol
Version: 1.256-3

With this patch, get-iana works for me:

--- /sbin/get-iana.orig 2007-10-18 14:14:13.000000000 +0200
+++ /sbin/get-iana      2008-05-19 20:59:50.000000000 +0200
@@ -51,7 +51,7 @@
 #

 IPV4_ADDRESS_SPACE_URL="http://www.iana.org/assignments/ipv4-address-space";
-IANA_RESERVED="IANA - Reserved"
+IANA_RESERVED="\(IANA\|Future use\).*\(RESERVED\|UNALLOCATED\)"

 tempfile="/tmp/iana.$$.$RANDOM"

@@ -72,7 +72,7 @@
 echo >&2

 wget -O - --proxy=off "${IPV4_ADDRESS_SPACE_URL}"      |\
-       grep "${IANA_RESERVED}"                         |\
+       grep -e "${IANA_RESERVED}"                      |\
        cut -d ' ' -f 1                                 |\
 (



-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE= (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages firehol depends on:
ii  bash                          3.2-4      The GNU Bourne Again SHell
ii  iproute                       20080417-1 networking and traffic control too
ii  iptables                      1.4.0-4    administration tools for packet fi
ii  lsb-base                      3.2-12     Linux Standard Base 3.2 init scrip
ii  net-tools                     1.60-19    The NET-3 networking toolkit

Versions of packages firehol recommends:
ii  aggregate                     1.6-4      ipv4 cidr prefix aggregator
ii  curl                          7.18.1-1   Get a file from an HTTP, HTTPS or
ii  module-init-tools             3.4-1      tools for managing Linux kernel mo
ii  wget                          1.11.2-1   retrieves files from the web

-- no debconf information

Cheers,

-- 
Cristian



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to