From 4c52ff1acfb2953f1ac40cdce4387b7d1d8cef14 Mon Sep 17 00:00:00 2001 From: Stephan Hoffmann Date: Sun, 2 Dec 2012 07:13:32 +0000 Subject: skeleton: add /etc/nsswitch.conf Toolchain Linaro 2012_09 and possibly other glibc based ones rely on the existence of nsswitch.conf. If it's missing names from /etc/hosts are not resolved and thus "localhost" is not known. Signed-off-by: Stephan Hoffmann Signed-off-by: Peter Korsgaard --- system/skeleton/etc/nsswitch.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 system/skeleton/etc/nsswitch.conf (limited to 'system') diff --git a/system/skeleton/etc/nsswitch.conf b/system/skeleton/etc/nsswitch.conf new file mode 100644 index 000000000..d81e2f053 --- /dev/null +++ b/system/skeleton/etc/nsswitch.conf @@ -0,0 +1,17 @@ +# /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 + +protocols: files +services: files +ethers: files +rpc: files + -- cgit v1.2.3