summaryrefslogtreecommitdiffstats
path: root/etc/pccard_ether
diff options
context:
space:
mode:
Diffstat (limited to 'etc/pccard_ether')
-rwxr-xr-xetc/pccard_ether6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/pccard_ether b/etc/pccard_ether
index 8a81d30..b79262312 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
OpenPOWER on IntegriCloud