diff options
author | bsd <bsd@FreeBSD.org> | 2000-04-27 00:48:59 +0000 |
---|---|---|
committer | bsd <bsd@FreeBSD.org> | 2000-04-27 00:48:59 +0000 |
commit | a5a543c27bf6808ea0d0a258890809714d4a7445 (patch) | |
tree | 030eb28bc12879020e7187aa07144fe609f6d189 /share/man | |
parent | 83086c2885ba48701d022b15e141f643e957cf7c (diff) | |
download | FreeBSD-src-a5a543c27bf6808ea0d0a258890809714d4a7445.zip FreeBSD-src-a5a543c27bf6808ea0d0a258890809714d4a7445.tar.gz |
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>
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/rc.conf.5 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index 4a609c1..4ef54a0 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -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 |