Deleted Added
full compact
rc.conf (291536) rc.conf (292752)
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 291536 2015-11-30 22:29:11Z rmacklem $
18# $FreeBSD: head/etc/defaults/rc.conf 292752 2015-12-26 18:21:32Z ian $
19
20##############################################################
21### Important initial Boot-time options ####################
22##############################################################
23
24#rc_debug="NO" # Set to YES to enable debugging output from rc.d
25rc_info="NO" # Enables display of informational messages at boot.
26rc_startmsgs="YES" # Show "Starting foo:" messages at boot

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

434
435ubthidhci_enable="NO" # Switch an USB BT controller present on
436#ubthidhci_busnum="3" # bus 3 and addr 2 from HID mode to HCI mode.
437#ubthidhci_addr="2" # Check usbconfig list to find the correct
438 # numbers for your system.
439
440### Network link/usability verification options
441netwait_enable="NO" # Enable rc.d/netwait (or NO)
19
20##############################################################
21### Important initial Boot-time options ####################
22##############################################################
23
24#rc_debug="NO" # Set to YES to enable debugging output from rc.d
25rc_info="NO" # Enables display of informational messages at boot.
26rc_startmsgs="YES" # Show "Starting foo:" messages at boot

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

434
435ubthidhci_enable="NO" # Switch an USB BT controller present on
436#ubthidhci_busnum="3" # bus 3 and addr 2 from HID mode to HCI mode.
437#ubthidhci_addr="2" # Check usbconfig list to find the correct
438 # numbers for your system.
439
440### Network link/usability verification options
441netwait_enable="NO" # Enable rc.d/netwait (or NO)
442#netwait_ip="" # IP addresses to be pinged by netwait.
442#netwait_ip="" # Wait for ping response from any IP in this list.
443netwait_timeout="60" # Total number of seconds to perform pings.
443netwait_timeout="60" # Total number of seconds to perform pings.
444#netwait_if="" # Interface name to watch link state on.
444#netwait_if="" # Wait for active link on each intf in this list.
445netwait_if_timeout="30" # Total number of seconds to monitor link state.
446
447### Miscellaneous network options: ###
448icmp_bmcastecho="NO" # respond to broadcast ping packets
449
450### IPv6 options: ###
451ipv6_network_interfaces="auto" # List of IPv6 network interfaces
452 # (or "auto" or "none").

--- 251 unchanged lines hidden ---
445netwait_if_timeout="30" # Total number of seconds to monitor link state.
446
447### Miscellaneous network options: ###
448icmp_bmcastecho="NO" # respond to broadcast ping packets
449
450### IPv6 options: ###
451ipv6_network_interfaces="auto" # List of IPv6 network interfaces
452 # (or "auto" or "none").

--- 251 unchanged lines hidden ---