Deleted Added
full compact
rc.conf (153564) rc.conf (154114)
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 153564 2005-12-20 20:36:48Z dougb $
18# $FreeBSD: head/etc/defaults/rc.conf 154114 2006-01-08 10:15:31Z 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.
26rcshutdown_timeout="30" # Seconds to wait before terminating rc.shutdown

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

493osf1_enable="NO" # Alpha OSF/1 emulation loaded at startup (or NO).
494clear_tmp_enable="NO" # Clear /tmp at startup.
495clear_tmp_X="YES" # Clear and recreate X11-related directories in /tmp
496ldconfig_insecure="NO" # Set to YES to disable ldconfig security checks
497ldconfig_paths="/usr/lib/compat /usr/X11R6/lib /usr/local/lib /usr/local/lib/compat/pkg"
498 # shared library search paths
499ldconfig_paths_aout="/usr/lib/compat/aout /usr/X11R6/lib/aout /usr/local/lib/aout"
500 # a.out shared library search paths
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

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

493osf1_enable="NO" # Alpha OSF/1 emulation loaded at startup (or NO).
494clear_tmp_enable="NO" # Clear /tmp at startup.
495clear_tmp_X="YES" # Clear and recreate X11-related directories in /tmp
496ldconfig_insecure="NO" # Set to YES to disable ldconfig security checks
497ldconfig_paths="/usr/lib/compat /usr/X11R6/lib /usr/local/lib /usr/local/lib/compat/pkg"
498 # shared library search paths
499ldconfig_paths_aout="/usr/lib/compat/aout /usr/X11R6/lib/aout /usr/local/lib/aout"
500 # a.out shared library search paths
501ldconfig_local_dirs="/usr/local/libdata/ldconfig /usr/X11R6/libdata/ldconfig"
502 # Local directories with ldconfig configuration files.
503ldconfig_local32_dirs="/usr/local/libdata/ldconfig32 /usr/X11R6/libdata/ldconfig32"
504 # Local directories with 32-bit compatibility ldconfig
505 # configuration files.
501kern_securelevel_enable="NO" # kernel security level (see init(8)),
502kern_securelevel="-1" # range: -1..3 ; `-1' is the most insecure
503 # Note that setting securelevel to 0 will result
504 # in the system booting with securelevel set to 1, as
505 # init(8) will raise the level when rc(8) completes.
506update_motd="YES" # update version info in /etc/motd (or NO)
507unaligned_print="YES" # print unaligned access warnings on the alpha (or NO).
508entropy_file="/entropy" # Set to NO to disable caching entropy through reboots.

--- 75 unchanged lines hidden ---
506kern_securelevel_enable="NO" # kernel security level (see init(8)),
507kern_securelevel="-1" # range: -1..3 ; `-1' is the most insecure
508 # Note that setting securelevel to 0 will result
509 # in the system booting with securelevel set to 1, as
510 # init(8) will raise the level when rc(8) completes.
511update_motd="YES" # update version info in /etc/motd (or NO)
512unaligned_print="YES" # print unaligned access warnings on the alpha (or NO).
513entropy_file="/entropy" # Set to NO to disable caching entropy through reboots.

--- 75 unchanged lines hidden ---