aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 17837500..27ea7843 100755
--- a/sysconfig/network-scripts/ifup
+++ b/sysconfig/network-scripts/ifup
@@ -70,7 +70,7 @@ fi
if [ "$SLAVE" = yes -a "$ISALIAS" = no -a "$MASTER" != "" -a \
-x /sbin/ifenslave ]; then
- RFLAG="" ; [ "$RECIEVE-ONLY" = yes ] && RFLAG="-r"
+ RFLAG="" ; [ "$RECEIVE-ONLY" = yes ] && RFLAG="-r"
ifconfig ${DEVICE} down
echo "Enslaving $DEVICE to $MASTER"