Config.in 926 B

123456789101112131415161718192021222324252627
  1. config BR2_PACKAGE_UNSCD
  2. bool "unscd"
  3. depends on !BR2_RISCV_32
  4. depends on BR2_TOOLCHAIN_USES_GLIBC
  5. help
  6. 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+.
  11. This particular NSCD is a complete rewrite of the GNU glibc
  12. nscd which is a single threaded server process which offloads
  13. all NSS lookups to worker children; cache hits are handled by
  14. the parent, and only cache misses start worker children,
  15. making the parent immune to resource leaks, hangs, and crashes
  16. in NSS libraries.
  17. It should mostly be a drop-in replacement for existing
  18. installs using nscd.
  19. http://busybox.net/~vda/unscd
  20. comment "unscd needs a glibc toolchain"
  21. depends on !BR2_RISCV_32
  22. depends on !BR2_TOOLCHAIN_USES_GLIBC