texconfig should no longer try to call "fmtutil --byfmt mfw". Doing
so gives
  fmtutil: no info for format `mfw'
(but does not cause any harm).

The following patch fixes this.

Thomas

--- 2.0.2/texk/tetex/texconfig  Sat Mar  1 10:13:18 2003
+++ texk/tetex/texconfig        Sat Mar  1 16:05:23 2003
@@ -443,7 +443,6 @@
 {
   echo "Running mf to create plain base ..."
   fmtutil --byfmt mf
-  fmtutil --byfmt mfw
   echo "Done."; echo
 }
 

Reply via email to