summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authorhosokawa <hosokawa@FreeBSD.org>1999-07-04 14:41:20 +0000
committerhosokawa <hosokawa@FreeBSD.org>1999-07-04 14:41:20 +0000
commite643ff4664a9e2bc05242c6b194ce361c8bc4e14 (patch)
tree8b35b664ca06dbd84d6fb85f41decfe6236b51a6 /etc/defaults
parent288aade3988789e6689bea72fa6552aa19747d68 (diff)
downloadFreeBSD-src-e643ff4664a9e2bc05242c6b194ce361c8bc4e14.zip
FreeBSD-src-e643ff4664a9e2bc05242c6b194ce361c8bc4e14.tar.gz
Added "pccardd_flags" for rc.conf.
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/rc.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 8a49e5a..6d5301e 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.12 1999/06/27 22:12:35 jseger Exp $
+# $Id: rc.conf,v 1.13 1999/06/28 04:09:14 obrien Exp $
##############################################################
### Important initial Boot-time options ####################
@@ -20,6 +20,7 @@ apm_enable="NO" # Set to YES if you want APM enabled.
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).
+pccardd_flags="" # Additional flags for pccardd.
local_startup="/usr/local/etc/rc.d /usr/X11R6/etc/rc.d" # startup script dirs.
local_periodic="/usr/local/etc/periodic /usr/X11R6/etc/periodic" # periodic script dirs
rc_conf_files="/etc/rc.conf /etc/rc.conf.local"
OpenPOWER on IntegriCloud