diff options
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/texmf.cnf | 10 | ||||
-rw-r--r-- | Master/texmf/web2c/texmf.cnf | 10 |
3 files changed, 13 insertions, 12 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 908454b366f..20d16adec84 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,8 @@ +2010-05-30 Karl Berry <karl@tug.org> + + * texmf.cnf (shell_escape_commands): turns out fc-list is not + needed after all. + 2010-05-30 Manuel Pégourié-Gonnard <mpg@elzevir.fr> * texmf.cnf: relax LUAINPUTS not to require and extra "lua" diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf index 415cd9852a4..2bdfe3dcf6b 100644 --- a/Build/source/texk/kpathsea/texmf.cnf +++ b/Build/source/texk/kpathsea/texmf.cnf @@ -465,9 +465,9 @@ RUBYINPUTS = .;$TEXMF/scripts/{$progname,$engine,}/ruby// % TEXMFCNF = {$SELFAUTOLOC,$SELFAUTODIR,$SELFAUTOPARENT}{,{/share,}/texmf{-local,}/web2c} -# kpathsea 3.5.3 and later sets these at runtime. To avoid empty -# expansions from binaries linked against an earlier version of the -# library, we set $progname and $engine to something non-empty: +% kpathsea 3.5.3 and later sets these at runtime. To avoid empty +% expansions from binaries linked against an earlier version of the +% library, we set $progname and $engine to something non-empty: progname = unsetprogname engine = unsetengine @@ -505,12 +505,10 @@ shell_escape = p % restrictions similar or higher to openout_any=p. They also have no % features to invoke arbitrary other programs, and no known exploitable % bugs. All to the best of our knowledge. They also have practical use -% for being called from TeX. (fc-list is used for the Lua(La)TeX system -% font cache file.) +% for being called from TeX. % shell_escape_commands = \ bibtex,bibtex8,\ -fc-list,\ kpsewhich,\ makeindex,\ repstopdf,\ diff --git a/Master/texmf/web2c/texmf.cnf b/Master/texmf/web2c/texmf.cnf index 415cd9852a4..2bdfe3dcf6b 100644 --- a/Master/texmf/web2c/texmf.cnf +++ b/Master/texmf/web2c/texmf.cnf @@ -465,9 +465,9 @@ RUBYINPUTS = .;$TEXMF/scripts/{$progname,$engine,}/ruby// % TEXMFCNF = {$SELFAUTOLOC,$SELFAUTODIR,$SELFAUTOPARENT}{,{/share,}/texmf{-local,}/web2c} -# kpathsea 3.5.3 and later sets these at runtime. To avoid empty -# expansions from binaries linked against an earlier version of the -# library, we set $progname and $engine to something non-empty: +% kpathsea 3.5.3 and later sets these at runtime. To avoid empty +% expansions from binaries linked against an earlier version of the +% library, we set $progname and $engine to something non-empty: progname = unsetprogname engine = unsetengine @@ -505,12 +505,10 @@ shell_escape = p % restrictions similar or higher to openout_any=p. They also have no % features to invoke arbitrary other programs, and no known exploitable % bugs. All to the best of our knowledge. They also have practical use -% for being called from TeX. (fc-list is used for the Lua(La)TeX system -% font cache file.) +% for being called from TeX. % shell_escape_commands = \ bibtex,bibtex8,\ -fc-list,\ kpsewhich,\ makeindex,\ repstopdf,\ |