This is rungetty version 0.5.0. rungetty takes command of a virtual console and
runs any program on it. By default, it runs login. If a program is passed as a
paramater to rungetty from inittab, it will run that program (SUID nobody for
security). For example:

r1:12345:respawn:/sbin/rungetty tty1
r2:2345:respawn:/sbin/rungetty tty2 telnet mail.foo.com
r3:2345:respawn:/sbin/rungetty tty3 top

Would run a local login on /dev/tty1, a telnet session to mail.foo.com on
/dev/tty2, and top on /dev/tty3. Note that the telnet and top will be run as
the user nobody. If the command isn't in /bin, /usr/bin, /usr/ucb, or 
/usr/local/bin, the full pathname must be specified.

E-mail bug reports and bug fixes to jkaivo@nodomainname.net.
