diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-11 13:08:15 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-11 13:08:15 +0200 |
| commit | 55dbf3bde2f62bcc7aa57db7a69a2530ec06c1ef (patch) | |
| tree | 5502596ed6b07c5192ac8e4b2c1d266251d450a5 /package/eglibc | |
| parent | 227b3315e37171008941745c38d1360711c24049 (diff) | |
| parent | c48212fda03866172022c7666ae2353168a295d8 (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/eglibc')
| -rw-r--r-- | package/eglibc/Makefile | 3 | ||||
| -rw-r--r-- | package/eglibc/files/nsswitch.conf | 20 |
2 files changed, 22 insertions, 1 deletions
diff --git a/package/eglibc/Makefile b/package/eglibc/Makefile index 9f37255cf..56ee27870 100644 --- a/package/eglibc/Makefile +++ b/package/eglibc/Makefile @@ -47,7 +47,8 @@ ifeq ($(ADK_LOCALES),y) endif endif ${INSTALL_DIR} $(IDIR_EGLIBC)/etc - ${INSTALL_DATA} ${STAGING_TARGET_DIR}/etc/{gai,nscd,nsswitch}.conf ${IDIR_EGLIBC}/etc + ${INSTALL_DATA} ${STAGING_TARGET_DIR}/etc/gai.conf ${IDIR_EGLIBC}/etc + ${INSTALL_DATA} ./files/nssswitch.conf ${IDIR_EGLIBC}/etc eglibc-static-install: ${INSTALL_DIR} $(IDIR_EGLIBC_STATIC)/usr/lib diff --git a/package/eglibc/files/nsswitch.conf b/package/eglibc/files/nsswitch.conf new file mode 100644 index 000000000..53bb9d3dd --- /dev/null +++ b/package/eglibc/files/nsswitch.conf @@ -0,0 +1,20 @@ +# /etc/nsswitch.conf +# +# Example configuration of GNU Name Service Switch functionality. +# + +passwd: files +group: files +initgroups: files +shadow: files +gshadow: files + +hosts: files dns +networks: files dns + +protocols: files +services: files +ethers: files +rpc: files + +netgroup: files |
