Re: where am I supposed to put my rc.firewall?

From: Chuck Swiger (cswiger_at_mac.com)
Date: 01/31/04

  • Next message: Colin J. Raven: "RE: Being able to Program C++ with FreeBSD4.x"
    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"
    

  • Next message: Colin J. Raven: "RE: Being able to Program C++ with FreeBSD4.x"