Deleted Added
full compact
rc.conf (44990) rc.conf (45096)
1#!/bin/sh
2#
3
4# This is rc.conf - a file full of useful variables that you can set
5# to change the default startup behavior of your system. You should
6# not edit this file! Put any overrides into one of the ${rc_conf_files}
7# instead and you will be able to update these defaults later without
8# spamming your local configuration information.
9#
10# All arguments must be in double or single quotes.
11#
1#!/bin/sh
2#
3
4# This is rc.conf - a file full of useful variables that you can set
5# to change the default startup behavior of your system. You should
6# not edit this file! Put any overrides into one of the ${rc_conf_files}
7# instead and you will be able to update these defaults later without
8# spamming your local configuration information.
9#
10# All arguments must be in double or single quotes.
11#
12# $Id: rc.conf,v 1.4 1999/03/17 04:00:04 billf Exp $
12# $Id: rc.conf,v 1.5 1999/03/24 10:27:46 brian Exp $
13
14##############################################################
15### Important initial Boot-time options #####################
16##############################################################
17
18swapfile="NO" # Set to name of swapfile if aux swapfile desired.
19apm_enable="NO" # Set to YES if you want APM enabled.
20pccard_enable="NO" # Set to YES if you want to configure PCCARD devices.

--- 13 unchanged lines hidden (view full) ---

34firewall_enable="NO" # Set to YES to enable firewall functionality
35firewall_type="UNKNOWN" # Firewall type (see /etc/rc.firewall)
36firewall_quiet="NO" # Set to YES to suppress rule display
37natd_program="/sbin/natd" # path to natd, if you want a different one.
38natd_enable="NO" # Enable natd (if firewall_enable == YES).
39natd_interface="fxp0" # Public interface or IPaddress to use.
40natd_flags="" # Additional flags for natd.
41tcp_extensions="NO" # Disallow RFC1323 extensions (or YES).
13
14##############################################################
15### Important initial Boot-time options #####################
16##############################################################
17
18swapfile="NO" # Set to name of swapfile if aux swapfile desired.
19apm_enable="NO" # Set to YES if you want APM enabled.
20pccard_enable="NO" # Set to YES if you want to configure PCCARD devices.

--- 13 unchanged lines hidden (view full) ---

34firewall_enable="NO" # Set to YES to enable firewall functionality
35firewall_type="UNKNOWN" # Firewall type (see /etc/rc.firewall)
36firewall_quiet="NO" # Set to YES to suppress rule display
37natd_program="/sbin/natd" # path to natd, if you want a different one.
38natd_enable="NO" # Enable natd (if firewall_enable == YES).
39natd_interface="fxp0" # Public interface or IPaddress to use.
40natd_flags="" # Additional flags for natd.
41tcp_extensions="NO" # Disallow RFC1323 extensions (or YES).
42log_in_vain="NO" # Disallow bad connection logging (or YES).
42network_interfaces="lo0" # List of network interfaces (lo0 is loopback).
43ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration.
44#ifconfig_lo0_alias0="inet 127.0.0.254 netmask 0xffffffff" # Sample alias entry.
45#
46# If you have any sppp(4) interfaces above, you might also want to set
47# the following parameters. Refer to spppcontrol(8) for their meaning.
48sppp_interfaces="" # List of sppp interfaces.
49#sppp_interfaces="isp0" # example: sppp over ISDN

--- 169 unchanged lines hidden ---
43network_interfaces="lo0" # List of network interfaces (lo0 is loopback).
44ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration.
45#ifconfig_lo0_alias0="inet 127.0.0.254 netmask 0xffffffff" # Sample alias entry.
46#
47# If you have any sppp(4) interfaces above, you might also want to set
48# the following parameters. Refer to spppcontrol(8) for their meaning.
49sppp_interfaces="" # List of sppp interfaces.
50#sppp_interfaces="isp0" # example: sppp over ISDN

--- 169 unchanged lines hidden ---