[Firehol-support] get-iana.sh
    Rick Marshall 
    rjm at zenucom.com
       
    Wed Jun 13 07:40:14 BST 2007
    
    
  
tempfile="/tmp/iana.$$.$RANDOM"
A small patch for those who build aggregate-flim from source
Regards
Rick
AGGREGATE="`which aggregate-flim 2>/dev/null`"
# <RJM date="20070612" part="01">
#
# A source build of aggregate-flim calls the program aggregate
#
[ -z "${AGGREGATE}" ] && AGGREGATE="`which aggregate 2>/dev/null`"
# </RJM>
if [ -z "${AGGREGATE}" ]
then
        echo >&2
        echo >&2
        echo >&2 "WARNING"
        echo >&2 "Please install 'aggregate-flim' to shrink the list of 
IPs."
        echo >&2
        echo >&2
fi
    
    
More information about the Firehol-support
mailing list