Paketname | libdaemon0-dbg |
Beschreibung | lightweight C library for daemons - debugging symbols |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.14-2 |
Sektion | debug |
Priorität | extra |
Installierte Größe | 92 Byte |
Hängt ab von | libdaemon0 (= 0.14-2) |
Empfohlene Pakete | |
Paketbetreuer | Utopia Maintenance Team |
Quelle | libdaemon |
Paketgröße | 25204 Byte |
Prüfsumme MD5 | ff921e82efbe4c44d61bef96aa4b2221 |
Prüfsumme SHA1 | 17a8201b5d8d7a6a4237e09cc52be96efef11ab9 |
Prüfsumme SHA256 | 77c35548d906e5514718fab6f910d9f13f3eadfbcdd5d445442e6742bb9bcc40 |
Link zum Herunterladen | libdaemon0-dbg_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 contains the debugging symbols for libdaemon.
|