File: control

package info (click to toggle)
ipsvd 0.11.0-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 116 kB
  • ctags: 7
  • sloc: makefile: 60
file content (26 lines) | stat: -rw-r--r-- 1,110 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
Source: ipsvd
Section: net
Priority: optional
Maintainer: Gerrit Pape <pape@smarden.org>
Build-Depends: libmatrixssl1.2-dev
Standards-Version: 3.6.1.0

Package: ipsvd
Architecture: any
Depends: ${shlibs:Depends}
Recommends: runit
Description: Internet protocol service daemons
 ipsvd is a set of ``internet protocol service daemons'' for TCP/IP and
 UDP/IP.  An ipsv daemon waits for incoming connections on a socket; for
 new connections, it conditionally runs an arbitrary program to handle
 the connection.  The daemons can be told to read and follow pre-defined
 instructions on how to handle incoming connections; based on the client's
 IP address or hostname, they can run different programs, set a different
 environment, deny a  connection, or set a per host concurrency limit.
 On Linux the network connection optionally can be encrypted using SSLv3.
 .
 ipsvd can be used to run services usually run by inetd or tcpserver.
 Normally the daemons are run by a supervisor process, such as runsv from
 the runit package, or daemontools' supervise.
 .
 See http://smarden.org/ipsvd/ for more information.