cb19c08
--- ./latexmk.pl.orig	2011-12-09 09:59:42.000000000 -0700
cb19c08
+++ ./latexmk.pl	2011-12-12 13:12:44.243706213 -0700
cb19c08
@@ -759,10 +759,8 @@ else {
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
 
cb19c08
--- ./latexmk.1.orig	2011-12-09 07:23:59.000000000 -0700
cb19c08
+++ ./latexmk.1	2011-12-12 13:12:44.244706212 -0700
71aba0a
@@ -723,6 +723,7 @@ system RC file, in the following order,
f9915bf
    "/opt/local/share/latexmk/LatexMk",
f9915bf
    "/usr/local/share/latexmk/LatexMk",
f9915bf
    "/usr/local/lib/latexmk/LatexMk".
f9915bf
+   On a Fedora system, it only looks for "/etc/latexmk.conf".
f9915bf
    On a MS-WINDOWS system it looks for "C:\\latexmk\\LatexMk".
f9915bf
    On a cygwin system (i.e., a MS-Windows system in which perl is
f9915bf
    that of cygwin), \fIlatexmk\fR reads for the first it finds of