Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site watmath.UUCP Path: utzoo!watmath!jmsellens From: jmsellens@watmath.UUCP (John M Sellens) Newsgroups: net.unix-wizards Subject: soelim and troff on remote machines Message-ID: <14465@watmath.UUCP> Date: Wed, 15-May-85 00:09:18 EDT Article-I.D.: watmath.14465 Posted: Wed May 15 00:09:18 1985 Date-Received: Wed, 15-May-85 02:23:16 EDT Distribution: net Organization: U of Waterloo, Ontario Lines: 15 A cheap hack would be to modify troff by adding a flag to indicate that the source came from a different machine and modifying the way that .so works. - before sending the source to the remote machine, run it through soelim to get as much as you can into one file. - start troff (somehow) on the remote machine with a flag and arguments indicating the machine, userid, and current directory of the submitter. - When .so needs a file, rcp it to a unique tmp file on the troff machine. To be smarter, keep a table of real name vs. tmp name so that you don't have to rcp twice. Of course, this is all easier said than done ... John