Deleted Added
full compact
rc.conf (162794) rc.conf (163063)
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 162794 2006-09-29 15:45:11Z bms $
18# $FreeBSD: head/etc/defaults/rc.conf 163063 2006-10-06 23:22:13Z flz $
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

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

530economy_cx_lowest="HIGH" # Offline CPU idle state
531economy_cpu_freq="NONE" # Offline CPU frequency
532virecover_enable="YES" # Perform housekeeping for the vi(1) editor
533ugidfw_enable="NO" # Load mac_bsdextended(4) rules on boot
534bsdextended_script="/etc/rc.bsdextended" # Default mac_bsdextended(4)
535 # ruleset file.
536newsyslog_enable="YES" # Run newsyslog at startup.
537newsyslog_flags="-CN" # Newsyslog flags to create marked files
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

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

530economy_cx_lowest="HIGH" # Offline CPU idle state
531economy_cpu_freq="NONE" # Offline CPU frequency
532virecover_enable="YES" # Perform housekeeping for the vi(1) editor
533ugidfw_enable="NO" # Load mac_bsdextended(4) rules on boot
534bsdextended_script="/etc/rc.bsdextended" # Default mac_bsdextended(4)
535 # ruleset file.
536newsyslog_enable="YES" # Run newsyslog at startup.
537newsyslog_flags="-CN" # Newsyslog flags to create marked files
538mixer_enable="YES" # Run the sound mixer.
538
539##############################################################
540### Jail Configuration #######################################
541##############################################################
542jail_enable="NO" # Set to NO to disable starting of any jails
543jail_list="" # Space separated list of names of jails
544jail_set_hostname_allow="YES" # Allow root user in a jail to change its hostname
545jail_socket_unixiproute_only="YES" # Route only TCP/IP within a jail

--- 50 unchanged lines hidden ---
539
540##############################################################
541### Jail Configuration #######################################
542##############################################################
543jail_enable="NO" # Set to NO to disable starting of any jails
544jail_list="" # Space separated list of names of jails
545jail_set_hostname_allow="YES" # Allow root user in a jail to change its hostname
546jail_socket_unixiproute_only="YES" # Route only TCP/IP within a jail

--- 50 unchanged lines hidden ---