Deleted Added
full compact
rc.conf (137070) rc.conf (137112)
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 137070 2004-10-30 13:44:06Z pjd $
16# $FreeBSD: head/etc/defaults/rc.conf 137112 2004-11-01 18:05:41Z mtm $
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="NO" # Enables display of informational messages at boot.
24rcshutdown_timeout="30" # Seconds to wait before terminating rc.shutdown

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

357keychange="NO" # function keys default values (or NO).
358cursor="NO" # cursor type {normal|blink|destructive} (or NO).
359scrnmap="NO" # screen map in /usr/share/syscons/scrnmaps/* (or NO).
360font8x16="NO" # font 8x16 from /usr/share/syscons/fonts/* (or NO).
361font8x14="NO" # font 8x14 from /usr/share/syscons/fonts/* (or NO).
362font8x8="NO" # font 8x8 from /usr/share/syscons/fonts/* (or NO).
363blanktime="300" # blank time (in seconds) or "NO" to turn it off.
364saver="NO" # screen saver: Uses /boot/kernel/${saver}_saver.ko
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="NO" # Enables display of informational messages at boot.
24rcshutdown_timeout="30" # Seconds to wait before terminating rc.shutdown

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

357keychange="NO" # function keys default values (or NO).
358cursor="NO" # cursor type {normal|blink|destructive} (or NO).
359scrnmap="NO" # screen map in /usr/share/syscons/scrnmaps/* (or NO).
360font8x16="NO" # font 8x16 from /usr/share/syscons/fonts/* (or NO).
361font8x14="NO" # font 8x14 from /usr/share/syscons/fonts/* (or NO).
362font8x8="NO" # font 8x8 from /usr/share/syscons/fonts/* (or NO).
363blanktime="300" # blank time (in seconds) or "NO" to turn it off.
364saver="NO" # screen saver: Uses /boot/kernel/${saver}_saver.ko
365moused_nondefault_enable="YES" # Treat non-default mice as enabled unless
366 # specifically overriden in rc.conf(5).
365moused_enable="NO" # Run the mouse daemon.
366moused_type="auto" # See man page for rc.conf(5) for available settings.
367moused_port="/dev/psm0" # Set to your mouse port.
368moused_flags="" # Any additional flags to moused.
369mousechar_start="NO" # if 0xd0-0xd3 default range is occupied in your
370 # language code table, specify alternative range
371 # start like mousechar_start=3, see vidcontrol(1)
372allscreens_flags="" # Set this vidcontrol mode for all virtual screens

--- 149 unchanged lines hidden ---
367moused_enable="NO" # Run the mouse daemon.
368moused_type="auto" # See man page for rc.conf(5) for available settings.
369moused_port="/dev/psm0" # Set to your mouse port.
370moused_flags="" # Any additional flags to moused.
371mousechar_start="NO" # if 0xd0-0xd3 default range is occupied in your
372 # language code table, specify alternative range
373 # start like mousechar_start=3, see vidcontrol(1)
374allscreens_flags="" # Set this vidcontrol mode for all virtual screens

--- 149 unchanged lines hidden ---