glibc/nsswitch.conf: also lookup on dns for networks
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Mon, 20 Oct 2014 12:28:06 +0000 (09:28 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 25 Oct 2014 10:48:44 +0000 (12:48 +0200)
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/glibc/nsswitch.conf

index d81e2f053e675c5c68e7d8188a87e40f0165e80d..5c384918d88ee23374852f4264e454cf2e660c3f 100644 (file)
@@ -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
-