Deleted Added
full compact
rc.conf (231194) rc.conf (231667)
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 231194 2012-02-08 08:52:40Z dougb $
18# $FreeBSD: head/etc/defaults/rc.conf 231667 2012-02-14 10:51:24Z dougb $
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.
26rc_startmsgs="YES" # Show "Starting foo:" messages at boot
27rcshutdown_timeout="30" # Seconds to wait before terminating rc.shutdown
28early_late_divider="FILESYSTEMS" # Script that separates early/late
29 # stages of the boot process. Make sure you know
30 # the ramifications if you change this.
31 # See rc.conf(5) for more details.
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.
26rc_startmsgs="YES" # Show "Starting foo:" messages at boot
27rcshutdown_timeout="30" # Seconds to wait before terminating rc.shutdown
28early_late_divider="FILESYSTEMS" # Script that separates early/late
29 # stages of the boot process. Make sure you know
30 # the ramifications if you change this.
31 # See rc.conf(5) for more details.
32always_force_depends="NO" # Set to check that indicated dependencies are
33 # running during boot (can increase boot time).
32
33swapfile="NO" # Set to name of swapfile if aux swapfile desired.
34apm_enable="NO" # Set to YES to enable APM BIOS functions (or NO).
35apmd_enable="NO" # Run apmd to handle APM event from userland.
36apmd_flags="" # Flags to apmd (if enabled).
37ddb_enable="NO" # Set to YES to load ddb scripts at boot.
38ddb_config="/etc/ddb.conf" # ddb(8) config file.
39devd_enable="YES" # Run devd, to trigger programs on device tree changes.

--- 687 unchanged lines hidden ---
34
35swapfile="NO" # Set to name of swapfile if aux swapfile desired.
36apm_enable="NO" # Set to YES to enable APM BIOS functions (or NO).
37apmd_enable="NO" # Run apmd to handle APM event from userland.
38apmd_flags="" # Flags to apmd (if enabled).
39ddb_enable="NO" # Set to YES to load ddb scripts at boot.
40ddb_config="/etc/ddb.conf" # ddb(8) config file.
41devd_enable="YES" # Run devd, to trigger programs on device tree changes.

--- 687 unchanged lines hidden ---