jer 14/06/24 02:30:03 Added: alive-2.0.2-ping-test.patch Log: Drop fatal ping args check (bug #514760). (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.1 net-analyzer/alive/files/alive-2.0.2-ping-test.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/alive/files/alive-2.0.2-ping-test.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/alive/files/alive-2.0.2-ping-test.patch?rev=1.1&content-type=text/plain Index: alive-2.0.2-ping-test.patch =================================================================== --- a/configure.ac +++ b/configure.ac @@ -35,11 +35,6 @@ [alive_cv_nice_ping=yes], [alive_cv_nice_ping=no])]) -dnl Luckily both inetutils-ping and iputils-ping are nice. -AS_IF([test xno = x$alive_cv_nice_ping], -[AC_MSG_ERROR([$PING does not support ‘-n -c 1’. -Please install a ping program that does, and retry.])]) - AC_CONFIG_FILES([ Makefile src/Makefile
