aboutsummaryrefslogtreecommitdiff
path: root/share/man/man5/rc.conf.5
diff options
context:
space:
mode:
authorDaniel O'Callaghan <danny@FreeBSD.org>1997-10-20 08:37:59 +0000
committerDaniel O'Callaghan <danny@FreeBSD.org>1997-10-20 08:37:59 +0000
commit5cf073070a7490780a7ee9935b992c861b47326f (patch)
tree6dc5c17e525c6a12067cbb58d282475a49560b44 /share/man/man5/rc.conf.5
parent38769fc189864b38d6ba326d8bebf835b130ea74 (diff)
downloadsrc-5cf073070a7490780a7ee9935b992c861b47326f.tar.gz
src-5cf073070a7490780a7ee9935b992c861b47326f.zip
Make rc.conf man page reflect reality w.r.t firewall_{*}.
Notes
Notes: svn path=/head/; revision=30594
Diffstat (limited to 'share/man/man5/rc.conf.5')
-rw-r--r--share/man/man5/rc.conf.528
1 files changed, 23 insertions, 5 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index 81462526e67a..55f9fa231224 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: rc.conf.5,v 1.2 1997/09/11 14:31:55 jkh Exp $
+.\" $Id: rc.conf.5,v 1.3 1997/09/29 10:10:38 wosch Exp $
.\"
.Dd April 26, 1997
.Dt RC.CONF 5
@@ -97,12 +97,30 @@ you've no network connected.
(str) The NIS domainname of your host, or
.Ar NO
if you're not running NIS.
-.It Ar firewall
-(str) Set to
+.It Ar firewall_enable
+(bool) Set to
.Ar NO
-if you don't want to use one of the firewall definitions in
+if you don't want have firewall rules loaded at startup, or
+.Ar YES
+if you do.
+If set to
+.Ar YES ,
+and the kernel was not built with IPFIREWALL, the ipfw
+kernel module will be loaded.
+.It Ar firewall_type
+(str) Names the firewall type from the selection in
+.Pa /etc/rc.firewall ,
+or the file which contains the local firewall ruleset. Valid selections
+from
.Pa /etc/rc.firewall ,
-otherwise it should name of one of the firewalls defined there.
+are ``open'' - unrestricted IP access; ``closed'' - all IP services disabled,
+except via lo0; ``client'' - basic protection for a workstation; ``simple'' -
+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
+to disable the display of ipfw rules on the console during boot.
.It Ar tcp_extensions
(bool) Set to
.Ar YES