aboutsummaryrefslogtreecommitdiffstats
path: root/net/Makefile
diff options
context:
space:
mode:
authorshaun <shaun@FreeBSD.org>2006-08-15 22:13:10 +0800
committershaun <shaun@FreeBSD.org>2006-08-15 22:13:10 +0800
commit831337a9256b8b42f44b5183c26424bd58aa561b (patch)
treeeceb7f8aa6b4e47499807ef01919b1975f7ee8e8 /net/Makefile
parent0dfa305bf0000f649a9f54c4f2a7b0d8806a2e99 (diff)
downloadfreebsd-ports-gnome-831337a9256b8b42f44b5183c26424bd58aa561b.tar.gz
freebsd-ports-gnome-831337a9256b8b42f44b5183c26424bd58aa561b.tar.zst
freebsd-ports-gnome-831337a9256b8b42f44b5183c26424bd58aa561b.zip
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>
Diffstat (limited to 'net/Makefile')
-rw-r--r--net/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index 33967227e3cb..c469921604b1 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -291,6 +291,7 @@
SUBDIR += mcast-tools
SUBDIR += merlinmon
SUBDIR += mgen
+ SUBDIR += micro_inetd
SUBDIR += micro_proxy
SUBDIR += minisapserver
SUBDIR += miredo