OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
1.5 KiB

  1. [COPY] --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. [COPY]
  4. [COPY] Filename: package/.../libdaemon/libdaemon.desc
  5. [COPY] Copyright (C) 2006 - 2008 The OpenSDE Project
  6. [COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
  7. [COPY] Copyright (C) 1998 - 2003 Clifford Wolf
  8. [COPY]
  9. [COPY] More information can be found in the files COPYING and README.
  10. [COPY]
  11. [COPY] This program is free software; you can redistribute it and/or modify
  12. [COPY] it under the terms of the GNU General Public License as published by
  13. [COPY] the Free Software Foundation; version 2 of the License. A copy of the
  14. [COPY] GNU General Public License can be found in the file COPYING.
  15. [COPY] --- SDE-COPYRIGHT-NOTE-END ---
  16. [I] A lightweight C library which eases the writing of UNIX daemons
  17. [T] libdaemon is a lightweight C library which eases the writing of UNIX
  18. [T] daemons. It consists of the following parts:
  19. [T]
  20. [T] A wrapper around fork() which does the correct daemonization procedure
  21. [T] of a process. A wrapper around syslog() for simpler and compatible log
  22. [T] output to Syslog or STDERR. An API for writing PID files. An API for
  23. [T] serializing UNIX signals into a pipe for usage with select() or poll()
  24. [U] http://0pointer.de/lennart/projects/libdaemon/
  25. [A] Lennart Poettering <mzqnrzba@0pointer.de>
  26. [M] The OpenSDE Community <list@opensde.org>
  27. [C] base/system
  28. [L] GPL
  29. [S] Stable
  30. [V] 0.13
  31. [P] X -?---5---9 122.800
  32. [D] 1697096244 libdaemon-0.13.tar.gz http://0pointer.de/lennart/projects/libdaemon/