From: Jan Rękorajski Date: Mon, 30 Oct 2000 15:39:43 +0000 (+0000) Subject: - fix man.config path (from RH7) X-Git-Tag: XFree86-4_0_1-8~2 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=8124ad3e863a62aafdcdfffaed78e96df353c12e;p=packages%2FX11.git - fix man.config path (from RH7) Changed files: XFree86-xman.patch -> 1.1 --- diff --git a/XFree86-xman.patch b/XFree86-xman.patch new file mode 100644 index 0000000..0e0bd6e --- /dev/null +++ b/XFree86-xman.patch @@ -0,0 +1,24 @@ +--- XFree86-4.0.1/xc/programs/xman/vendor.h.foo Mon Aug 14 15:13:05 2000 ++++ XFree86-4.0.1/xc/programs/xman/vendor.h Mon Aug 14 15:13:38 2000 +@@ -60,7 +60,7 @@ + #endif + + #if (defined(BSD) && (BSD >= 199103)) || defined(linux) +-# define MANCONF "/etc/man.conf" ++# define MANCONF "/etc/man.config" + #endif + + /* +--- XFree86-4.0.1/xc/programs/xman/xman.man.foo Mon Aug 14 15:13:11 2000 ++++ XFree86-4.0.1/xc/programs/xman/xman.man Mon Aug 14 15:13:24 2000 +@@ -90,8 +90,8 @@ + .SH "BSD AND LINUX SYSTEMS" + .PP + In newer BSD and Linux systems, \fIXman\fP will search for a file named +-\fI/etc/man.conf\fP which will contain the list of directories containing +-manual pages. See \fIman.conf\fP(5) for a complete description of the file ++\fI/etc/man.config\fP which will contain the list of directories containing ++manual pages. See \fIman.config\fP(5) for a complete description of the file + format. + .SH "THE MANDESC FILE" + .PP