1comment = "Internet super-server"
2
3desc = <<EOD
4The inetd(8) server listens for incoming network connections and spawns a
5process to handle the connection based on its configuration file. Some
6built-in servers for basic services are also provided.
7EOD
8
9annotations {
10 set = minimal
11}
12