File: control

package info (click to toggle)
micro-inetd 20050629-5
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 68 kB
  • ctags: 12
  • sloc: ansic: 141; makefile: 59; sh: 27
file content (27 lines) | stat: -rw-r--r-- 1,187 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: micro-inetd
Section: net
Priority: optional
Maintainer: Herve Rousseau <herve@moulticast.net>
Build-Depends: debhelper (>= 5), dpatch
Standards-Version: 3.8.3

Package: micro-inetd
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: micro-httpd, micro-proxy
Homepage: http://www.acme.com/software/micro_inetd/
Description: 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.
 .