 texk/tetex/updmap |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)

Index: tetex-bin-3.0/texk/tetex/updmap
===================================================================
--- tetex-bin-3.0.orig/texk/tetex/updmap	2006-03-02 14:46:40.000000000 +0100
+++ tetex-bin-3.0/texk/tetex/updmap	2006-03-02 16:12:35.000000000 +0100
@@ -635,12 +635,15 @@
     else
       if test -f "$file2"; then
         # bad: map file exists in the wrong location only
+	# Debian: this will be tolerated for a while.
         mapWarn badLocation "$map" "$file2"
+	file="$file2"
+	echo "$file"
       else
         # bad: map file does not exist at all
         mapWarn notFound "$map"
+	false; return 1
       fi
-      false; return 1
     fi
   done
   true; return 0
@@ -709,7 +712,12 @@
     instead.
 
     To fix this, please move this file into an appropriate
-    subdirectory of fonts/map in one of your texmf trees.
+    subdirectory of fonts/map in one of your texmf trees. If 
+    the file has been installed by a Debian package, please do
+    not move it. Instead, please report a bug against that package,
+    and send a copy of that bug to 
+
+    debian-tetex-maint@lists.debian.org
 
     For more information about the changed search paths, see
     the release notes section in the teTeX manual. You probably
@@ -719,7 +727,8 @@
       http://tug.org/texlive/mapenc.html
 "
     warn "$m"
-    false; return 1
+#    false; return 1
+    true; return 0
     ;;
   notFound)
     warn "
