Deleted Added
full compact
rc.conf (53665) rc.conf (54041)
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# All arguments must be in double or single quotes.
11#
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# All arguments must be in double or single quotes.
11#
12# $FreeBSD: head/etc/defaults/rc.conf 53665 1999-11-24 10:44:47Z alfred $
12# $FreeBSD: head/etc/defaults/rc.conf 54041 1999-12-02 19:48:16Z imp $
13
14##############################################################
15### Important initial Boot-time options ####################
16##############################################################
17
18swapfile="NO" # Set to name of swapfile if aux swapfile desired.
19apm_enable="NO" # Set to YES to enable APM BIOS functions (or NO).
20apmd_enable="NO" # Run apmd to handle APM event from userland.
21apmd_flags="" # Flags to apmd (if enabled).
22pccard_enable="NO" # Set to YES if you want to configure PCCARD devices.
23pccard_mem="DEFAULT" # If pccard_enable=YES, this is card memory address.
13
14##############################################################
15### Important initial Boot-time options ####################
16##############################################################
17
18swapfile="NO" # Set to name of swapfile if aux swapfile desired.
19apm_enable="NO" # Set to YES to enable APM BIOS functions (or NO).
20apmd_enable="NO" # Run apmd to handle APM event from userland.
21apmd_flags="" # Flags to apmd (if enabled).
22pccard_enable="NO" # Set to YES if you want to configure PCCARD devices.
23pccard_mem="DEFAULT" # If pccard_enable=YES, this is card memory address.
24pccard_beep="1" # pccard beep type.
24pccard_ifconfig="NO" # Specialized pccard ethernet configuration (or NO).
25pccardd_flags="" # Additional flags for pccardd.
26pccard_conf="/etc/pccard.conf.sample" # pccardd(8) config file
27local_startup="/usr/local/etc/rc.d /usr/X11R6/etc/rc.d" # startup script dirs.
28local_periodic="/usr/local/etc/periodic /usr/X11R6/etc/periodic" # periodic script dirs
29rc_conf_files="/etc/rc.conf /etc/rc.conf.local"
30
31##############################################################

--- 213 unchanged lines hidden ---
25pccard_ifconfig="NO" # Specialized pccard ethernet configuration (or NO).
26pccardd_flags="" # Additional flags for pccardd.
27pccard_conf="/etc/pccard.conf.sample" # pccardd(8) config file
28local_startup="/usr/local/etc/rc.d /usr/X11R6/etc/rc.d" # startup script dirs.
29local_periodic="/usr/local/etc/periodic /usr/X11R6/etc/periodic" # periodic script dirs
30rc_conf_files="/etc/rc.conf /etc/rc.conf.local"
31
32##############################################################

--- 213 unchanged lines hidden ---