diff options
author | Niels Horn <niels.horn@gmail.com> | 2010-12-29 23:06:31 -0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-12-31 18:59:53 -0600 |
commit | 30116c2d3ca8892c98a301c3a2b36d3b3d153fff (patch) | |
tree | e16ac7c638e72884bfd21fa0020df54071c68a85 /libraries/libdaemon/README | |
parent | a5d362da5127036f0608e79a36b1411fcae5b9ac (diff) | |
download | slackbuilds-30116c2d3ca8892c98a301c3a2b36d3b3d153fff.tar.gz |
libraries/libdaemon: Updated for version 0.14 + new maintainer.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'libraries/libdaemon/README')
-rw-r--r-- | libraries/libdaemon/README | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/libraries/libdaemon/README b/libraries/libdaemon/README index a85669a339..f2ac6e5ba2 100644 --- a/libraries/libdaemon/README +++ b/libraries/libdaemon/README @@ -1,5 +1,8 @@ -Libdaemon is a lightweight C library that eases the writing of UNIX daemons. +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 @@ -8,4 +11,4 @@ It consists of the following parts: * 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.
\ No newline at end of file + to syslog. |