Back out the hook to execute the file ${firewall_type}. The intended
purpose of the hook was to provide the ability for a shell program to instantiate the firewall rules instead of forcing them to be statically coded. This functionality was already present through the use of ${firewall_script}, and I see no need to keep the ${firewall_type} hook around. Reminded by: Dag-Erling Smorgrav <des@freebsd.org>
This commit is contained in:
parent
434b5c8589
commit
59f96c2c69
@ -228,9 +228,7 @@ case ${firewall_type} in
|
||||
[Uu][Nn][Kk][Nn][Oo][Ww][Nn])
|
||||
;;
|
||||
*)
|
||||
if [ -x "${firewall_type}" ]; then
|
||||
. ${firewall_type}
|
||||
elif [ -r "${firewall_type}" ]; then
|
||||
if [ -r "${firewall_type}" ]; then
|
||||
${fwcmd} ${firewall_flags} ${firewall_type}
|
||||
fi
|
||||
;;
|
||||
|
@ -168,10 +168,8 @@ are
|
||||
.Dq client
|
||||
- basic protection for a workstation;
|
||||
.Dq simple
|
||||
- basic protection for a LAN.
|
||||
If a filename is specified, the full path must be given;
|
||||
if the file is executable, it is sourced, otherwise if the file is
|
||||
just readable, it is used as input into the ipfw program.
|
||||
- basic protection for a LAN. If a filename is specified, the full path
|
||||
must be given.
|
||||
.It Ar firewall_quiet
|
||||
(bool) Set to
|
||||
.Ar YES
|
||||
|
Loading…
Reference in New Issue
Block a user