Deleted Added
full compact
rc.firewall (30617) rc.firewall (33203)
1############
2# Setup system for firewall service.
1############
2# Setup system for firewall service.
3# $Id: rc.firewall,v 1.14 1997/09/18 22:43:42 danny Exp $
3# $Id: rc.firewall,v 1.15 1997/10/21 00:54:08 danny Exp $
4
4
5if [ -f /etc/rc.conf ]; then
6 . /etc/rc.conf
7fi
8
5############
6# Define the firewall type in /etc/rc.conf. Valid values are:
7# open - will allow anyone in
8# client - will try to protect just this machine
9# simple - will try to protect a whole network
10# closed - totally disables IP services except via lo0 interface
11# UNKNOWN - disables the loading of firewall rules.
12# filename - will load the rules in the given filename (full path required)

--- 160 unchanged lines hidden ---
9############
10# Define the firewall type in /etc/rc.conf. Valid values are:
11# open - will allow anyone in
12# client - will try to protect just this machine
13# simple - will try to protect a whole network
14# closed - totally disables IP services except via lo0 interface
15# UNKNOWN - disables the loading of firewall rules.
16# filename - will load the rules in the given filename (full path required)

--- 160 unchanged lines hidden ---