diff options
author | Karl Berry <karl@freefriends.org> | 2007-09-10 23:08:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-09-10 23:08:05 +0000 |
commit | 6cb9f7243ebf7a2cd535df4f9b6442a79dc188a5 (patch) | |
tree | 3641f895ade71130085ebab2b71c0277f415f08b | |
parent | 8a4836d25017a3bcb1e2a752dc97e686b61837a0 (diff) |
(TRFONTS): avoid recursing through /usr (Michael, mp-i 10 Sep 2007 12:55:10)
git-svn-id: svn://tug.org/texlive/trunk@4933 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/texmf.in | 2 | ||||
-rw-r--r-- | Master/texmf/web2c/texmf.cnf | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 01a9d115bf9..ff33123c534 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,8 @@ +2007-09-11 Karl Berry <karl@tug.org> + + * texmf.in (TRFONTS): don't recurse through /usr. + Report from Michail Vidiassov, mp-i 10 Sep 2007 12:55:10. + 2007-08-27 Karl Berry <karl@tug.org> * fontmap.c (map_file_parse): free the original pointer, not the diff --git a/Build/source/texk/kpathsea/texmf.in b/Build/source/texk/kpathsea/texmf.in index 5e96aef57de..652b72f512c 100644 --- a/Build/source/texk/kpathsea/texmf.in +++ b/Build/source/texk/kpathsea/texmf.in @@ -366,7 +366,7 @@ OPENTYPEFONTS = .;$TEXMF/fonts/opentype// PDFTEXCONFIG = .;$TEXMF/pdftex/{$progname,}// % Used by DMP (ditroff-to-mpx), called by makempx -troff. -TRFONTS = /usr/{local,}/share/groff/{current/font,site-font}/devps +TRFONTS = /usr{/local,}/share/groff/{current/font,site-font}/devps MPSUPPORT = .;$TEXMF/metapost/support % For xdvi to find mime.types and .mailcap, if they do not exist in diff --git a/Master/texmf/web2c/texmf.cnf b/Master/texmf/web2c/texmf.cnf index a89c03e4ae6..6c972f7f8aa 100644 --- a/Master/texmf/web2c/texmf.cnf +++ b/Master/texmf/web2c/texmf.cnf @@ -366,7 +366,7 @@ OPENTYPEFONTS = .;$TEXMF/fonts/opentype// PDFTEXCONFIG = .;$TEXMF/pdftex/{$progname,}// % Used by DMP (ditroff-to-mpx), called by makempx -troff. -TRFONTS = /usr/{local,}/share/groff/{current/font,site-font}/devps +TRFONTS = /usr{/local,}/share/groff/{current/font,site-font}/devps MPSUPPORT = .;$TEXMF/metapost/support % For xdvi to find mime.types and .mailcap, if they do not exist in |