From eceb61a9a20a4d71efded8421468c1670ae73bbc Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Mon, 20 Oct 2014 09:28:06 -0300 Subject: [PATCH] glibc/nsswitch.conf: also lookup on dns for networks Signed-off-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- package/glibc/nsswitch.conf | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/package/glibc/nsswitch.conf b/package/glibc/nsswitch.conf index d81e2f053..5c384918d 100644 --- a/package/glibc/nsswitch.conf +++ b/package/glibc/nsswitch.conf @@ -1,17 +1,13 @@ # /etc/nsswitch.conf -# -# Example configuration of GNU Name Service Switch functionality. -# If you have the `glibc-doc-reference' and `info' packages installed, try: -# `info libc "Name Service Switch"' for information about this file. passwd: files group: files shadow: files + hosts: files dns -networks: files +networks: files dns protocols: files services: files ethers: files rpc: files -