b80c353
--- latexmk.1.orig	2010-04-07 11:22:54.000000000 -0600
b80c353
+++ latexmk.1	2010-04-12 15:30:59.888856998 -0600
b80c353
@@ -551,6 +551,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".
7a432fd
 .PP
b022cd1
 2) The user's RC file, "$HOME/.latexmkrc", if it exists.  Here $HOME
b80c353
--- latexmk.pl.orig	2010-04-07 11:41:38.000000000 -0600
b80c353
+++ latexmk.pl	2010-04-12 15:30:59.890856763 -0600
b80c353
@@ -646,10 +646,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