summaryrefslogtreecommitdiffstats
path: root/etc/pccard_ether
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-06-30 19:10:50 +0000
committerjkh <jkh@FreeBSD.org>1997-06-30 19:10:50 +0000
commit9b2a176deac58f8860cc0fdd27710f2ce881f224 (patch)
treece112a82f409bfc6f561c4def4416f946a815294 /etc/pccard_ether
parent5dafd0f1e7a366b2bbd2b3fcfbac64f39be5d680 (diff)
downloadFreeBSD-src-9b2a176deac58f8860cc0fdd27710f2ce881f224.zip
FreeBSD-src-9b2a176deac58f8860cc0fdd27710f2ce881f224.tar.gz
sysconfig -> rc.conf
PR: 3978 Submitted by: Janick.Taillandier@ratp.fr
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