Deleted Added
full compact
rc.conf (119166) rc.conf (119170)
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 119166 2003-08-20 06:15:18Z mtm $
16# $FreeBSD: head/etc/defaults/rc.conf 119170 2003-08-20 06:50:34Z mtm $
17
18##############################################################
19### Important initial Boot-time options ####################
20##############################################################
21
22rc_debug="NO" # Set to YES to enable debugging output from rc.d
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="YES" # Enables display of informational messages at boot.
23rc_info="NO" # Enables display of informational messages at boot.
24rcshutdown_timeout="30" # Seconds to wait before terminating rc.shutdown
25swapfile="NO" # Set to name of swapfile if aux swapfile desired.
26apm_enable="NO" # Set to YES to enable APM BIOS functions (or NO).
27apmd_enable="NO" # Run apmd to handle APM event from userland.
28apmd_flags="" # Flags to apmd (if enabled).
29devd_enable="NO" # Run devd, to trigger programs on device tree changes.
30kldxref_enable="NO" # Build linker.hints files with kldxref(8).
31kldxref_clobber="NO" # Overwrite old linker.hints at boot.

--- 433 unchanged lines hidden ---
24rcshutdown_timeout="30" # Seconds to wait before terminating rc.shutdown
25swapfile="NO" # Set to name of swapfile if aux swapfile desired.
26apm_enable="NO" # Set to YES to enable APM BIOS functions (or NO).
27apmd_enable="NO" # Run apmd to handle APM event from userland.
28apmd_flags="" # Flags to apmd (if enabled).
29devd_enable="NO" # Run devd, to trigger programs on device tree changes.
30kldxref_enable="NO" # Build linker.hints files with kldxref(8).
31kldxref_clobber="NO" # Overwrite old linker.hints at boot.

--- 433 unchanged lines hidden ---