Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37517051
en ru br
ALT Linux repos
S:0.14-alt2.1
5.0: 0.13-alt2
4.1: 0.12-alt2
4.0: 0.12-alt1
3.0: 0.6-alt1

Group :: System/Libraries
RPM: libdaemon

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.14-alt2.1
Build date: 16 february 2016, 00:39 ( 427.4 weeks ago )
Size: 42.08 Kb

Home page:   http://0pointer.de/lennart/projects/libdaemon/

License: LGPL
Summary: Lightweight C library which eases the writing of UNIX daemons
Description:

libdaemon is a leightweight C library which eases the writing of UNIX daemons.
It consists of the following parts:

* A wrapper around fork() which does the correct daemonization
  procedure of a process
* A wrapper around syslog() for simpler and compatible log output to
  Syslog or STDERR
* An API for writing PID files
* An API for serializing UNIX signals into a pipe for usage with
  select() or poll()

Routines like these are included in most of the daemon software available. It
is not that simple to get it done right and code duplication cannot be a goal.

Current maintainer: Michael Shigorin

List of contributors

List of rpms provided by this srpm:

  • libdaemon
  • libdaemon-debuginfo
  • libdaemon-devel
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin