This is a port of inetd, the inernet super server to Mint
and MintNet >= 0.22.

Installation:
-------------

Put inetd it into /usr/etc and run it from rc.local or
mint.cnf, but AFTER syslogd.

Put inetd.conf into /etc/ and edit it to suit your taste.
Note that all services != udp MUST be commented out, no
support for them yet :-(.

The only things that should really be uncommented at this
time (0.22), are the `internal' services, like chargen for
udp and tftp, of course.

Changes:
--------

Fixed a bug (?). sin->sin_family wasn't initialized. Replaced
fork() with __fork_and_exit().

Notes:
------

You will need syslogd from the init 1.1 package to run inetd.
You will need my portlib to compile inetd.
Compiled with gcc 2.4.5 and loaded MintLibs PL 41, SocketLib 0.22
and PortLib PL 1.

If you use Mint 1.10 inetd will not work correctly (starting the
same service twice will not work). To fix this, apply the patch
in fselect.bug.


Enjoy and please report any bugs you find.

Kay Roemer,
roemer@hera.rbi.informatik.uni-frankfurt.de
