Re: usb devices and devfs settings

From: Chuck Swiger <cswiger_at_mac.com>
Date: Sat, 14 Feb 2004 15:28:59 -0500
Dima Dorfman wrote:
> Dag-Erling Sm?rgrav <des_at_des.no> wrote:
>>(like ipfw does);
> 
> ipfw(8) doesn't actually read from a file; rc.firewall calls ${fwcmd}
> explicitly for each rule.

While the mode of operation you describe is the default behavior, please note 
that /etc/rc.firewall ends with:

         if [ -r "${firewall_type}" ]; then
                 ${fwcmd} ${firewall_flags} ${firewall_type}
         fi

If you set firewall_type to the name of a file,ipfw will happy read one rule 
per line from that file via a pre-processor like cpp (or cat)...

-- 
-Chuck
Received on Sat Feb 14 2004 - 11:29:04 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:43 UTC