1	     micro_inetd - simple network service spawner
2
3Like inetd, this program listens on the net for requests and spawns
4a server to handle them.  However, it only handles one port and
5one program.  The intended use is when you have a server that
6expects to be run by inetd, but you only want to run it temporarily
7and don't want to bother with putting it into /etc/services and
8/etc/inetd.conf and restarting inetd.  Instead, just start up
9micro_inetd, and when you're done just ^C it.
10
11See the manual entry for more details.
12
13Files in this distribution:
14
15    README		this
16    Makefile		guess
17    micro_inetd.c	source file
18    micro_inetd.1	manual entry
19
20To build: If you're on a SysV-like machine (which includes old Linux systems
21but not new Linux systems), edit the Makefile and uncomment the SYSV_LIBS
22line.  Otherwise, just do a make.
23
24Feedback is welcome - send bug reports, enhancements, checks, money
25orders, etc. to the addresses below.
26
27    Jef Poskanzer  jef@mail.acme.com  http://www.acme.com/jef/
28