Deleted Added
full compact
rc.conf (168034) rc.conf (168283)
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 168034 2007-03-29 21:44:23Z ache $
18# $FreeBSD: head/etc/defaults/rc.conf 168283 2007-04-02 22:53:07Z des $
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
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
27early_late_divider="mountcritlocal" # Script that separates early/late
27early_late_divider="FILESYSTEM" # Script that separates early/late
28 # stages of the boot process. Make sure you know
29 # the ramifications if you change this.
30 # See rc.conf(5) for more details.
31
32swapfile="NO" # Set to name of swapfile if aux swapfile desired.
33apm_enable="NO" # Set to YES to enable APM BIOS functions (or NO).
34apmd_enable="NO" # Run apmd to handle APM event from userland.
35apmd_flags="" # Flags to apmd (if enabled).

--- 581 unchanged lines hidden ---
28 # stages of the boot process. Make sure you know
29 # the ramifications if you change this.
30 # See rc.conf(5) for more details.
31
32swapfile="NO" # Set to name of swapfile if aux swapfile desired.
33apm_enable="NO" # Set to YES to enable APM BIOS functions (or NO).
34apmd_enable="NO" # Run apmd to handle APM event from userland.
35apmd_flags="" # Flags to apmd (if enabled).

--- 581 unchanged lines hidden ---