d835249
--- latexmk.1.ORIG	2010-01-13 13:30:48.000000000 -0700
d835249
+++ latexmk.1	2010-01-18 11:20:09.617597204 -0700
d835249
@@ -546,6 +546,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
d835249
--- latexmk.pl.ORIG	2010-01-15 14:56:15.000000000 -0700
d835249
+++ latexmk.pl	2010-01-18 11:20:09.620544494 -0700
d835249
@@ -677,10 +677,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