[612] in NetBSD-Development
athena-ized /usr/bin/login with SKEY
daemon@ATHENA.MIT.EDU (John Hawkinson)
Sun Mar 5 04:17:24 1995
Date: Sun, 5 Mar 1995 04:16:05 -0500
To: netbsd-dev@MIT.EDU
From: John Hawkinson <jhawk@MIT.EDU>
The Athena-ized /usr/bin/login now supports SKEY. It's
currently running on granola, and should probably replace the
replacement /usr/bin/login in the Athena distribution after
a few days of testing.
Note that it asumes NetBSD's libskey.a, so may not be trivially
portable to other platforms. As such it's under
#if defined(SKEY) && defined(__NetBSD__)
#endif
--jhawk