summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2014-10-20 09:28:05 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-10-25 12:48:17 +0200
commite1eba3d97c5d435ed1b88fdb6b6989871aa2c9eb (patch)
tree247ebe63543bc8ae29dca992209a10ce41e797e7 /system
parent9623ff651f83a350819719f10705552da9793205 (diff)
system/skeleton: make nsswitch install conditional
Don't blindly install the /etc/nsswitch.conf file, it's useless for toolchains that aren't (e)glibc-based and misleading. Make the installation conditional on a (e)glibc toolchain. [Thomas: use $(INSTALL) instead of cp.] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'system')
-rw-r--r--system/skeleton/etc/nsswitch.conf17
1 files changed, 0 insertions, 17 deletions
diff --git a/system/skeleton/etc/nsswitch.conf b/system/skeleton/etc/nsswitch.conf
deleted file mode 100644
index d81e2f053..000000000
--- a/system/skeleton/etc/nsswitch.conf
+++ /dev/null
@@ -1,17 +0,0 @@
-# /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
-