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 Debian Archiv squeeze (main)
Version20050629-5
Sektionnet
Prioritätoptional
Installierte Größe56 Byte
Hängt ab vonlibc6 (>= 2.1)
Empfohlene Pakete
PaketbetreuerHerve Rousseau
Quelle
Paketgröße6562 Byte
Prüfsumme MD53016adbe1def251bc418a30946c2f0b0
Prüfsumme SHA161ab109bb7042fba5b60a24c75fd5a3e166cccec
Prüfsumme SHA2561465fcecd44a9b35af8996c38e2c3819d67652bd1906826c8cab8396f699c638
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