]> git.donarmstrong.com Git - unscd.git/blob - debian/control
2042d9f4f15918a2cb91f7a204f5a1779bbbf049
[unscd.git] / debian / control
1 Source: unscd
2 Section: admin
3 Priority: extra
4 Standards-Version: 3.8.0
5 Build-Depends: debhelper (>= 4), groff-base
6 Maintainer: Don Armstrong <don@debian.org>
7
8 Package: unscd
9 Section: admin
10 Priority: extra
11 Architecture: any
12 Depends: ${shlibs:Depends}
13 Conflicts: nscd
14 Homepage: http://busybox.net/~vda/unscd/
15 Description: Micro Name Service Caching Daemon
16  A daemon which handles passwd, group and host lookups for running
17  programs and caches the results for the next query. You only need
18  this package if you are using slow Name Services like LDAP, NIS or
19  NIS+.
20  .
21  This particular NSCD is a complete rewrite of the GNU glibc nscd
22  which is a single threaded server process which offloads all NSS
23  lookups to worker children; cache hits are handled by pthe parent,
24  and only cache misses start worker children, making the parent immune
25  to resource leaks, hangs, and crashes in NSS libraries.
26  .
27  It should mostly be a drop-in replacement for existing installs using
28  nscd.