From 6d2ac2a47bc68516a10ce8fde2a035d4bca3a425 Mon Sep 17 00:00:00 2001 From: Erik Troan Date: Wed, 10 Mar 1999 16:57:50 +0000 Subject: pump actually works now --- sysconfig/network-scripts/ifup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysconfig/network-scripts/ifup') diff --git a/sysconfig/network-scripts/ifup b/sysconfig/network-scripts/ifup index be8c48b9..209fd41a 100755 --- a/sysconfig/network-scripts/ifup +++ b/sysconfig/network-scripts/ifup @@ -49,7 +49,7 @@ if [ "$BOOTP" = "yes" ]; then BOOTPROTO=bootp fi -if [ "$BOOTPROTO" = bootp -r "$BOOTPROTO" = dhcp ]; then +if [ "$BOOTPROTO" = bootp -o "$BOOTPROTO" = dhcp ]; then PUMP=true fi @@ -78,7 +78,7 @@ if [ "$SLAVE" = yes -a "$ISALIAS" = no -a "$MASTER" != "" -a \ fi if [ -n "$PUMP" ]; then - echo "Determing IP information for $DEVICE..." + echo -n "Determing IP information for $DEVICE..." if /sbin/pump -i $DEVICE ; then echo " done." else -- cgit v1.2.1