Jerry James fd558c4
--- latexmk.pl.orig	2012-10-01 12:31:35.000000000 -0600
Jerry James fd558c4
+++ latexmk.pl	2012-10-24 09:14:20.841799670 -0600
Jerry James fd558c4
@@ -882,10 +882,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
 
Jerry James 9e941bc
--- ./latexmk.1.orig	2012-08-19 08:30:01.000000000 -0600
Jerry James 9e941bc
+++ ./latexmk.1	2012-08-20 10:56:58.689939781 -0600
Jerry James 9e941bc
@@ -824,6 +824,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
0d2ec6b
 that of cygwin), \fIlatexmk\fR reads for the first it finds of