Deleted Added
full compact
rc.conf (135875) rc.conf (135912)
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 135875 2004-09-28 09:46:00Z dougb $
16# $FreeBSD: head/etc/defaults/rc.conf 135912 2004-09-29 00:12:28Z trhodes $
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

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

463devfs_system_ruleset="" # The name of a ruleset to apply to /dev
464devfs_set_rulesets="" # A list of /mount/dev=ruleset_name settings to
465 # apply (must be mounted already, i.e. fstab(5))
466performance_cx_lowest="LOW" # Online CPU idle state
467performance_throttle_state="HIGH" # Online throttling state
468economy_cx_lowest="LOW" # Offline CPU idle state
469economy_throttle_state="HIGH" # Offline throttling state
470virecover_enable="YES" # Perform housekeeping for the vi(1) editor
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

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

463devfs_system_ruleset="" # The name of a ruleset to apply to /dev
464devfs_set_rulesets="" # A list of /mount/dev=ruleset_name settings to
465 # apply (must be mounted already, i.e. fstab(5))
466performance_cx_lowest="LOW" # Online CPU idle state
467performance_throttle_state="HIGH" # Online throttling state
468economy_cx_lowest="LOW" # Offline CPU idle state
469economy_throttle_state="HIGH" # Offline throttling state
470virecover_enable="YES" # Perform housekeeping for the vi(1) editor
471ugidfw_enable="NO" # Load mac_bsdextended(1) rules on boot
472bsdextended_script="/etc/rc.bsdextended" # Default mac_bsdextended(4)
473 # ruleset file.
471
472##############################################################
473### Jail Configuration #######################################
474##############################################################
475jail_enable="NO" # Set to NO to disable starting of any jails
476jail_list="" # Space separated list of names of jails
477jail_set_hostname_allow="YES" # Allow root user in a jail to change its hostname
478jail_socket_unixiproute_only="YES" # Route only TCP/IP within a jail

--- 39 unchanged lines hidden ---
474
475##############################################################
476### Jail Configuration #######################################
477##############################################################
478jail_enable="NO" # Set to NO to disable starting of any jails
479jail_list="" # Space separated list of names of jails
480jail_set_hostname_allow="YES" # Allow root user in a jail to change its hostname
481jail_socket_unixiproute_only="YES" # Route only TCP/IP within a jail

--- 39 unchanged lines hidden ---