Mail Archives: djgpp-workers/1998/08/25/11:06:28
On Tue, 25 Aug 1998, DJ Delorie wrote:
> For example,
> "sendmail" acts differently if it is called as "newaliases", but
> "newaliases" is longer than 8 characters. Yes, I know symlinks would
> be used in that case, but there may be cases where they aren't, or
> when *all* variants are longer 8 characters.
Thanks for the explanation.
IIRC, the symlink field is 8 characters itself, so if you need more than
that, argv0 is the way to go. You can even have a symlink that has
alternate argv0, I think.
- Raw text -