[2614] in testers
Fix for olh rs/6000 print failure
daemon@ATHENA.MIT.EDU (Bill Cattey)
Wed Jul 13 14:46:47 1994
Date: Wed, 13 Jul 1994 14:46:28 -0400 (EDT)
From: Bill Cattey <wdc@MIT.EDU>
In-Reply-To: [2609]
To: testers@MIT.EDU
As soon as Kevin sent me the olh callouts for printing in Andrew I knew
where to look for the problem. The ez2ps that got handed to rel-eng is
defective.
*> Take /mit/andydevo/src/cmu/site/overwrites/ez2ps and install it in
the source tree in .../src/cmu/site/overwrites.
Replace /usr/andrew/bin/ez2ps with this version.
----
This new version of ez2ps is REQUIRED on the RS/6000.
It is OPTIONAL everywhere else.
----
The problem occured because: CMU took my ez2ps program and modified it
to use ditroff instead of troff. So we have to overwrite the standard
one with our own that uses troff. The overwrite version missed getting
the RS/6000 bug fix somehow.
-wdc