summaryrefslogtreecommitdiffstats
path: root/libraries/libdaemon/README
diff options
context:
space:
mode:
author Niels Horn2010-12-30 02:06:31 +0100
committer Robby Workman2011-01-01 01:59:53 +0100
commit30116c2d3ca8892c98a301c3a2b36d3b3d153fff (patch)
treee16ac7c638e72884bfd21fa0020df54071c68a85 /libraries/libdaemon/README
parenta5d362da5127036f0608e79a36b1411fcae5b9ac (diff)
downloadslackbuilds-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/README7
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.