summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1997-06-30 19:10:50 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1997-06-30 19:10:50 +0000
commitc3fa356aba5fc557b04c7b9d058decccab2592eb (patch)
treeaf25e213e7246afa954c603e1b5dfe96670f15c7
parent5d3b1465523cfd2486d2a0ad1cf93a501b0a2e41 (diff)
Notes
-rwxr-xr-xetc/pccard_ether6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/pccard_ether b/etc/pccard_ether
index 8a81d30119b3..b79262312477 100755
--- a/etc/pccard_ether
+++ b/etc/pccard_ether
@@ -5,9 +5,9 @@
# example: pccardether ep0 -link0
#
-# Suck in the /etc/sysconfig variables
-if [ -f /etc/sysconfig ]; then
- . /etc/sysconfig
+# Suck in the /etc/rc.conf variables
+if [ -f /etc/rc.conf ]; then
+ . /etc/rc.conf
fi
if [ "x$pccard_ifconfig" != "xNO" ] ; then