Paketname | libdaemon-dev |
Beschreibung | lightweight C library for daemons - development files |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (main) |
Version | 0.14-2 |
Sektion | devel |
Priorität | optional |
Installierte Größe | 500 Byte |
Hängt ab von | libdaemon0 (= 0.14-2) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | libdaemon |
Paketgröße | 61052 Byte |
Prüfsumme MD5 | 6ff354c75421dbd04ac17434c5aaad1d |
Prüfsumme SHA1 | 812629a864d022bec2346094677a1fdf02efcf13 |
Prüfsumme SHA256 | 117cd50aebc913e2d4fa611a049349fb13dbdd3f8c987a09bc2db8426d85e72f |
Link zum Herunterladen | libdaemon-dev_0.14-2_i386.deb |
Ausführliche Beschreibung | libdaemon is a leightweight C library which eases the writing of UNIX daemons.
It consists of the following parts:
.
* Wrapper around fork() for correct daemonization of a process
* Wrapper around syslog() for simple log output to syslog or STDERR
* An API for writing PID files
* An API for serializing signals into a pipe for use with select() or poll()
* An API for running subprocesses with STDOUT and STDERR redirected to syslog
.
Routines like these are included in most of the daemon software available. It
is not simple to get these done right and code duplication is not acceptable.
.
This package includes the header files and the static version of the library
and documentation.
|