libdaemon0

Rating: 
0
No votes yet

Package contains libraries, required by other applications as dependencies. Do not install separately.

lightweight C library for daemons - runtime library
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.

Category:

Application versions: 
AttachmentSizeDate
File libdaemon0_0.14-2_armel.deb16.76 KB05/08/2013 - 00:22
Changelog: 

libdaemon (0.14-2) unstable; urgency=low

* debian/control
- Add ${misc:Depends} to all binary packages.
- Add Build-Depends on cdbs.
- Add Build-Depends on quilt.
* debian/rules
- Switch to cdbs.
* debian/patches/01-man-page-typo-fix.patch
- Fix a typo in the man page detected by lintian.
* debian/README.source
- Add a reference to the quilt patch management system documentation.