Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Jan 2004 10:50:19 -0500
From:      Chuck Swiger <cswiger@mac.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: where am I supposed to put my rc.firewall?
Message-ID:  <401BCEBB.90001@mac.com>
In-Reply-To: <20040131153521.1d660315.peder.blom@bredband.net>
References:  <200401301846.52757.ecrist@adtechintegrated.com> <401AFCBB.1010300@mac.com> <200401301947.54492.ecrist@adtechintegrated.com> <20040131153521.1d660315.peder.blom@bredband.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Peder Blom wrote:
[ ... ]
> Add this to your rc.conf: (instead of firewall_type=...):
> firewall_script="/etc/grog.firewall"
> 
> See /etc/defaults/rc.conf !

While I won't speak against looking at /etc/defaults/rc.conf, setting 
firewall_type works fine; see the end of /etc/rc.firewall:

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

-- 
-Chuck



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?401BCEBB.90001>