Deleted Added
full compact
rc.conf (168360) rc.conf (168410)
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 168360 2007-04-04 13:16:18Z matteo $
18# $FreeBSD: head/etc/defaults/rc.conf 168410 2007-04-06 02:27:02Z pjd $
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

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

47varsize="32m" # Size of mfs /var if created
48varmfs_flags="-S" # Extra mount options for the mfs /var
49populate_var="AUTO" # Set to YES to always (re)populate /var, NO to never
50cleanvar_enable="YES" # Clean the /var directory
51local_startup="/usr/local/etc/rc.d /usr/X11R6/etc/rc.d" # startup script dirs.
52script_name_sep=" " # Change if your startup scripts' names contain spaces
53rc_conf_files="/etc/rc.conf /etc/rc.conf.local"
54
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

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

47varsize="32m" # Size of mfs /var if created
48varmfs_flags="-S" # Extra mount options for the mfs /var
49populate_var="AUTO" # Set to YES to always (re)populate /var, NO to never
50cleanvar_enable="YES" # Clean the /var directory
51local_startup="/usr/local/etc/rc.d /usr/X11R6/etc/rc.d" # startup script dirs.
52script_name_sep=" " # Change if your startup scripts' names contain spaces
53rc_conf_files="/etc/rc.conf /etc/rc.conf.local"
54
55# ZFS support
56zfs_enable="NO" # Set to YES to automatically mount ZFS file systems
57
55# Experimental - test before enabling
56gbde_autoattach_all="NO" # YES automatically mounts gbde devices from fstab
57gbde_devices="NO" # Devices to automatically attach (list, or AUTO)
58gbde_attach_attempts="3" # Number of times to attempt attaching gbde devices
59gbde_lockdir="/etc" # Where to look for gbde lockfiles
60
61# GELI disk encryption configuration.
62geli_devices="" # List of devices to automatically attach in addition to

--- 556 unchanged lines hidden ---
58# Experimental - test before enabling
59gbde_autoattach_all="NO" # YES automatically mounts gbde devices from fstab
60gbde_devices="NO" # Devices to automatically attach (list, or AUTO)
61gbde_attach_attempts="3" # Number of times to attempt attaching gbde devices
62gbde_lockdir="/etc" # Where to look for gbde lockfiles
63
64# GELI disk encryption configuration.
65geli_devices="" # List of devices to automatically attach in addition to

--- 556 unchanged lines hidden ---