aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2004-11-09 17:05:59 +0000
committerBill Nottingham <notting@redhat.com>2004-11-09 17:05:59 +0000
commitccde5fcccbc1e602b2f077c1968d2263006e446d (patch)
treecc775bc26a2ca195a56243d42c2fba2b0eabe9b2
parent40f0c31a2db20273575f4c0c755bf42239adc685 (diff)
downloadinitscripts-ccde5fcccbc1e602b2f077c1968d2263006e446d.tar
initscripts-ccde5fcccbc1e602b2f077c1968d2263006e446d.tar.gz
initscripts-ccde5fcccbc1e602b2f077c1968d2263006e446d.tar.bz2
initscripts-ccde5fcccbc1e602b2f077c1968d2263006e446d.tar.xz
initscripts-ccde5fcccbc1e602b2f077c1968d2263006e446d.zip
fix typo (#134787, <bnocera@redhat.com>)
-rwxr-xr-xsysconfig/network-scripts/ifup2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysconfig/network-scripts/ifup b/sysconfig/network-scripts/ifup
index 106389b7..c6b29208 100755
--- a/sysconfig/network-scripts/ifup
+++ b/sysconfig/network-scripts/ifup
@@ -415,7 +415,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##*/}