1 [COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
2 [COPY] T2 SDE: package/*/libdaemon/libdaemon.desc
3 [COPY] Copyright (C) 2004 - 2021 The T2 SDE Project
4 [COPY] Copyright (C) 1998 - 2003 ROCK Linux Project
6 [COPY] This Copyright note is generated by scripts/Create-CopyPatch,
7 [COPY] more information can be found in the files COPYING and README.
9 [COPY] This program is free software; you can redistribute it and/or modify
10 [COPY] it under the terms of the GNU General Public License version 2.
11 [COPY] --- T2-COPYRIGHT-NOTE-END ---
13 [I] A lightweight C library which eases the writing of UNIX daemons
15 [T] Libdaemon is a lightweight C library which eases the writing of UNIX
16 [T] daemons. It consists of the following parts:
18 [T] A wrapper around fork() which does the correct daemonization procedure
19 [T] of a process. A wrapper around syslog() for simpler and compatible log
20 [T] output to Syslog or STDERR. An API for writing PID files. An API for
21 [T] serializing UNIX signals into a pipe for usage with select() or poll().
23 [U] http://0pointer.de/lennart/projects/libdaemon/
25 [A] Lennart Poettering <mzqnrzba@0pointer.de>
26 [M] Rene Rebe <rene@t2-project.org>
34 [P] X -----5---9 122.800
36 [O] (! pkginstalled lynx || ! atstage native) && var_append confopt ' ' '--disable-lynx'
37 [D] 7a79468cfb42e67c58ca939940523fc4163db86aa925228f87fbd2e6 libdaemon-0.14.tar.gz http://0pointer.de/lennart/projects/libdaemon/