From 451c892796f8ed5f351a702d1debfc89c7c1e44f Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Tue, 23 Oct 2001 10:30:45 +0000 Subject: missing parameter (S/390) --- sysconfig/network-scripts/ifup-ctc | 2 +- sysconfig/network-scripts/ifup-escon | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sysconfig') diff --git a/sysconfig/network-scripts/ifup-ctc b/sysconfig/network-scripts/ifup-ctc index 56cb490e..98be8223 100755 --- a/sysconfig/network-scripts/ifup-ctc +++ b/sysconfig/network-scripts/ifup-ctc @@ -29,7 +29,7 @@ ifconfig ${DEVICE} ${IPADDR} ${opts} pointopoint ${REMIP} # Wait for the device to come up - the chandev'ified ctc driver can take # quite a while... timeout=0 -while ! ping -w 30 -c ${REMIP} &>/dev/null; do +while ! ping -w 30 -c 1 ${REMIP} &>/dev/null; do timeout=$(($timeout + 1)) if [ $timeout = 20 ]; then echo $"ERROR: ${DEVICE} did not come up!" diff --git a/sysconfig/network-scripts/ifup-escon b/sysconfig/network-scripts/ifup-escon index f8cfc101..1e29840b 100644 --- a/sysconfig/network-scripts/ifup-escon +++ b/sysconfig/network-scripts/ifup-escon @@ -30,7 +30,7 @@ ifconfig ${DEVICE} ${IPADDR} ${opts} pointopoint ${REMIP} # Wait for the device to come up - the chandev'ified ctc driver can take # quite a while... timeout=0 -while ! ping -w 30 -c ${REMIP} &>/dev/null; do +while ! ping -w 30 -c 1 ${REMIP} &>/dev/null; do timeout=$(($timeout + 1)) if [ $timeout = 20 ]; then echo $"ERROR: ${DEVICE} did not come up!" -- cgit v1.2.1