[794] in Athena Bugs
attach
daemon@ATHENA.MIT.EDU (srz@ATHENA.MIT.EDU)
Sun Sep 4 17:09:54 1988
From: <srz@ATHENA.MIT.EDU>
Date: Sun, 4 Sep 88 17:09:19 EDT
To: bugs@ATHENA.MIT.EDU
attach uses argv[0] to determine what program is running. This causes problems
if attach is given another name, such as "attach.real" on charon. attach
should compare it using strncmp, instead of strcmp, so that it only checks
the prefix. Even better, there should be flags that control what program
is being invoked (attach.real -attach) or something like that.