diff options
| author | Bill Nottingham <notting@redhat.com> | 2004-11-09 17:07:40 +0000 |
|---|---|---|
| committer | Bill Nottingham <notting@redhat.com> | 2004-11-09 17:07:40 +0000 |
| commit | c77b45194c4f51feb3b5b96c8ceac116f43aaa3d (patch) | |
| tree | 9f3000759f36257b95d3bdcb5514a44ce8586bea | |
| parent | 67255d45785d5d3af546a10835e24a7b55e946a8 (diff) | |
fix typo (#134787, <bnocera@redhat.com>)
| -rwxr-xr-x | sysconfig/network-scripts/ifup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysconfig/network-scripts/ifup b/sysconfig/network-scripts/ifup index 4213fcd8..54428d4d 100755 --- a/sysconfig/network-scripts/ifup +++ b/sysconfig/network-scripts/ifup @@ -283,7 +283,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##*/} |
