python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / unscd / Config.in
blob23cc5a4fcb3a4dc4caf03464ba1b0118ca1f633d
1 config BR2_PACKAGE_UNSCD
2         bool "unscd"
3         depends on BR2_TOOLCHAIN_USES_GLIBC
4         help
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
17           in NSS libraries.
19           It should mostly be a drop-in replacement for existing
20           installs using nscd.
22           http://busybox.net/~vda/unscd
24 comment "unscd needs a glibc toolchain"
25         depends on !BR2_TOOLCHAIN_USES_GLIBC