Package: xpdf Version: 3.02-1 Severity: minor Tags: patch Hi,
The man page doc/xpdfrc.5 currently lists the wrong path to xpdfrc, /usr/local/etc/xpdfrc where it should be /etc/xpdf/xpdfrc. I've attached a patch that was added in Ubuntu to fix this bug, for your consideration. Thanks very much -- Andy Price
#! /bin/sh /usr/share/dpatch/dpatch-run ## 09_xpdfrc_manpage.dpatch by <[EMAIL PROTECTED]> ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Fixes the path to the global xpdfrc in the xpdfrc manpage. @DPATCH@ diff -urNad xpdf-3.01~/doc/xpdfrc.5 xpdf-3.01/doc/xpdfrc.5 --- xpdf-3.01~/doc/xpdfrc.5 2007-03-24 05:15:14.000000000 +0000 +++ xpdf-3.01/doc/xpdfrc.5 2007-03-24 05:17:36.000000000 +0000 @@ -7,7 +7,7 @@ .I .xpdfrc file in your home directory, it will be read. Otherwise, a system-wide configuration file will be read from -.IR /usr/local/etc/xpdfrc , +.IR /etc/xpdf/xpdfrc , if it exists. (This is its default location; depending on build options, it may be placed elsewhere.) On Win32 systems, the .I xpdfrc @@ -459,7 +459,7 @@ .fi .SH FILES .TP -.B /usr/local/etc/xpdfrc +.B /etc/xpdf/xpdfrc This is the default location for the system-wide configuration file. Depending on build options, it may be placed elsewhere. .TP