| Paketname | libdaemon0 |
| Beschreibung | lightweight C library for daemons - runtime library |
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
| Version | 0.14-2 |
| Sektion | libs |
| Priorität | optional |
| Installierte Größe | 76 Byte |
| Hängt ab von | libc6 (>= 2.2) |
| Empfohlene Pakete | |
| Paketbetreuer | Utopia Maintenance Team |
| Quelle | libdaemon |
| Paketgröße | 17506 Byte |
| Prüfsumme MD5 | dfb7525d1c4b3e3be3ff5215d06022ca |
| Prüfsumme SHA1 | 678b7c6ef332e9ddb83dc1900157050af3eaff32 |
| Prüfsumme SHA256 | 5457be17190138be5e48855e980cc7faf9f238b3a0af98b66490e392054df7bd |
| Link zum Herunterladen | libdaemon0_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 libdaemon run time shared library.
|