diff options
| author | Brian S. Dean <bsd@FreeBSD.org> | 2000-04-17 12:48:29 +0000 |
|---|---|---|
| committer | Brian S. Dean <bsd@FreeBSD.org> | 2000-04-17 12:48:29 +0000 |
| commit | 4d5787a2baf7ec2f0efb19fb1a174bc9e1844acb (patch) | |
| tree | a8746669bab08e1b096f89accf004453cf23ea3e /share | |
| parent | 8cb3dda2df02aaefa1bbf814ea790c355cdd7bf4 (diff) | |
Notes
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man5/rc.conf.5 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index 4ef54a01e4d0..4a609c1d8103 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -168,8 +168,10 @@ 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. +- 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. .It Ar firewall_quiet (bool) Set to .Ar YES |
