]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
package/unscd: new package
authorDoug Kehn <rdkehn@yahoo.com>
Wed, 2 Dec 2015 14:56:17 +0000 (08:56 -0600)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 22 Dec 2015 19:53:32 +0000 (20:53 +0100)
commit1fe81f079b5a96d7561ea22f4b764f8351fb3ed9
tree60ac20c3aef7796e017767be57563d21319a88b6
parent73690cb97ace54fa6df79fe8f0d713336dcf5136
package/unscd: new package

A daemon which handles passwd, group and host lookups for running
programs and caches the results for the next query. This package is
intended to replace glibc nscd. Presently, glibc nscd is not installed
by Buildroot.

unscd depends on glibc because it relies on glibc function
__nss_disable_nscd.

nscd.conf is taken from glibc with unused configurations removed.

Cc: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Arnout Vandecappelle <arnout@mind.be>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Doug Kehn <rdkehn@yahoo.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Config.in
package/unscd/Config.in [new file with mode: 0644]
package/unscd/S46unscd [new file with mode: 0644]
package/unscd/nscd.conf [new file with mode: 0644]
package/unscd/unscd.hash [new file with mode: 0644]
package/unscd/unscd.mk [new file with mode: 0644]