./wip/ipsvd, Internet protocol service daemons

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.0.0, Package name: ipsvd-1.0.0, Maintainer: neil

ipsvd is a set of internet protocol service daemons for Unix. It currently
includes a TCP/IP service daemon and an UDP/IP service daemon.

An internet protocol service (ipsv) daemon waits for incoming connections
on a local socket; for new connections, it conditionally runs an arbitrary
program with standard input reading from the socket, and standard output
writing to the socket (if connected), to handle the connection. Standard
error is used for logging.

ipsv 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.

Normally the ipsv daemons are run by a supervisor process, such as runsv
from the runit package, or supervise from the daemontools package.

ipsvd can be used to run services normally run by inetd, xinetd, or tcpserver.


Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: 2afc7c09521c2f63f3f5d2db3b5a86470e8a628b
Filesize: 76.077 KB

Version history: (Expand)


CVS history: (Expand)


   2013-03-23 09:37:36 by Sergey Svishchev | Files touched by this commit (6)
Log message:
Unbreak packaging.
   2012-09-30 07:39:45 by Aleksej Saushev | Files touched by this commit (1)
Log message:
Support staged installation.
   2009-10-11 12:44:40 by Thomas Klausner | Files touched by this commit (286)
Log message:
Remove obsolete @dirrm lines.
   2007-01-07 10:16:00 by Roland Illig | Files touched by this commit (10)
Log message:
Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
   2006-10-29 09:32:37 by Sergey Svishchev | Files touched by this commit (192)
Log message:
Delint:
- convert spaces to tabs (pkglint --autofix)
- set, not append to USE_LANGUAGES