Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!genrad!panda!talcott!harvard!seismo!brl-tgr!tgr!stef%NMA@uci-icsa.ARPA From: stef%NMA@uci-icsa.ARPA Newsgroups: net.unix Subject: Re: Dumb question about uucp, in INFO-UNIX Digest V1#142 Message-ID: <1145@brl-tgr.ARPA> Date: Sat, 31-Aug-85 16:13:48 EDT Article-I.D.: brl-tgr.1145 Posted: Sat Aug 31 16:13:48 1985 Date-Received: Mon, 2-Sep-85 04:11:39 EDT Sender: news@brl-tgr.ARPA Lines: 32 ATTEN: gww@aphasia.UUCP Your question is not as dumb as the problem with compiled-in machine names. I once had a Callan, and a WICAT before that. Same problems, and worse. Then I moved to an ALTOS-586 XENIX and it also has the machine name compiled into the uucp programs. We solved the problem with a C program written to find and replace the compiled-in name string in the following binary programs. /bin/{mail*,rmail*,uucp*,uulog*,uux*} When you do this, be very careful to remember (and restore) the original ownership and protections on all those files. As I recall it is neither intuitive nor obvious to a casual observer. (E.G. DO IT CAREFULLY!) -rws--x--x 1 root 14218 Jul 25 21:03 /bin/mail* -rws--x--x 1 root 14218 Jul 25 21:04 /bin/rmail* -rws--x--x 1 uucp 21246 Jul 25 21:04 /bin/uucp* -rwx--x--x 1 bin 12092 Jul 25 21:05 /bin/uulog* -rws--x--x 1 uucp 20698 Jul 25 21:05 /bin/uux* You might call this solution bizzarre or even baroque, but it works, without chasing source on variant machines, and without violation of licences, etc, et al, ad nauseum ... Try it, You might Like It. --- stef@uci-icsa.arpa stef%nma@uci-icsa.arpa stef@brl-aos.arpa brl!stef.UUCP Reply-To: INFO-UNIX@BRL.ARPA