Blame SOURCES/man-pages-4.15-host.conf.5-multi.patch

3bf15c
From b5f194248f0c38d0e254b71f98e1b9e9783198dd Mon Sep 17 00:00:00 2001
3bf15c
From: =?UTF-8?q?Nikola=20Forr=C3=B3?= <nforro@redhat.com>
3bf15c
Date: Fri, 27 Jul 2018 17:15:47 +0200
3bf15c
Subject: [PATCH 2/5] host.conf.5: fix default value of multi option
3bf15c
3bf15c
---
3bf15c
 man5/host.conf.5 | 6 +++---
3bf15c
 1 file changed, 3 insertions(+), 3 deletions(-)
3bf15c
3bf15c
diff --git a/man5/host.conf.5 b/man5/host.conf.5
3bf15c
index 1f65840..15e9aa7 100644
3bf15c
--- a/man5/host.conf.5
3bf15c
+++ b/man5/host.conf.5
3bf15c
@@ -65,9 +65,9 @@ appears in the
3bf15c
 file,
3bf15c
 instead of only the first.
3bf15c
 This is
3bf15c
-.I off
3bf15c
-by default, as it may cause a substantial performance loss at sites
3bf15c
-with large hosts files.
3bf15c
+.I on
3bf15c
+by default.
3bf15c
+On systems with DNS, hosts files are much smaller and the performance loss of multiple search is negligible. On sites with large hosts files, turning it on may cause a substantial performance loss.
3bf15c
 .TP
3bf15c
 .I reorder
3bf15c
 Valid values are
3bf15c
-- 
3bf15c
2.17.1
3bf15c