summaryrefslogtreecommitdiffstats
path: root/etc/pccard_ether
diff options
context:
space:
mode:
Diffstat (limited to 'etc/pccard_ether')
-rwxr-xr-xetc/pccard_ether8
1 files changed, 5 insertions, 3 deletions
diff --git a/etc/pccard_ether b/etc/pccard_ether
index 546a54d..1c6081e 100755
--- a/etc/pccard_ether
+++ b/etc/pccard_ether
@@ -1,14 +1,16 @@
#!/bin/sh -
#
-# $Id:$
+# $Id: pccard_ether,v 1.9 1998/09/02 01:34:56 brian Exp $
#
# pccard_ether interfacename [ifconfig option]
#
# example: pccard_ether ep0 -link0
#
-# Suck in the /etc/rc.conf variables
-if [ -f /etc/rc.conf ]; then
+# Suck in the configuration variables
+if [ -f /etc/defaults/rc.conf ]; then
+ . /etc/defaults/rc.conf
+elif [ -f /etc/rc.conf ]; then
. /etc/rc.conf
fi
OpenPOWER on IntegriCloud