micro-inetd 20050629-5 source package in Ubuntu

Changelog

micro-inetd (20050629-5) unstable; urgency=low

  * Renamed micro_inetd to micro-inetd (Closes: #540581).
  * Fixed nostrip handling (Closes: #437564).
 -- Ubuntu Archive Auto-Sync <email address hidden>   Thu,  05 Nov 2009 10:40:12 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Lucid
Original maintainer:
Herve Rousseau
Architectures:
any
Section:
net
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe net
Precise release universe net

Downloads

File Size SHA-256 Checksum
micro-inetd_20050629.orig.tar.gz 5.7 KiB 42fdefaef04076600a558f2ecae867c09afa751749ff8fae5099e85187e0db61
micro-inetd_20050629-5.diff.gz 2.9 KiB 84c6bd724f2731a42474a5cd33ae9f6c5ad24ddf9aa8e86836ccab689950637d
micro-inetd_20050629-5.dsc 1000 bytes 045d228c8ac8f5f6c422f2c4c07646ae0d7d0db5a8564e6a05917b15958b5a52

Available diffs

View changes file

Binary packages built by this source

micro-inetd: simple network service spawner

 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.