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