Port variant | std |
Summary | Library for writing UNIX daemons |
BROKEN | |
Package version | 0.14_2 |
Homepage | No known homepage |
Keywords | devel |
Maintainer | nobody |
License | LGPL21 |
Other variants | There are no other variants. |
Ravenports | Buildsheet | History |
Ravensource | Port Directory | History |
Last modified | 09 AUG 2024, 21:24:17 UTC |
Port created | 17 FEB 2021, 22:22:18 UTC |
set | This is the libdaemon:std metapackage. It pulls in all subpackages of libdaemon:std. |
primary | libdaemon is a lightweight C library that 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() - An API for running subprocesses with STDOUT and STDERR redirected to syslog. APIs like these are used in most daemon software available. |
dev | This is the developer subpackage of the libdaemon:std port. It may contain headers, pc files, static and PIC libraries and SO links. |
This package has no dependency requirements of any kind. |
main | http://0pointer.de/lennart/projects/libdaemon/ |
avahi:std | Service Discovery using mDNS/DNS-SD |