Re: where am I supposed to put my rc.firewall?
From: Chuck Swiger (cswiger_at_mac.com)
Date: 01/31/04
- Previous message: faina bogdan: "asking for help"
- In reply to: Peder Blom: "Re: where am I supposed to put my rc.firewall?"
- Next in thread: Peder Blom: "Re: where am I supposed to put my rc.firewall?"
- Reply: Peder Blom: "Re: where am I supposed to put my rc.firewall?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 31 Jan 2004 10:50:19 -0500 To: freebsd-questions@freebsd.org
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 _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
- Previous message: faina bogdan: "asking for help"
- In reply to: Peder Blom: "Re: where am I supposed to put my rc.firewall?"
- Next in thread: Peder Blom: "Re: where am I supposed to put my rc.firewall?"
- Reply: Peder Blom: "Re: where am I supposed to put my rc.firewall?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]