summaryrefslogtreecommitdiff
path: root/devel/libdaemon/PLIST
diff options
context:
space:
mode:
authorahoka <ahoka@pkgsrc.org>2008-12-20 17:24:48 +0000
committerahoka <ahoka@pkgsrc.org>2008-12-20 17:24:48 +0000
commit75661c1d88f539a433958aeafac7a94b3777829e (patch)
tree311fa00e36aa564001fb92c34d4b989906bc5bf0 /devel/libdaemon/PLIST
parentea7263e2ea51ba829a87607727ef82c0172f8141 (diff)
downloadpkgsrc-75661c1d88f539a433958aeafac7a94b3777829e.tar.gz
Import libdaemon-0.12 as devel/libdaemon.
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. It is not that simple to get it done right and code duplication is not a goal.
Diffstat (limited to 'devel/libdaemon/PLIST')
-rw-r--r--devel/libdaemon/PLIST13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/libdaemon/PLIST b/devel/libdaemon/PLIST
new file mode 100644
index 00000000000..aebaac701f3
--- /dev/null
+++ b/devel/libdaemon/PLIST
@@ -0,0 +1,13 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/12/20 17:24:48 ahoka Exp $
+include/libdaemon/daemon.h
+include/libdaemon/dexec.h
+include/libdaemon/dfork.h
+include/libdaemon/dlog.h
+include/libdaemon/dnonblock.h
+include/libdaemon/dpid.h
+include/libdaemon/dsignal.h
+lib/libdaemon.la
+lib/pkgconfig/libdaemon.pc
+share/doc/libdaemon/README
+@dirrm share/doc/libdaemon
+@dirrm include/libdaemon