Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/alive/files: alive-2.0.2-ping-test.patch
Date: Tue, 24 Jun 2014 02:30:07
Message-Id: 20140624023003.CBBD420051@flycatcher.gentoo.org
1 jer 14/06/24 02:30:03
2
3 Added: alive-2.0.2-ping-test.patch
4 Log:
5 Drop fatal ping args check (bug #514760).
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.1 net-analyzer/alive/files/alive-2.0.2-ping-test.patch
11
12 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
13 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
14
15 Index: alive-2.0.2-ping-test.patch
16 ===================================================================
17 --- a/configure.ac
18 +++ b/configure.ac
19 @@ -35,11 +35,6 @@
20 [alive_cv_nice_ping=yes],
21 [alive_cv_nice_ping=no])])
22
23 -dnl Luckily both inetutils-ping and iputils-ping are nice.
24 -AS_IF([test xno = x$alive_cv_nice_ping],
25 -[AC_MSG_ERROR([$PING does not support ‘-n -c 1’.
26 -Please install a ping program that does, and retry.])])
27 -
28 AC_CONFIG_FILES([
29 Makefile
30 src/Makefile