AutoLogin (c) 2000 Robert Salizar
Note this is *NOT GPL*, See file LICENSE for details.

AutoLogin(alogin) is a utility that replaces login on console gettys.
  * Auto logging in a console with any user ID.
  * Opening a console directly to an application, running under any username.
  * It can do this with or without utmp logging.

INSTALATION:
 Make sure you have perl 5.003 or higher as /usr/bin/perl
 ./install
 Copy alogin.conf.example to /etc/alogin.conf, and edit to your liking.
 Edit /etc/inittab.
 kill -HUP 1

A quick inittab example: (man inittab for more information)
This is the standard line to start agetty on tty6:
c6:1235:respawn:/sbin/agetty 38400 tty6 linux

Below, is a line to start agetty, and alogin, on tty7
c7:1235:respawn:/sbin/agetty 38400 tty7 linux -n -l /bin/alogin

Note that your inittab may differ, this is just an example. If your 
machine does not use agetty, check the manual page for whatever it does 
run. Tell it not to prompt for a username, and that the login program is 
/bin/alogin.
