Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Chris G. Demetriou <cgd@netbsd.org>
List: source-changes
Date: 06/23/1999 17:16:50
Module Name:	basesrc
Committed By:	cgd
Date:		Thu Jun 24 00:16:49 UTC 1999

Modified Files:
	basesrc/distrib/utils/sysinst: net.c

Log Message:
replace "/sbin/ping -c 2 %s" with "/sbin/ping -v -c 5 -w 5 -o -n %s".
Shouldn't bother doing DNS lookups or wait a really long time,
should display verbose output and quit after the host has been
successfully pinged even once.  count bumped up to 5 to give boards
which take a while to do media autoselection time to do their thing.


To generate a diff of this commit:
cvs rdiff -r1.51 -r1.52 basesrc/distrib/utils/sysinst/net.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.