aboutsummaryrefslogtreecommitdiff
path: root/net/micro_inetd/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add net/micro_inetd.Shaun Amott2006-08-151-0/+25
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> Notes: svn path=/head/; revision=170706