jer         14/10/26 08:36:20

  Modified:             iftop-1.0_pre4-single-quote.patch
  Log:
  Missed a few single quotes.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.2                  net-analyzer/iftop/files/iftop-1.0_pre4-single-quote.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iftop/files/iftop-1.0_pre4-single-quote.patch?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iftop/files/iftop-1.0_pre4-single-quote.patch?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iftop/files/iftop-1.0_pre4-single-quote.patch?r1=1.1&r2=1.2

Index: iftop-1.0_pre4-single-quote.patch
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/iftop/files/iftop-1.0_pre4-single-quote.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- iftop-1.0_pre4-single-quote.patch   26 Oct 2014 08:26:08 -0000      1.1
+++ iftop-1.0_pre4-single-quote.patch   26 Oct 2014 08:36:20 -0000      1.2
@@ -68,7 +68,7 @@
      if test x$resolver = xguess ; then
          if test x$specified_resolver = xguess ; then
 -           AC_MSG_RESULT([gethostbyaddr_r doesn't work, so we'll try 
something else])
-+           AC_MSG_RESULT([gethostbyaddr_r does not work, so we'll try 
something else])
++           AC_MSG_RESULT([gethostbyaddr_r does not work, so we will try 
something else])
          else
 -           dnl They wanted gethostbyaddr_r, but it doesn't work, so stop.
 -           AC_MSG_ERROR([gethostbyaddr_r doesn't work])
@@ -92,31 +92,35 @@
  if test x$resolver = xguess ; then
     resolver=netdb_1thread
  fi
-@@ -290,7 +290,7 @@
+@@ -290,16 +290,16 @@
  
  if test $foundpcaph = 0 ; then
      AC_MSG_RESULT([no idea])
 -    AC_MSG_ERROR([can't find pcap.h
+-  You're not going to get very far without libpcap.])
 +    AC_MSG_ERROR([cannot find pcap.h
-   You're not going to get very far without libpcap.])
++  You are not going to get very far without libpcap.])
  else
      dnl assume that -lpcap is under $test_prefix/lib
-@@ -298,7 +298,7 @@
+     if test x$test_prefix != x ; then
          LDFLAGS="$LDFLAGS -L$test_prefix/lib"
      fi
      AC_CHECK_LIB(pcap, pcap_open_live, , [
 -            AC_MSG_ERROR([can't find libpcap
+-  You're not going to get very far without libpcap.])
 +            AC_MSG_ERROR([cannot find libpcap
-   You're not going to get very far without libpcap.])
++  You are not going to get very far without libpcap.])
          ])
  fi
+ 
 @@ -310,14 +310,14 @@
      ])
  
  if test $foundpcap = 0 ; then
 -    AC_MSG_ERROR([can't find pcap.h
+-  You're not going to get very far without libpcap.])
 +    AC_MSG_ERROR([cannot find pcap.h
-   You're not going to get very far without libpcap.])
++  You are not going to get very far without libpcap.])
  fi
  
  dnl




Reply via email to