From 8124ad3e863a62aafdcdfffaed78e96df353c12e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Mon, 30 Oct 2000 15:39:43 +0000 Subject: [PATCH] - fix man.config path (from RH7) Changed files: XFree86-xman.patch -> 1.1 --- XFree86-xman.patch | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 XFree86-xman.patch 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 -- 2.44.0