rpms/man-pages/devel man-pages-2.20-nscd.conf.patch, NONE, 1.1 .cvsignore, 1.19, 1.20 man-pages.spec, 1.36, 1.37 sources, 1.19, 1.20

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jan 16 12:32:42 UTC 2006


Author: varekova

Update of /cvs/dist/rpms/man-pages/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv16078

Modified Files:
	.cvsignore man-pages.spec sources 
Added Files:
	man-pages-2.20-nscd.conf.patch 
Log Message:
- update to 2.21
- add the description of reload-count option (nscd.conf
  man page - bug 177368)



man-pages-2.20-nscd.conf.patch:
 nscd.conf.5 |   10 ++++++++++
 1 files changed, 10 insertions(+)

--- NEW FILE man-pages-2.20-nscd.conf.patch ---
--- man-pages-2.21/man5/nscd.conf.5.pom	2006-01-16 12:56:09.753612568 +0100
+++ man-pages-2.21/man5/nscd.conf.5	2006-01-16 13:03:07.392121864 +0100
@@ -118,6 +118,16 @@
 .IR /etc/hosts .
 .RE
 
+.B reload-count
+.I unlimited|<number>
+.RS
+Sets the number of times a cached record is reloaded 
+before it is pruned from the cache. 
+Each cache record has a timeout, when that timeout expires, 
+nscd will either reload it (query the NSS service again if the data 
+hasn't changed), or drop it.
+.RE
+
 .SH "SEE ALSO"
 .BR nscd (8)
 .SH AUTHOR


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/man-pages/devel/.cvsignore,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- .cvsignore	6 Jan 2006 13:10:53 -0000	1.19
+++ .cvsignore	16 Jan 2006 12:32:25 -0000	1.20
@@ -1,3 +1,3 @@
 man-pages-extralocale.tar.bz2
 man2.tar.gz
-man-pages-2.20.tar.gz
+man-pages-2.21.tar.gz


Index: man-pages.spec
===================================================================
RCS file: /cvs/dist/rpms/man-pages/devel/man-pages.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- man-pages.spec	6 Jan 2006 13:10:53 -0000	1.36
+++ man-pages.spec	16 Jan 2006 12:32:25 -0000	1.37
@@ -1,6 +1,6 @@
 Summary: Man (manual) pages from the Linux Documentation Project.
 Name: man-pages
-Version: 2.20
+Version: 2.21
 Release: 1
 License: distributable
 Group: Documentation
@@ -22,6 +22,7 @@
 Patch19: man-pages-2.07-termcap.patch
 Patch20: man-pages-2.13-aio.patch
 Patch21: man-pages-2.16-mmap.patch
+Patch22: man-pages-2.20-nscd.conf.patch
 
 
 Buildroot: %{_tmppath}/%{name}-%{version}-root
@@ -52,6 +53,7 @@
 %patch19 -p1
 %patch20 -p1
 %patch21 -p1
+%patch22 -p1 
 
 %build
 
@@ -145,6 +147,11 @@
 %{_mandir}/en/man*/*
 
 %changelog
+* Mon Jan 16 2006 Ivana Varekova <varekova at redhat.com> 2.21-1
+- update to 2.21
+- add the description of reload-count option (nscd.conf 
+  man page - bug 177368)
+
 * Fri Jan  6 2006 Ivana Varekova <varekova at redhat.com> 2.20-1
 - update to 2.20
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/man-pages/devel/sources,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- sources	6 Jan 2006 13:10:53 -0000	1.19
+++ sources	16 Jan 2006 12:32:25 -0000	1.20
@@ -1,3 +1,3 @@
 57f2e0500d177e05647990eae439a8ee  man-pages-extralocale.tar.bz2
 af09d031dcee66929510e078d00066f2  man2.tar.gz
-fcd3de7266a5e2999ea77fe5fbea13c1  man-pages-2.20.tar.gz
+b14c8c4bac497013d8d7f0e0701fc7bb  man-pages-2.21.tar.gz




More information about the fedora-cvs-commits mailing list