Deleted Added
full compact
rc.conf (48296) rc.conf (48554)
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# $Id: rc.conf,v 1.12 1999/06/27 22:12:35 jseger Exp $
12# $Id: rc.conf,v 1.13 1999/06/28 04:09:14 obrien Exp $
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 if you want APM enabled.
20pccard_enable="NO" # Set to YES if you want to configure PCCARD devices.
21pccard_mem="DEFAULT" # If pccard_enable=YES, this is card memory address.
22pccard_ifconfig="NO" # Specialized pccard ethernet configuration (or NO).
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 if you want APM enabled.
20pccard_enable="NO" # Set to YES if you want to configure PCCARD devices.
21pccard_mem="DEFAULT" # If pccard_enable=YES, this is card memory address.
22pccard_ifconfig="NO" # Specialized pccard ethernet configuration (or NO).
23pccardd_flags="" # Additional flags for pccardd.
23local_startup="/usr/local/etc/rc.d /usr/X11R6/etc/rc.d" # startup script dirs.
24local_periodic="/usr/local/etc/periodic /usr/X11R6/etc/periodic" # periodic script dirs
25rc_conf_files="/etc/rc.conf /etc/rc.conf.local"
26
27##############################################################
28### Network configuration sub-section ######################
29##############################################################
30

--- 193 unchanged lines hidden ---
24local_startup="/usr/local/etc/rc.d /usr/X11R6/etc/rc.d" # startup script dirs.
25local_periodic="/usr/local/etc/periodic /usr/X11R6/etc/periodic" # periodic script dirs
26rc_conf_files="/etc/rc.conf /etc/rc.conf.local"
27
28##############################################################
29### Network configuration sub-section ######################
30##############################################################
31

--- 193 unchanged lines hidden ---