summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authoriwasaki <iwasaki@FreeBSD.org>1999-07-11 04:05:45 +0000
committeriwasaki <iwasaki@FreeBSD.org>1999-07-11 04:05:45 +0000
commitf687757a7c174d7f844f10cb815bdcc00a2632ff (patch)
treefbf67145ad95a2bbfde413118d19648f42e4a043 /etc/defaults
parentff415e0f87b382005cac0c206656a31494c599ff (diff)
downloadFreeBSD-src-f687757a7c174d7f844f10cb815bdcc00a2632ff.zip
FreeBSD-src-f687757a7c174d7f844f10cb815bdcc00a2632ff.tar.gz
Add apmd_enable and apmd_flags for the boot-time optinos.
Pointed out by: obrien Forgotten by: iwasaki
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/rc.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index ef0ed88..3ff26bd 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -9,7 +9,7 @@
#
# All arguments must be in double or single quotes.
#
-# $Id: rc.conf,v 1.17 1999/07/08 18:56:04 peter Exp $
+# $Id: rc.conf,v 1.18 1999/07/09 11:19:01 sheldonh Exp $
##############################################################
### Important initial Boot-time options ####################
@@ -17,6 +17,8 @@
swapfile="NO" # Set to name of swapfile if aux swapfile desired.
apm_enable="NO" # Set to YES if you want APM enabled.
+apmd_enable="NO" # Set to YES if you want APM daemon enabled.
+apmd_flags="" # Additional flags for apmd.
pccard_enable="NO" # Set to YES if you want to configure PCCARD devices.
pccard_mem="DEFAULT" # If pccard_enable=YES, this is card memory address.
pccard_ifconfig="NO" # Specialized pccard ethernet configuration (or NO).
OpenPOWER on IntegriCloud