Deleted Added
full compact
rc.conf (178024) rc.conf (178356)
1#!/bin/sh
2
3# This is rc.conf - a file full of useful variables that you can set
4# to change the default startup behavior of your system. You should
5# not edit this file! Put any overrides into one of the ${rc_conf_files}
6# instead and you will be able to update these defaults later without
7# spamming your local configuration information.
8#
9# The ${rc_conf_files} files should only contain values which override
10# values set in this file. This eases the upgrade path when defaults
11# are changed and new features are added.
12#
13# All arguments must be in double or single quotes.
14#
15# For a more detailed explanation of all the rc.conf variables, please
16# refer to the rc.conf(5) manual page.
17#
1#!/bin/sh
2
3# This is rc.conf - a file full of useful variables that you can set
4# to change the default startup behavior of your system. You should
5# not edit this file! Put any overrides into one of the ${rc_conf_files}
6# instead and you will be able to update these defaults later without
7# spamming your local configuration information.
8#
9# The ${rc_conf_files} files should only contain values which override
10# values set in this file. This eases the upgrade path when defaults
11# are changed and new features are added.
12#
13# All arguments must be in double or single quotes.
14#
15# For a more detailed explanation of all the rc.conf variables, please
16# refer to the rc.conf(5) manual page.
17#
18# $FreeBSD: head/etc/defaults/rc.conf 178024 2008-04-08 23:50:03Z emax $
18# $FreeBSD: head/etc/defaults/rc.conf 178356 2008-04-20 20:37:21Z sam $
19
20##############################################################
21### Important initial Boot-time options ####################
22##############################################################
23
24rc_debug="NO" # Set to YES to enable debugging output from rc.d
25rc_info="NO" # Enables display of informational messages at boot.
26rcshutdown_timeout="30" # Seconds to wait before terminating rc.shutdown

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

179icmp_log_redirect="NO" # Set to YES to log ICMP REDIRECT packets
180network_interfaces="auto" # List of network interfaces (or "auto").
181cloned_interfaces="" # List of cloned network interfaces to create.
182#cloned_interfaces="gif0 gif1 gif2 gif3" # Pre-cloning GENERIC config.
183ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration.
184#ifconfig_lo0_alias0="inet 127.0.0.254 netmask 0xffffffff" # Sample alias entry.
185#ifconfig_ed0_ipx="ipx 0x00010010" # Sample IPX address family entry.
186#ifconfig_fxp0_name="net0" # Change interface name from fxp0 to net0.
19
20##############################################################
21### Important initial Boot-time options ####################
22##############################################################
23
24rc_debug="NO" # Set to YES to enable debugging output from rc.d
25rc_info="NO" # Enables display of informational messages at boot.
26rcshutdown_timeout="30" # Seconds to wait before terminating rc.shutdown

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

179icmp_log_redirect="NO" # Set to YES to log ICMP REDIRECT packets
180network_interfaces="auto" # List of network interfaces (or "auto").
181cloned_interfaces="" # List of cloned network interfaces to create.
182#cloned_interfaces="gif0 gif1 gif2 gif3" # Pre-cloning GENERIC config.
183ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration.
184#ifconfig_lo0_alias0="inet 127.0.0.254 netmask 0xffffffff" # Sample alias entry.
185#ifconfig_ed0_ipx="ipx 0x00010010" # Sample IPX address family entry.
186#ifconfig_fxp0_name="net0" # Change interface name from fxp0 to net0.
187#vaps_ath0="wlan0" # VAP interfaces for ath0 device
187#ipv4_addrs_fxp0="192.168.0.1/24 192.168.1.1-5/28" # example IPv4 address entry.
188#
189#autobridge_interfaces="bridge0" # List of bridges to check
190#autobridge_bridge0="tap* vlan0" # Interface glob to automatically add to the bridge
191#
192# If you have any sppp(4) interfaces above, you might also want to set
193# the following parameters. Refer to spppcontrol(8) for their meaning.
194sppp_interfaces="" # List of sppp interfaces.

--- 460 unchanged lines hidden ---
188#ipv4_addrs_fxp0="192.168.0.1/24 192.168.1.1-5/28" # example IPv4 address entry.
189#
190#autobridge_interfaces="bridge0" # List of bridges to check
191#autobridge_bridge0="tap* vlan0" # Interface glob to automatically add to the bridge
192#
193# If you have any sppp(4) interfaces above, you might also want to set
194# the following parameters. Refer to spppcontrol(8) for their meaning.
195sppp_interfaces="" # List of sppp interfaces.

--- 460 unchanged lines hidden ---