From 201af2354c71d597d74ecea17b484e042e13aa2a Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 9 Nov 2004 17:07:10 +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 8452442d..bcc94c8c 100755 --- a/sysconfig/network-scripts/ifup +++ b/sysconfig/network-scripts/ifup @@ -402,7 +402,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