Deleted Added
full compact
rc.conf (123533) rc.conf (123626)
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 123533 2003-12-14 13:36:36Z seanc $
16# $FreeBSD: head/etc/defaults/rc.conf 123626 2003-12-18 04:39:57Z njl $
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

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

436harvest_interrupt="YES" # Entropy device harvests interrupt randomness
437harvest_ethernet="YES" # Entropy device harvests ethernet randomness
438harvest_p_to_p="YES" # Entropy device harvests point-to-point randomness
439dmesg_enable="YES" # Save dmesg(8) to /var/run/dmesg.boot
440watchdogd_enable="NO" # Start the software watchdog daemon
441devfs_rulesets="/etc/defaults/devfs.rules /etc/devfs.rules" # Files containing
442 # devfs(8) rules.
443devfs_system_ruleset="" # The name of a ruleset to apply to /dev
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

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

436harvest_interrupt="YES" # Entropy device harvests interrupt randomness
437harvest_ethernet="YES" # Entropy device harvests ethernet randomness
438harvest_p_to_p="YES" # Entropy device harvests point-to-point randomness
439dmesg_enable="YES" # Save dmesg(8) to /var/run/dmesg.boot
440watchdogd_enable="NO" # Start the software watchdog daemon
441devfs_rulesets="/etc/defaults/devfs.rules /etc/devfs.rules" # Files containing
442 # devfs(8) rules.
443devfs_system_ruleset="" # The name of a ruleset to apply to /dev
444performance_cx_lowest="HIGH" # Online CPU idle state
445performance_throttle_state="HIGH" # Online throttling state
446economy_cx_lowest="LOW" # Offline CPU idle state
447economy_throttle_state="HIGH" # Offline throttling state
444
445##############################################################
446### Jail Configuration #######################################
447##############################################################
448jail_enable="NO" # Set to NO to disable starting of any jails
449jail_list="" # Space separated list of names of jails
450jail_set_hostname_allow="YES" # Allow root user in a jail to change its hostname
451jail_socket_unixiproute_only="YES" # Route only TCP/IP within a jail

--- 41 unchanged lines hidden ---
448
449##############################################################
450### Jail Configuration #######################################
451##############################################################
452jail_enable="NO" # Set to NO to disable starting of any jails
453jail_list="" # Space separated list of names of jails
454jail_set_hostname_allow="YES" # Allow root user in a jail to change its hostname
455jail_socket_unixiproute_only="YES" # Route only TCP/IP within a jail

--- 41 unchanged lines hidden ---