Here are some base utils for use with Mint-Net >= 0.22.

The Changes to the original sourcecode are minor, only
the usual fork(), ioctl(FIONBIO) stuff.

I have set up a small library useful for porting BSD
software, look into the portlib dir.

INETD:
------

Put 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.

TFTPD:
------

Put it into /usr/etc/. You may want to edit the `tftp' line
in inetd.conf. You can add the directories that should be
accesible by tftp clients to the the tftp line (at the end).
Read tftp.1 to understand this.

TFTP:
-----

Put it to your bin dir. Just run it after inetd is up.

SINETD:
-------

This is a simple inetd replacement for one server only.
You really shouldn't need it, but who knows ...



Note that you need syslogd from the init-1.1 package. 
If you dont have it, get it -- its wonderful. If not
you will get `file not found' errors when the programs
try to log errors via syslog.

Enjoy it,
Kay Roemer <roemer@rbi.informatik.uni-frankfurt.de>
