Up to [cvs.netbsd.org] / pkgsrc / devel / libdaemon
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.5.2.1 / (download) - annotate - [select for diffs], Mon Feb 22 13:24:54 2010 UTC (2 years, 3 months ago) by tron
Branch: pkgsrc-2009Q4
Changes since 1.5: +6 -1
lines
Diff to previous 1.5 (colored) next main 1.6 (colored)
Pullup ticket #3018 - requested by he libdaemon: build fix Revisions pulled up: - devel/libdaemon/Makefile 1.6 --- Module Name: pkgsrc Committed By: he Date: Fri Feb 19 15:04:51 UTC 2010 Modified Files: pkgsrc/devel/libdaemon: Makefile Log Message: Update from version 0.14 to 0.14nb1. Pkgsrc changes: o On NetBSD 4.*, avoid the use of -Wl,--no-undefined. It doesn't work there, because the shared lib is not linked with libc.so (which is possibly a bug). Thanks to joerg@ for hints for how to work around this.
Revision 1.6 / (download) - annotate - [select for diffs], Fri Feb 19 15:04:51 2010 UTC (2 years, 3 months ago) by he
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
HEAD
Changes since 1.5: +6 -1
lines
Diff to previous 1.5 (colored)
Update from version 0.14 to 0.14nb1. Pkgsrc changes: o On NetBSD 4.*, avoid the use of -Wl,--no-undefined. It doesn't work there, because the shared lib is not linked with libc.so (which is possibly a bug). Thanks to joerg@ for hints for how to work around this.
Revision 1.5 / (download) - annotate - [select for diffs], Sat Oct 31 02:54:34 2009 UTC (2 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base
Branch point for: pkgsrc-2009Q4
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Update to 0.14: add daemon_set_verbosity() call; numerous updates
Revision 1.4 / (download) - annotate - [select for diffs], Sun Aug 16 14:24:01 2009 UTC (2 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.3: +3 -2
lines
Diff to previous 1.3 (colored)
Update to 0.13, set LICENSE. Add daemon_reset_sigs() and daemon_unblock_sigs() calls for resetting signal handlers to sensible states; improve error handling.
Revision 1.3 / (download) - annotate - [select for diffs], Fri Jul 17 18:00:16 2009 UTC (2 years, 10 months ago) by adrianp
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Give up MAINTAINER
Revision 1.2 / (download) - annotate - [select for diffs], Sat Feb 7 17:51:59 2009 UTC (3 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.1: +6 -3
lines
Diff to previous 1.1 (colored)
DESTDIR support
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sat Dec 20 17:24:48 2008 UTC (3 years, 5 months ago) by ahoka
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
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.
Revision 1.1 / (download) - annotate - [select for diffs], Sat Dec 20 17:24:48 2008 UTC (3 years, 5 months ago) by ahoka
Branch: MAIN
Initial revision