PACKAGE NAME: libdaemon-0.12-i586-2gsb.tlz PACKAGE LOCATION: ./packages/platform PACKAGE SIZE (compressed): 13 K PACKAGE SIZE (uncompressed): 60 K PACKAGE MD5: 9acfb6f707d0025e0df6905322faf54f ./packages/platform/libdaemon-0.12-i586-2gsb.tlz PACKAGE REQUIRED: aaa_base >= 12.1.0-noarch-2 | glibc-solibs >= 2.7-i486-10 PACKAGE CONFLICTS: PACKAGE SUGGESTS: PACKAGE DESCRIPTION: libdaemon: libdaemon (UNIX daemon library) libdaemon: libdaemon: libdaemon is a lightweight C library that eases the writing of UNIX libdaemon: daemons. It consists of a fork() which does the correct daemonization libdaemon: procedure of a process, syslog() for simpler and compatible log libdaemon: output to Syslog or STDERR, serializing UNIX signals into a pipe for libdaemon: usage with select() or poll(), and subprocesses with STDOUT and libdaemon: STDERR redirected to syslog. libdaemon: libdaemon: libdaemon was written by Lennart Poettering. libdaemon: