7a432fd
--- latexmk.1.ORIG	2009-04-10 15:49:52.000000000 -0600
7a432fd
+++ latexmk.1	2009-04-13 14:54:50.000000000 -0600
7a432fd
@@ -479,6 +479,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
7a432fd
--- latexmk.pl.ORIG	2009-04-10 15:49:17.000000000 -0600
7a432fd
+++ latexmk.pl	2009-04-13 14:55:40.000000000 -0600
7a432fd
@@ -725,10 +725,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' );
7a432fd
+	## Fedora change: only look in /etc
7a432fd
+	@rc_system_files = ( '/etc/latexmk.conf' );
01b6260
 
01b6260
     $search_path_separator = ':';  # Separator of elements in search_path
01b6260