freebsd-ports/net/micro_inetd/pkg-descr
Shaun Amott b2ed23561f Add net/micro_inetd.
Like inetd, this program listens on the net for requests and spawns a
server to handle them. However, it only handles one port and one
program. Other limitations:
  - only 'stream' socket type
  - only 'nowait'
  - doesn't switch user-ids

PR:		ports/101964
Submitted by:	Pankov Pavel <pankov_p@mail.ru>
2006-08-15 14:13:10 +00:00

8 lines
281 B
Text

Like inetd, this program listens on the net for requests and spawns a
server to handle them. However, it only handles one port and one
program. Other limitations:
* only 'stream' socket type
* only 'nowait'
* doesn't switch user-ids
WWW: http://www.acme.com/software/micro_inetd/