From c8840db08daf67f916ca0e0613031351add227dc Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 30 Jul 2012 16:01:00 +0000 Subject: do *not* warn if a file is found in TEXMFSYSCONFIG that does not match the special head line, since it might be generated by updmap-sys --enable Map foo.map itself git-svn-id: svn://tug.org/texlive/trunk@27249 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLUtils.pm | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'Master/tlpkg/TeXLive') diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index 81332e816f4..65a60dfde6e 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -2724,12 +2724,15 @@ See the documentation for updmap. } } else { # first line did not match - print STDERR "Apparently - $oldupd -was created by hand. This config file should not be used anymore, -so please do what's necessary to eliminate it. -See the documentation for updmap. -"; + # that is NOT a good idea, because updmap creates updmap.cfg in + # TEXMFSYSCONFIG when called with --enable Map etc, so we should + # NOT warn here + # print STDERR "Apparently +# $oldupd +# was created by hand. This config file should not be used anymore, +# so please do what's necessary to eliminate it. +# See the documentation for updmap. +# "; } } -- cgit v1.2.3