aboutsummaryrefslogtreecommitdiff
path: root/etc/pccard_ether
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1999-02-10 18:08:16 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1999-02-10 18:08:16 +0000
commit9c63624e6f63e253b29cbfdb129f272dc23f45b2 (patch)
tree8b48652bf8aae569608b8695688a0d186a7566be /etc/pccard_ether
parenteb822b5612748de923b9cd2d172748528eed7e3a (diff)
Notes
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 546a54df2137..1c6081ea2bab 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