This is a port of the rlogin server (rlogind) to Mint and MintNet.
You need a MintNet version >= 0.41 to run it.

Due to lacking support in Mint terminal packet mode has been disabled.
The only drawback of this is that the clients react a bit slower to
^C or something like that...

Note that you can use /etc/hosts.equiv and ~/.rhosts to bypass password
checking for special users (such as yourself) from special hosts.

Copy rlogind to /usr/etc. For rlogind to work you must have the login
program (from the MintOS 1.2 package) in /usr/bin/login. syslogd from
the same package must be running, too.
Make sure to have the following entry in /etc/inetd.conf:

login	stream	tcp	nowait	root	/usr/etc/rlogind	rlogind

Then all should work fine.

To recompile need a recent version of my portlib. Note that rlogind
compiled with MintLibs >= PL45 will not work correctly, because the process
group of the pty is not set up correctly. This needs a fix in login_tty.c.

Enjoy,
Kay.
roemer@rbi.informatik.uni-frankfurt.de
