1 config BR2_PACKAGE_UNSCD
3 depends on BR2_TOOLCHAIN_USES_GLIBC
5 Micro Name Service Caching Daemon
7 A daemon which handles passwd, group and host lookups for
8 running programs and caches the results for the next query.
9 You only need this package if you are using slow Name Services
10 like LDAP, NIS or NIS+.
12 This particular NSCD is a complete rewrite of the GNU glibc
13 nscd which is a single threaded server process which offloads
14 all NSS lookups to worker children; cache hits are handled by
15 the parent, and only cache misses start worker children,
16 making the parent immune to resource leaks, hangs, and crashes
19 It should mostly be a drop-in replacement for existing
22 http://busybox.net/~vda/unscd
24 comment "unscd needs a glibc toolchain"
25 depends on !BR2_TOOLCHAIN_USES_GLIBC