- Add man-pages-2.51-nscd-conf.patch, fixes #204596

- Fix typos, man-pages-2.51-typos.patch
This commit is contained in:
Štěpán Kasal 2007-06-04 12:09:20 +00:00
parent 99efbe499f
commit b3d0140a3c
3 changed files with 66 additions and 1 deletions

View File

@ -0,0 +1,31 @@
Document max-db-size and auto-propagate.
diff -urpN man-pages-2.51.orig/man5/nscd.conf.5 man-pages-2.51/man5/nscd.conf.5
--- man-pages-2.51.orig/man5/nscd.conf.5 2007-05-11 20:38:22.000000000 +0200
+++ man-pages-2.51/man5/nscd.conf.5 2007-06-04 13:51:49.000000000 +0200
@@ -183,6 +183,25 @@ is shared with the clients so
that they can directly search in them instead of having to ask the
daemon over the socket each time a lookup is performed.
.RE
+
+.B max-db-size
+.I service
+.I number-of-bytes
+.RS
+The maximum allowable size for the service.
+.RE
+
+.B auto-propagate
+.I service
+.I <yes|no>
+.RS
+When set to
+.IR no " for " passwd " or " group " service, then the " .byname
+requests are not added to
+.IR passwd.byuid " or " group.bygid
+cache.
+This may help for tables containing multiple records for the same id.
+.RE
.SH "SEE ALSO"
.BR nscd (8)
.SH AUTHOR

View File

@ -0,0 +1,26 @@
cacheing -> caching
diff -urpN man-pages-2.51.orig/man7/bootparam.7 man-pages-2.51/man7/bootparam.7
--- man-pages-2.51.orig/man7/bootparam.7 2007-05-05 00:53:16.000000000 +0200
+++ man-pages-2.51/man7/bootparam.7 2007-06-04 13:41:26.000000000 +0200
@@ -250,7 +250,7 @@ The parameter indicates the highest addr
For a 96MB machine this would be `mem=0x6000000'.
NOTE NOTE NOTE: some machines might use the top of memory for BIOS
-cacheing or whatever, so you might not actually have up to the full
+caching or whatever, so you might not actually have up to the full
96MB addressable.
The reverse is also true: some chipsets will map
the physical memory that is covered by the BIOS area into the area
diff -urpN man-pages-2.51.orig/man8/nscd.8 man-pages-2.51/man8/nscd.8
--- man-pages-2.51.orig/man8/nscd.8 2007-04-13 00:42:49.000000000 +0200
+++ man-pages-2.51/man8/nscd.8 2007-06-04 13:41:31.000000000 +0200
@@ -29,7 +29,7 @@ determines the behavior of the cache dae
See
.BR nscd.conf (5).
-Nscd provides cacheing for accesses of the
+Nscd provides caching for accesses of the
.BR passwd (5),
.BR group (5),
and

View File

@ -1,7 +1,7 @@
Summary: Man (manual) pages from the Linux Documentation Project
Name: man-pages
Version: 2.51
Release: 2%{?dist}
Release: 3%{?dist}
License: distributable
Group: Documentation
URL: http://www.kernel.org/pub/linux/docs/manpages/
@ -29,6 +29,8 @@ Patch42: man-pages-2.43-swapon.patch
Patch43: man-pages-2.43-rand.patch
Patch44: man-pages-2.43-fadvise.patch
Patch45: man-pages-2.48-passwd.patch
Patch46: man-pages-2.51-nscd-conf.patch
Patch47: man-pages-2.51-typos.patch
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Autoreq: false
@ -64,6 +66,8 @@ tar xzf %{SOURCE11}
%patch43 -p1
%patch44 -p1
%patch45 -p1
%patch46 -p1
%patch47 -p1
%build
@ -210,6 +214,10 @@ rm -rf $RPM_BUILD_ROOT
%lang(en) %{_mandir}/en/man*
%changelog
* Mon Jun 4 2007 Stepan Kasal <skasal@redhat.com> - 2.51-3
- Add man-pages-2.51-nscd-conf.patch, fixes #204596
- Fix typos, man-pages-2.51-typos.patch
* Thu May 31 2007 Ivana Varekova <varekova@redhat.com> 2.51-2
- remove mount page patch
- fix mmap patch