Author: glen                         Date: Fri Jan 13 13:17:12 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- desc from debian

---- Files affected:
packages/unscd:
   unscd.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: packages/unscd/unscd.spec
diff -u packages/unscd/unscd.spec:1.7 packages/unscd/unscd.spec:1.8
--- packages/unscd/unscd.spec:1.7       Fri Jan 13 14:08:35 2012
+++ packages/unscd/unscd.spec   Fri Jan 13 14:17:07 2012
@@ -1,5 +1,5 @@
 # $Revision$, $Date$
-Summary:       Single threaded NSCD implementation
+Summary:       Single threaded NSCD (Name Service Caching Daemon)
 Name:          unscd
 Version:       0.48
 Release:       1
@@ -27,10 +27,18 @@
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Single threaded NSCD (Name Service Caching Daemon) implementation.
+A daemon which handles passwd, group and host lookups for running
+programs and caches the results for the next query. You only need this
+package if you are using slow Name Services like LDAP, NIS or NIS+.
+
+This particular NSCD is a complete rewrite of the GNU glibc nscd which
+is a single threaded server process which offloads all NSS lookups to
+worker children; cache hits are handled by the parent, and only cache
+misses start worker children, making the parent immune to resource
+leaks, hangs, and crashes in NSS libraries.
 
-nscd caches name service lookups; it can dramatically improve
-performance with NIS+, and may help with DNS as well.
+It should mostly be a drop-in replacement for existing installs using
+nscd.
 
 %prep
 %setup -qcT
@@ -95,6 +103,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2012/01/13 13:17:07  glen
+- desc from debian
+
 Revision 1.7  2012/01/13 13:08:35  glen
 - add url
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/unscd/unscd.spec?r1=1.7&r2=1.8&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to