From 6043ee4b7155766a6d7d56e8e7777f8efef2214d Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 9 Nov 2004 17:07:27 +0000 Subject: fix typo (#134787, ) --- sysconfig/network-scripts/ifup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysconfig/network-scripts/ifup') diff --git a/sysconfig/network-scripts/ifup b/sysconfig/network-scripts/ifup index 4584bb3c..ce83731d 100755 --- a/sysconfig/network-scripts/ifup +++ b/sysconfig/network-scripts/ifup @@ -370,7 +370,7 @@ if [ "${TYPE}" = "Bonding" ] || ethtool -i $DEVICE 2>/dev/null| grep -q "driver if [ "$BOOTPROTO" = "dhcp" ]; then DEV=$DEVICE eval $(LANG=C fgrep "DEVICE=" $device) - ifenslave -d $DEV DEVICE + ifenslave -d $DEV $DEVICE DEVICE=$DEV fi /sbin/ifup ${device##*/} -- cgit