Download Source Package 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. The intended use is when you have a server that expects to be run by inetd, but you only want to run it temporarily and don't want to bother with putting it into /etc/services and /etc/inetd.conf and restarting inetd. Instead, just start up micro_inetd, and when you're done just ^C it. Other limitations:
* Full inetd lets you specify the socket type as one of stream, dgram, raw,
rdm, or seqpacket; micro_inetd only implements stream.
* Full inetd lets you specify wait or nowait; micro_inetd only implements
nowait.
* Full inetd lets you specify a user-id to run the server as; micro_inetd
doesn't try to switch user-ids.
.
|
|
|
| Architecture | Package Size | Installed Size | Files |
|---|---|---|---|
| amd64 | 6.7 kB | 56 kB | [list of files] |
| armel | 6.3 kB | 56 kB | [list of files] |
| hppa | 7.1 kB | 56 kB | [list of files] |
| i386 | 6.4 kB | 56 kB | [list of files] |
| ia64 | 7.4 kB | 60 kB | [list of files] |
| mips | 6.7 kB | 56 kB | [list of files] |
| mipsel | 6.7 kB | 56 kB | [list of files] |
| powerpc | 6.9 kB | 56 kB | [list of files] |
| s390 | 6.8 kB | 56 kB | [list of files] |
| sparc | 6.6 kB | 56 kB | [list of files] |