libdaemon 0.14-ok1 source package in openKylin
Changelog
libdaemon (0.14-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
libdaemon (0.14-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | release | main | libs | |
Nile V2.0 | release | main | libs | |
Yangtze V1.0 | release | main | libs |
File | Size | SHA-256 Checksum |
---|---|---|
libdaemon_0.14.orig.tar.gz | 332.5 KiB | fd23eb5f6f986dcc7e708307355ba3289abe03cc381fc47a80bca4a50aa6b834 |
libdaemon_0.14-ok1.debian.tar.xz | 3.6 KiB | 9c631b545e1b48954be51af8de5be397e084a881ccd48fc7745546a0a7a2db58 |
libdaemon_0.14-ok1.dsc | 1.9 KiB | 913efbc6608c7c90ada41fe619e8fa45b5508cac491cf49c0a8f67aeabc1448b |
libdaemon is a lightweight 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.
libdaemon is a lightweight 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 API documentation of the library.
libdaemon is a lightweight 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.