sysconfig -> rc.conf

PR:		3978
Submitted by:	Janick.Taillandier@ratp.fr
This commit is contained in:
Jordan K. Hubbard 1997-06-30 19:10:50 +00:00
parent 5d3b146552
commit c3fa356aba

View File

@ -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