From 9b2a176deac58f8860cc0fdd27710f2ce881f224 Mon Sep 17 00:00:00 2001 From: jkh Date: Mon, 30 Jun 1997 19:10:50 +0000 Subject: sysconfig -> rc.conf PR: 3978 Submitted by: Janick.Taillandier@ratp.fr --- etc/pccard_ether | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'etc/pccard_ether') 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 -- cgit v1.1