]> review.fuel-infra Code Review - packages/trusty/cirros-testvm.git/blob - Config.in
a7303cb969ed9b8abd37a34248390bf0ac4d9b1e
[packages/trusty/cirros-testvm.git] / Config.in
1 config BR2_PACKAGE_GETENT
2         bool "getent"
3         help
4           This package installs the 'getent' utility, which allows to
5           get entries from Name Service Switch libraries. For glibc
6           toolchains, it's the real getent program from the C library
7           that gets installed, which is NSS-capable. For uclibc and
8           musl toolchains, it's a simple wrapper script that emulates
9           getent's behavior, since there is no NSS support in uclibc
10           and musl.