cb929f8
--- latexmk.1.ORIG	2009-11-24 11:14:22.000000000 -0700
cb929f8
+++ latexmk.1	2009-12-01 08:38:29.251961734 -0700
cb929f8
@@ -494,6 +494,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
cb929f8
--- latexmk.pl.ORIG	2009-11-27 12:40:48.000000000 -0700
cb929f8
+++ latexmk.pl	2009-12-01 08:39:24.877857354 -0700
cb929f8
@@ -673,10 +673,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