svn commit: r223311 - head/etc/rc.d

Bjoern A. Zeeb bzeeb-lists at lists.zabbadoz.net
Mon Jun 20 06:42:50 UTC 2011


On Jun 19, 2011, at 10:59 PM, Doug Barton wrote:

> Author: dougb
> Date: Sun Jun 19 22:59:54 2011
> New Revision: 223311
> URL: http://svn.freebsd.org/changeset/base/223311
> 
> Log:
>  Blah, forgot to svn add the actual script from r223310
> 

Now that it is generic, what about IPv6?

> ...
> +
> +	for ip in ${netwait_ip}; do
> +		echo -n "Waiting for ${ip} to respond to ICMP"
> +
> +		count=1
> +		while [ ${count} -le ${netwait_timeout} ]; do
> +			/sbin/ping -t 1 -c 1 -o ${ip} >/dev/null 2>&1
> +			rc=$?
-- 
Bjoern A. Zeeb                                 You have to have visions!
         Stop bit received. Insert coin for new address family.



More information about the svn-src-all mailing list