]> git.donarmstrong.com Git - unscd.git/blob - debian/control
* remove duplication of section/priority
[unscd.git] / debian / control
1 Source: unscd
2 Section: admin
3 Priority: extra
4 Standards-Version: 3.9.1
5 Build-Depends: debhelper (>= 5), groff-base
6 Maintainer: Don Armstrong <don@debian.org>
7
8 Package: unscd
9 Architecture: any
10 Depends: ${shlibs:Depends}, ${misc:Depends}
11 Conflicts: nscd
12 Replaces: nscd
13 Provides: 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 the 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.