Deleted Added
full compact
rc.conf (48662) rc.conf (48687)
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.15 1999/07/07 01:19:15 hosokawa Exp $
12# $Id: rc.conf,v 1.16 1999/07/07 12:49:47 peter 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.

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

39firewall_quiet="NO" # Set to YES to suppress rule display
40natd_program="/sbin/natd" # path to natd, if you want a different one.
41natd_enable="NO" # Enable natd (if firewall_enable == YES).
42natd_interface="fxp0" # Public interface or IPaddress to use.
43natd_flags="" # Additional flags for natd.
44tcp_extensions="NO" # Set to Yes to turn on RFC1323 extensions.
45log_in_vain="NO" # Disallow bad connection logging (or YES).
46tcp_keepalive="YES" # Kill dead TCP connections (or NO).
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.

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

39firewall_quiet="NO" # Set to YES to suppress rule display
40natd_program="/sbin/natd" # path to natd, if you want a different one.
41natd_enable="NO" # Enable natd (if firewall_enable == YES).
42natd_interface="fxp0" # Public interface or IPaddress to use.
43natd_flags="" # Additional flags for natd.
44tcp_extensions="NO" # Set to Yes to turn on RFC1323 extensions.
45log_in_vain="NO" # Disallow bad connection logging (or YES).
46tcp_keepalive="YES" # Kill dead TCP connections (or NO).
47network_interfaces="auto" # List of network interfaces (or "auto").
47ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration.
48#ifconfig_lo0_alias0="inet 127.0.0.254 netmask 0xffffffff" # Sample alias entry.
49#
50# If you have any sppp(4) interfaces above, you might also want to set
51# the following parameters. Refer to spppcontrol(8) for their meaning.
52sppp_interfaces="" # List of sppp interfaces.
53#sppp_interfaces="isp0" # example: sppp over ISDN
54#spppconfig_isp0="authproto=chap myauthname=foo myauthsecret='top secret' hisauthname=some-gw hisauthsecret='another secret'"

--- 170 unchanged lines hidden ---
48ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration.
49#ifconfig_lo0_alias0="inet 127.0.0.254 netmask 0xffffffff" # Sample alias entry.
50#
51# If you have any sppp(4) interfaces above, you might also want to set
52# the following parameters. Refer to spppcontrol(8) for their meaning.
53sppp_interfaces="" # List of sppp interfaces.
54#sppp_interfaces="isp0" # example: sppp over ISDN
55#spppconfig_isp0="authproto=chap myauthname=foo myauthsecret='top secret' hisauthname=some-gw hisauthsecret='another secret'"

--- 170 unchanged lines hidden ---