| Paketname | libdaemon0-dbg | 
| Beschreibung | lightweight C library for daemons - debugging symbols | 
| Archiv/Repository | Offizielles Ubuntu Archiv lucid (main) | 
| Version | 0.14-2 | 
| Sektion | libdevel | 
| Priorität | extra | 
| Installierte Größe | 96 Byte | 
| Hängt ab von | libdaemon0 (= 0.14-2) | 
| Empfohlene Pakete |  | 
| Paketbetreuer | Ubuntu Developers | 
| Quelle | libdaemon | 
| Paketgröße | 20740 Byte | 
| Prüfsumme MD5 | 62167a2ac87f92ae11013e967ebd4e61 | 
| Prüfsumme SHA1 | 24e4152e7d33bbead88f1c3d505d03fa4ae46b92 | 
| Prüfsumme SHA256 | 3397aef21ca6caf6270b15951551979f568122c230c29e3ae2f1da54bb6261d0 | 
| 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. |