From b3d0140a3cf2491bf216258fdbd39c98e3d93c49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20Kasal?= Date: Mon, 4 Jun 2007 12:09:20 +0000 Subject: [PATCH] - Add man-pages-2.51-nscd-conf.patch, fixes #204596 - Fix typos, man-pages-2.51-typos.patch --- man-pages-2.51-nscd-conf.patch | 31 +++++++++++++++++++++++++++++++ man-pages-2.51-typos.patch | 26 ++++++++++++++++++++++++++ man-pages.spec | 10 +++++++++- 3 files changed, 66 insertions(+), 1 deletion(-) create mode 100644 man-pages-2.51-nscd-conf.patch create mode 100644 man-pages-2.51-typos.patch diff --git a/man-pages-2.51-nscd-conf.patch b/man-pages-2.51-nscd-conf.patch new file mode 100644 index 0000000..c02a62e --- /dev/null +++ b/man-pages-2.51-nscd-conf.patch @@ -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 ++.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 diff --git a/man-pages-2.51-typos.patch b/man-pages-2.51-typos.patch new file mode 100644 index 0000000..5c1f689 --- /dev/null +++ b/man-pages-2.51-typos.patch @@ -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 diff --git a/man-pages.spec b/man-pages.spec index f3b80c6..f9f8834 100644 --- a/man-pages.spec +++ b/man-pages.spec @@ -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 - 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 2.51-2 - remove mount page patch - fix mmap patch