diff --git a/man-pages-2.46-nscd.patch b/man-pages-2.46-nscd.patch deleted file mode 100644 index 05ebfb3..0000000 --- a/man-pages-2.46-nscd.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur man-pages-3.42.orig/man8/nscd.8 man-pages-3.42/man8/nscd.8 ---- man-pages-3.42.orig/man8/nscd.8 2012-08-14 00:39:40.000000000 +0200 -+++ man-pages-3.42/man8/nscd.8 2012-09-13 18:27:57.579018903 +0200 -@@ -53,6 +53,8 @@ - Note that the shadow file is specifically not cached. - .BR getspnam (3) - calls remain uncached as a result. -+As a result of this behavior it is not possible to change non-nscd user -+to another non-nscd user via su service when nscd is running. - .SH OPTIONS - .TP - .B "\-\-help" diff --git a/man-pages-3.22-nsswitch.conf.patch b/man-pages-3.22-nsswitch.conf.patch deleted file mode 100644 index cd73945..0000000 --- a/man-pages-3.22-nsswitch.conf.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -ur man-pages-3.42.orig/man5/nsswitch.conf.5 man-pages-3.42/man5/nsswitch.conf.5 ---- man-pages-3.42.orig/man5/nsswitch.conf.5 2012-08-14 00:39:40.000000000 +0200 -+++ man-pages-3.42/man5/nsswitch.conf.5 2012-09-13 18:22:52.679702505 +0200 -@@ -45,6 +45,11 @@ - Mail aliases, used by - .BR getaliasent (3) - and related functions. -+It provides a system-wide mechanism to redirect mail for local -+recipients. Used by mail transfer agents such as Postfix or -+.BR sendmail (8). -+Note: On Linux, not like on other Unices, Sendmail uses its own aliases -+resolution system independent on `/etc/nsswitch.conf'. - .TP - .B ethers - Ethernet numbers. diff --git a/man-pages-3.35-printf.patch b/man-pages-3.35-printf.patch deleted file mode 100644 index b652855..0000000 --- a/man-pages-3.35-printf.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -up man-pages-3.35/man3/printf.3.tmp man-pages-3.35/man3/printf.3 ---- man-pages-3.35/man3/printf.3.tmp 2011-10-04 08:34:44.000000000 +0200 -+++ man-pages-3.35/man3/printf.3 2011-11-11 13:58:11.299687241 +0100 -@@ -107,6 +107,11 @@ write at most - .I size - bytes (including the terminating null byte (\(aq\e0\(aq)) to - .IR str . -+The terminating null byte is added to -+.IR str , -+unless -+.IR size -+is zero. - .PP - The functions - .BR vprintf (), diff --git a/man-pages-3.42-getdents.patch b/man-pages-3.42-getdents.patch deleted file mode 100644 index fcce883..0000000 --- a/man-pages-3.42-getdents.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -ur man-pages-3.42.orig/man2/getdents.2 man-pages-3.42/man2/getdents.2 ---- man-pages-3.42.orig/man2/getdents.2 2012-08-14 00:39:36.000000000 +0200 -+++ man-pages-3.42/man2/getdents.2 2012-09-13 15:27:45.241212934 +0200 -@@ -187,6 +187,11 @@ - fields employed in the - .IR linux_dirent - structure. -+ -+Warning: Result of the -+.BR getdents () -+system call in 32 bit application on 64 bit OS doesn't have to be -+always correct, potentially the call itself can fail. - .SH EXAMPLE - .\" FIXME: This program uses the older getdents(0 system call - .\" and the structure with smaller field widths. diff --git a/man-pages-3.42-nscd-conf.patch b/man-pages-3.42-nscd-conf.patch index 5dbb5ce..118fbaf 100644 --- a/man-pages-3.42-nscd-conf.patch +++ b/man-pages-3.42-nscd-conf.patch @@ -1,7 +1,7 @@ -diff -ur man-pages-3.42.orig/man5/nscd.conf.5 man-pages-3.42/man5/nscd.conf.5 ---- man-pages-3.42.orig/man5/nscd.conf.5 2012-08-14 00:39:40.000000000 +0200 -+++ man-pages-3.42/man5/nscd.conf.5 2012-09-10 15:38:22.700012862 +0200 -@@ -34,48 +34,91 @@ +diff -ur man-pages-3.45.orig/man5/nscd.conf.5 man-pages-3.45/man5/nscd.conf.5 +--- man-pages-3.45.orig/man5/nscd.conf.5 2012-12-20 18:17:28.000000000 +0100 ++++ man-pages-3.45/man5/nscd.conf.5 2013-01-14 20:21:50.135787846 +0100 +@@ -34,7 +34,8 @@ comment; following characters, up to the end of the line, are not interpreted by nscd. @@ -10,53 +10,42 @@ diff -ur man-pages-3.42.orig/man5/nscd.conf.5 man-pages-3.42/man5/nscd.conf.5 +or \fInetgroup\fP. .B logfile --.I debug-file-name -+.I - .RS - Specifies name of the file to which debug info should be written. - .RE - - .B debug-level --.I value -+.I + .I debug-file-name +@@ -46,6 +47,7 @@ + .I value .RS Sets the desired debug level. +The default is 0. .RE .B threads --.I number -+.I - .RS - This is the number of threads that are started to wait for - requests. +@@ -56,6 +58,13 @@ At least five threads will always be created. .RE +.B max-threads -+.I ++.I number +.RS -+Specifies the maximum number of threads. The default is 32. ++Specifies the maximum number of threads. ++The default is 32. +.RE + .B server-user --.I user -+.I + .I user .RS - If this option is set, nscd will run as this user and not as root. - If a separate cache for every user is used (\-S parameter), this +@@ -64,6 +73,40 @@ option is ignored. .RE +.B stat-user -+.I ++.I user +.RS +Specifies the user who is allowed to request statistics. +.RE + +.B reload-count +unlimited | -+.I ++.I number +.RS +Limit on the number of times a cached entry gets reloaded without being used +before it gets removed. @@ -71,7 +60,7 @@ diff -ur man-pages-3.42.orig/man5/nscd.conf.5 man-pages-3.42/man5/nscd.conf.5 +.RE + +.B restart-interval -+.I