Deleted Added
full compact
rc.conf (136730) rc.conf (137070)
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# The ${rc_conf_files} files should only contain values which override
11# values set in this file. This eases the upgrade path when defaults
12# are changed and new features are added.
13#
14# All arguments must be in double or single quotes.
15#
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# The ${rc_conf_files} files should only contain values which override
11# values set in this file. This eases the upgrade path when defaults
12# are changed and new features are added.
13#
14# All arguments must be in double or single quotes.
15#
16# $FreeBSD: head/etc/defaults/rc.conf 136730 2004-10-20 16:58:28Z keramida $
16# $FreeBSD: head/etc/defaults/rc.conf 137070 2004-10-30 13:44:06Z pjd $
17
18##############################################################
19### Important initial Boot-time options ####################
20##############################################################
21
22rc_debug="NO" # Set to YES to enable debugging output from rc.d
23rc_info="NO" # Enables display of informational messages at boot.
24rcshutdown_timeout="30" # Seconds to wait before terminating rc.shutdown

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

124icmp_drop_redirect="NO" # Set to YES to ignore ICMP REDIRECT packets
125icmp_log_redirect="NO" # Set to YES to log ICMP REDIRECT packets
126network_interfaces="auto" # List of network interfaces (or "auto").
127cloned_interfaces="" # List of cloned network interfaces to create.
128#cloned_interfaces="gif0 gif1 gif2 gif3" # Pre-cloning GENERIC config.
129ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration.
130#ifconfig_lo0_alias0="inet 127.0.0.254 netmask 0xffffffff" # Sample alias entry.
131#ifconfig_ed0_ipx="ipx 0x00010010" # Sample IPX address family entry.
17
18##############################################################
19### Important initial Boot-time options ####################
20##############################################################
21
22rc_debug="NO" # Set to YES to enable debugging output from rc.d
23rc_info="NO" # Enables display of informational messages at boot.
24rcshutdown_timeout="30" # Seconds to wait before terminating rc.shutdown

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

124icmp_drop_redirect="NO" # Set to YES to ignore ICMP REDIRECT packets
125icmp_log_redirect="NO" # Set to YES to log ICMP REDIRECT packets
126network_interfaces="auto" # List of network interfaces (or "auto").
127cloned_interfaces="" # List of cloned network interfaces to create.
128#cloned_interfaces="gif0 gif1 gif2 gif3" # Pre-cloning GENERIC config.
129ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration.
130#ifconfig_lo0_alias0="inet 127.0.0.254 netmask 0xffffffff" # Sample alias entry.
131#ifconfig_ed0_ipx="ipx 0x00010010" # Sample IPX address family entry.
132#ifconfig_fxp0_name="net0" # Change interface name from fxp0 to net0.
132#
133# If you have any sppp(4) interfaces above, you might also want to set
134# the following parameters. Refer to spppcontrol(8) for their meaning.
135sppp_interfaces="" # List of sppp interfaces.
136#sppp_interfaces="isp0" # example: sppp over ISDN
137#spppconfig_isp0="authproto=chap myauthname=foo myauthsecret='top secret' hisauthname=some-gw hisauthsecret='another secret'"
138gif_interfaces="NO" # List of GIF tunnels (or "NO").
139#gif_interfaces="gif0 gif1" # Examples typically for a router.

--- 381 unchanged lines hidden ---
133#
134# If you have any sppp(4) interfaces above, you might also want to set
135# the following parameters. Refer to spppcontrol(8) for their meaning.
136sppp_interfaces="" # List of sppp interfaces.
137#sppp_interfaces="isp0" # example: sppp over ISDN
138#spppconfig_isp0="authproto=chap myauthname=foo myauthsecret='top secret' hisauthname=some-gw hisauthsecret='another secret'"
139gif_interfaces="NO" # List of GIF tunnels (or "NO").
140#gif_interfaces="gif0 gif1" # Examples typically for a router.

--- 381 unchanged lines hidden ---