Deleted Added
full compact
rc.conf (48279) rc.conf (48290)
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.10 1999/06/05 05:45:57 phk Exp $
12# $Id: rc.conf,v 1.11 1999/06/27 18:05:29 sheldonh Exp $
13
14##############################################################
13
14##############################################################
15### Important initial Boot-time options #####################
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).
23local_startup="/usr/local/etc/rc.d /usr/X11R6/etc/rc.d" # startup script dirs.

--- 200 unchanged lines hidden ---
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).
23local_startup="/usr/local/etc/rc.d /usr/X11R6/etc/rc.d" # startup script dirs.

--- 200 unchanged lines hidden ---