From 516fdb9ffde8199d66212241b67956ae21b76bea Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 9 Nov 2004 17:07:18 +0000 Subject: fix typo (#134787, ) --- sysconfig/network-scripts/ifup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysconfig/network-scripts/ifup b/sysconfig/network-scripts/ifup index 4092c0f1..aa0d4d8a 100755 --- a/sysconfig/network-scripts/ifup +++ b/sysconfig/network-scripts/ifup @@ -398,7 +398,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 v1.2.1