7bbd9a9
--- latexmk.1.orig	2011-02-03 09:15:56.000000000 -0700
7bbd9a9
+++ latexmk.1	2011-02-07 11:46:54.147919231 -0700
77cd2c9
@@ -562,6 +562,7 @@
01b6260
    "/opt/local/share/latexmk/LatexMk",
01b6260
    "/usr/local/share/latexmk/LatexMk",
01b6260
    "/usr/local/lib/latexmk/LatexMk".
2bad9e6
+   On a Fedora system, it only looks for "/etc/latexmk.conf".
7a432fd
    On a MS-WINDOWS system it looks for "C:\\latexmk\\LatexMk".
b928fe6
    On a cygwin system (i.e., a MS-Windows system in which perl is
b928fe6
    that of cygwin), \fIlatexmk\fR reads for the first it finds of
7bbd9a9
--- latexmk.pl.orig	2011-02-03 09:17:40.000000000 -0700
7bbd9a9
+++ latexmk.pl	2011-02-07 11:46:54.151919231 -0700
7bbd9a9
@@ -700,10 +700,8 @@
01b6260
     ## /usr/local/share, depending on the local conventions.
01b6260
     ## /usr/local/lib/latexmk/LatexMk is put in the list for
01b6260
     ## compatibility with older versions of latexmk.
01b6260
-    @rc_system_files = 
01b6260
-     ( '/opt/local/share/latexmk/LatexMk', 
01b6260
-       '/usr/local/share/latexmk/LatexMk',
01b6260
-       '/usr/local/lib/latexmk/LatexMk' );
cb929f8
+    ## Fedora change: only look in /etc
cb929f8
+    @rc_system_files = ( '/etc/latexmk.conf' );
01b6260
 
01b6260
     $search_path_separator = ':';  # Separator of elements in search_path
01b6260