From 80e09f6ee803927325fefd38e871d5d0b42faf71 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 12 Apr 2011 09:49:41 -0400 Subject: Fix patch misapplication --- sysconfig/network-scripts/ifdown-eth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysconfig/network-scripts/ifdown-eth b/sysconfig/network-scripts/ifdown-eth index ca570cd4..1e0a975a 100755 --- a/sysconfig/network-scripts/ifdown-eth +++ b/sysconfig/network-scripts/ifdown-eth @@ -71,7 +71,7 @@ if is_bonding_device ${DEVICE} ; then done IFS=$OLDIFS; else - value=${value#}; + value=${value#+}; if grep -q $value /sys/class/net/${DEVICE}/bonding/arp_ip_target; then echo "-$value" > /sys/class/net/${DEVICE}/bonding/arp_ip_target fi -- cgit v1.2.1