| Paketname | libdaemon-dev |
| Beschreibung | lightweight C library for daemons - development files |
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
| Version | 0.14-2 |
| Sektion | libdevel |
| Priorität | optional |
| Installierte Größe | 500 Byte |
| Hängt ab von | libdaemon0 (= 0.14-2) |
| Empfohlene Pakete | |
| Paketbetreuer | Utopia Maintenance Team |
| Quelle | libdaemon |
| Paketgröße | 71534 Byte |
| Prüfsumme MD5 | 347175ee81d1a787e3fc066f1ffae799 |
| Prüfsumme SHA1 | aab47054e38126e007f0000ea19fc16dbaed3e97 |
| Prüfsumme SHA256 | 2acc1ca46193af2917afe723a035cc66d720f11e2ab76d02a6a31091558d66c8 |
| 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.
|