summaryrefslogtreecommitdiff
path: root/package/glibc
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2014-10-20 09:28:06 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-10-25 12:48:44 +0200
commiteceb61a9a20a4d71efded8421468c1670ae73bbc (patch)
treeaf5f66e7b78d9a9db74d51fa91ce037aa53415bc /package/glibc
parente1eba3d97c5d435ed1b88fdb6b6989871aa2c9eb (diff)
glibc/nsswitch.conf: also lookup on dns for networks
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/glibc')
-rw-r--r--package/glibc/nsswitch.conf8
1 files 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
-