DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamemicro-inetd
Beschreibungsimple network service spawner
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version20050629-5
Sektionuniverse/net
Prioritätoptional
Installierte Größe56 Byte
Hängt ab vonlibc6 (>= 2.3.4)
Empfohlene Pakete
PaketbetreuerUbuntu Developers
Quelle
Paketgröße6664 Byte
Prüfsumme MD5fc055ea45b03f8028273831dbdc1923a
Prüfsumme SHA1ca547719cad49878a7506ba91025217ef25680d3
Prüfsumme SHA256bff3c8cbca7e75e994c9f10b631d18422bce46ff5fb8d7f3e52ab977526438c0
Link zum Herunterladenmicro-inetd_20050629-5_i386.deb
Ausführliche BeschreibungLike 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. .


Impressum
Linux is a registered trademark of Linus Torvalds