diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1999-12-04 01:27:51 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-12-04 01:27:51 +0000 |
| commit | ee7f6d9f9bd3c38246b0bd4fffc96f893fb177f5 (patch) | |
| tree | ba0cd400db92c4c16ebb7b8ac30ddca0a72c47c1 /etc | |
| parent | eaf4925a25eb2d32716a8b2a0ba75dc254cb1a22 (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/rc.firewall | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/rc.firewall b/etc/rc.firewall index 24e49436481b..47f13631f78a 100644 --- a/etc/rc.firewall +++ b/etc/rc.firewall @@ -102,8 +102,8 @@ case ${firewall_type} in [Oo][Pp][Ee][Nn]) ${fwcmd} add 65000 pass all from any to any ;; -[Cc][Ll][Ii][Ee][Nn][Tt]) +[Cc][Ll][Ii][Ee][Nn][Tt]) ############ # This is a prototype setup that will protect your system somewhat # against people from outside your own network. @@ -147,7 +147,6 @@ case ${firewall_type} in ;; [Ss][Ii][Mm][Pp][Ll][Ee]) - ############ # This is a prototype setup for a simple firewall. Configure this # machine as a named server and ntp server, and point all the machines |
