Paketname | libdaemon0 |
Beschreibung | lightweight C library for daemons - runtime library |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (main) |
Version | 0.14-2 |
Sektion | libs |
Priorität | optional |
Installierte Größe | 80 Byte |
Hängt ab von | libc6 (>= 2.8) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | libdaemon |
Paketgröße | 17530 Byte |
Prüfsumme MD5 | 750354ba9f4ae1a20f994372babb6e6d |
Prüfsumme SHA1 | 3c3e1d1dbd79ed5216163e42870ef74a1ab44d76 |
Prüfsumme SHA256 | 7ae80efbdc99fc1ee6088ca5e27bce557c9c5bdf24d5631a4177a5c1bc3d8422 |
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.
|