aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/defaults/rc.conf3
-rw-r--r--etc/rc.d/pccard4
-rw-r--r--etc/rc.pccard4
3 files changed, 6 insertions, 5 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 8a49e5ab27ba..6d5301eb76ad 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"
diff --git a/etc/rc.d/pccard b/etc/rc.d/pccard
index 41a327e859c4..9c6d19b37e6c 100644
--- a/etc/rc.d/pccard
+++ b/etc/rc.d/pccard
@@ -3,7 +3,7 @@
# PC-card startup script
# HOSOKAWA, Tatsumi <hosokawa@mt.cs.keio.ac.jp>
#
-# $Id: rc.pccard,v 1.11 1999/05/04 08:34:55 dima Exp $
+# $Id: rc.pccard,v 1.12 1999/05/05 19:34:29 markm Exp $
#
if [ "X$pccard_enable" = X"YES" ] ; then
@@ -13,5 +13,5 @@ if [ "X$pccard_enable" = X"YES" ] ; then
pccardc pccardmem 0xd0000
fi
echo -n "Enable PC-card."
- pccardd 2>&1 > /var/log/pccardd.debug &
+ pccardd $pccardd_flags 2>&1 > /var/log/pccardd.debug &
fi
diff --git a/etc/rc.pccard b/etc/rc.pccard
index 41a327e859c4..9c6d19b37e6c 100644
--- a/etc/rc.pccard
+++ b/etc/rc.pccard
@@ -3,7 +3,7 @@
# PC-card startup script
# HOSOKAWA, Tatsumi <hosokawa@mt.cs.keio.ac.jp>
#
-# $Id: rc.pccard,v 1.11 1999/05/04 08:34:55 dima Exp $
+# $Id: rc.pccard,v 1.12 1999/05/05 19:34:29 markm Exp $
#
if [ "X$pccard_enable" = X"YES" ] ; then
@@ -13,5 +13,5 @@ if [ "X$pccard_enable" = X"YES" ] ; then
pccardc pccardmem 0xd0000
fi
echo -n "Enable PC-card."
- pccardd 2>&1 > /var/log/pccardd.debug &
+ pccardd $pccardd_flags 2>&1 > /var/log/pccardd.debug &
fi