diff options
author | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2014-07-07 09:13:47 +0000 |
---|---|---|
committer | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2014-07-08 08:39:08 +0000 |
commit | d4f380d3b4c5ef3ba05744240ef0f2c4dc605fa0 (patch) | |
tree | 48d091334aabd18413d23ce4caa6735da018b2ab | |
parent | e57ce33023d37183847a0c2f692645887691576a (diff) | |
download | eglibc2-baserock/sam/eglibc-nss-config.tar.gz |
Include /etc/nsswitch.conf in eglibc-nss chunk artifactbaserock/sam/eglibc-nss-config
This config file should be consided part of the NSS (Name Switch
Service) chunk artifact because it is required for NSS to function.
NSS is required for user accounts, DNS resolution and various other
networking services to work.
-rw-r--r-- | eglibc.morph | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eglibc.morph b/eglibc.morph index c5991b6d4..ea3a90666 100644 --- a/eglibc.morph +++ b/eglibc.morph @@ -4,6 +4,7 @@ kind: chunk products: - artifact: eglibc-nss include: + - etc/nsswitch.conf - (usr/)?lib/libnss.* - artifact: eglibc-gconv include: |