libdaemon @PACKAGE_VERSION@

Copyright 2003 Lennart Poettering <@PACKAGE_BUGREPORT@>

License

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

News

Sat Jan 10 2004:

Version 0.4 released; changes include: new module dexec; added pkg-config support.

Mon Oct 20 2003:

Version 0.3 released; changes include: documentation update, build fixes, RPM spec file added, added new function int daemon_pid_file_kill_wait().

Thu July 10 2003:

Version 0.2 released; changes include: ugly umask error fix, documentation update

Mon July 7 2003:

Version 0.1 released

Overview

libdaemon is a lightweight C library that eases the writing of UNIX daemons. It consists of the following parts:

Routines like these are included in most of the daemon software available. It is not that simple to get it done right and code duplication cannot be a goal.

libdaemon is currently used by ifplugd, waproamd and aeswepd.

Status

Version @PACKAGE_VERSION@ is feature complete.

Documentation

An extensive API reference is available

Requirements

libdaemon was developed and tested on Debian GNU/Linux "testing" from Jul 2003, it should work on most other Linux distributions (and maybe Unix versions) since it uses GNU Autoconf and GNU libtool for source code configuration and shared library management.

Installation

As this package is made with the GNU autotools you should run ./configure inside the distribution directory for configuring the source tree. After that you should run make for compilation and make install (as root) for installation of libdaemon.

Acknowledgements

No special acknowledgements at this time, I am sorry.

Download

The newest release is always available from @PACKAGE_URL@

The current release is @PACKAGE_VERSION@

Get libdaemon's development sources from the Subversion repository.


Lennart Poettering <@PACKAGE_BUGREPORT@>, January 2004
$Id$