portmap-6.0-0001-README-fix-typo-in-tcp-wrapper-doc.patch 850 B

1234567891011121314151617181920212223242526
  1. From af4a27a17bbdbe941f2462e116c2e4c8ade110e3 Mon Sep 17 00:00:00 2001
  2. From: Mike Frysinger <vapier@gentoo.org>
  3. Date: Fri, 19 Nov 2010 23:35:20 -0500
  4. Subject: [PATCH 1/4] README: fix typo in tcp wrapper doc
  5. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
  6. ---
  7. README | 2 +-
  8. 1 files changed, 1 insertions(+), 1 deletions(-)
  9. diff --git a/README b/README
  10. index 0da54cc..916de7e 100644
  11. --- a/README
  12. +++ b/README
  13. @@ -18,7 +18,7 @@ There is no "./configure", just use "make".
  14. Some make variable can be used to control compilation.
  15. - NO_TCP_WRAPPER= if non-empty, doen't use tcp_wrappers
  16. + NO_TCP_WRAPPER= if non-empty, don't use tcp_wrappers
  17. USE_DNS= if set, tcp_wrappers can check peers based on hostname
  18. as well as IP address. This should only be used if you
  19. are certain that gethostbyname will never trigger a
  20. --
  21. 1.7.3.1