[68] in DCNS Development
Re: Filesystem Reorganization for release 7.3
daemon@ATHENA.MIT.EDU (Richard Basch)
Fri Jul 12 12:12:10 1991
Date: Fri, 12 Jul 91 12:10:47 -0400
To: Marc Horowitz <marc@MIT.EDU>
Cc: Mark Rosenstein <mar@MIT.EDU>, developers@MIT.EDU, release-73@MIT.EDU,
In-Reply-To: Marc Horowitz's message of Fri, 12 Jul 91 04:20:07 EDT,
From: Richard Basch <basch@MIT.EDU>
Do you plan on doing something about programs which won't work when
you rename them, such as putting the real binary as foo.ucb.real and
making foo.ucb just exec it with the right argv? /usr/ucb/rlogin.ucb
on the decmips comes immediately to mind, for instance. (This
instance may be fixed in ultrix 4.x, I don't know.)
The vendor link idea will fail for the vendor rlogin/rsh (if it is not
the expected argv[0] it assumes that what was specified was a hostname).
For these two cases, it might just be better not to supply any links;
our rlogin/rsh falls back to using the vendor version upon failure.
-Richard