FW: Perl IPFW script

Bjoern A. Zeeb bzeeb-lists at lists.zabbadoz.net
Mon Dec 8 14:13:50 PST 2003


On Mon, 8 Dec 2003, Steve Bertrand wrote:

> > "/usr/bin/perl /path/scriptname" ? Is that going to work?
> >
> > is it executable ..
> > etc?
> >
>
> It is executable, however I will try adding the /usr/bin/perl to the
> script name and see if that works. I'll have to do that tonight however,
> as doing it now would knock about 5000 users offline temporarily ;o)

on current the  firewall_script  is sourced into /etc/rc.d/ipfw:

        if [ -r "${firewall_script}" ]; then
                . "${firewall_script}"


a perl script will always make this fail I guess.

good luck for your users ;-)

-- 
Bjoern A. Zeeb				bzeeb at Zabbadoz dot NeT
56 69 73 69 74				http://www.zabbadoz.net/


More information about the freebsd-ipfw mailing list