afcffdf
--- latexmk.1.orig	2010-06-09 11:56:31.000000000 -0600
afcffdf
+++ latexmk.1	2010-07-06 10:23:54.963311090 -0600
afcffdf
@@ -555,6 +555,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".
2cdb20e
    On a cygwin system (i.e., a MS-Windows system in which perl is
2cdb20e
    that of cygwin), \fIlatexmk\fR reads for the first it finds of
afcffdf
--- latexmk.pl.orig	2010-06-09 11:47:03.000000000 -0600
afcffdf
+++ latexmk.pl	2010-07-06 10:23:54.966350941 -0600
afcffdf
@@ -680,10 +680,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' );
c52b55a
+    ## Fedora change: only look in /etc
c52b55a
+    @rc_system_files = ( '/etc/latexmk.conf' );
01b6260
 
01b6260
     $search_path_separator = ':';  # Separator of elements in search_path
01b6260