cvs commit: ports/net Makefile ports/net/micro_inetd Makefile
distinfo pkg-descr ports/net/micro_inetd/files patch-Makefile
Shaun Amott
shaun at FreeBSD.org
Tue Aug 15 14:13:10 UTC 2006
shaun 2006-08-15 14:13:10 UTC
FreeBSD ports repository
Modified files:
net Makefile
Added files:
net/micro_inetd Makefile distinfo pkg-descr
net/micro_inetd/files patch-Makefile
Log:
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 at mail.ru>
Revision Changes Path
1.1717 +1 -0 ports/net/Makefile
1.1 +25 -0 ports/net/micro_inetd/Makefile (new)
1.1 +3 -0 ports/net/micro_inetd/distinfo (new)
1.1 +24 -0 ports/net/micro_inetd/files/patch-Makefile (new)
1.1 +8 -0 ports/net/micro_inetd/pkg-descr (new)
More information about the cvs-all
mailing list