[839] in NetBSD-Development
Now using /bin/athena/login
daemon@ATHENA.MIT.EDU (Greg Hudson)
Fri Jun 30 21:12:14 1995
Date: Fri, 30 Jun 1995 21:11:48 -0400
From: Greg Hudson <ghudson@MIT.EDU>
To: netbsd-dev@MIT.EDU
I have made the following changes to the NetBSD installation and
system packs:
* The Athena login is now located in /bin/athena/login, and is
installed with athena.tar.gz.
* Instead of replacing /usr/bin/login, the Athena installation
script edits /etc/gettytab to add "lo=/bin/athena/login" to
the default entry.
* telnetd now uses /bin/athena/login instead of /usr/bin/login
for unauthentic logins.
This solves at least two problems:
* We no longer have to have a login binary in
/usr/src/distrib/i386/server, since we have a location for
the Athena login on the system packs now.
* Users who "make install" in /usr/src/usr.bin/login won't
trash the Athena login. This had happened to mycroft,
bdrosen, and myself in the past.
All of the changes were to files on the root partition (telnetd lives
in /etc/athena), so there's no immediate compatibility issue. Users
who upgrade telnetd should also get a /bin/athena/login, however.