diff options
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/pccard_ether | 6 |
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 |