a b c d e f g h i j k l m n o p q r s t u v w x y z

diff from 286781 and 1499

Description: turns other processes into daemons
 There are many tasks that need to be performed to correctly set up a
 daemon process. This can be tedious. Daemon performs these tasks for
 other processes. This is useful for writing daemons in languages other
 than C, C++ or Perl (e.g. /bin/sh, Java).
Description: turns other processes into daemons
 There are many tasks that need to be performed to correctly set up a
 daemon process. This can be tedious. Daemon performs these tasks for
 other processes. This is useful for writing daemons in languages other
 than C, C++ or Perl (e.g. /bin/sh, Java).
 .
 If you want to write daemons in languages that can link against C functions
 (e.g. C, C++), see libslack which contains the core functionality of daemon.
 .
 Upstream URL: http://www.libslack.org/daemon/
--- 286781	Thu Jan  1 00:00:00 1970
+++ 1499	Thu Jan  1 00:00:00 1970
@@ -3,3 +3,8 @@
  daemon process. This can be tedious. Daemon performs these tasks for
  other processes. This is useful for writing daemons in languages other
  than C, C++ or Perl (e.g. /bin/sh, Java).
+ .
+ If you want to write daemons in languages that can link against C functions
+ (e.g. C, C++), see libslack which contains the core functionality of daemon.
+ .
+ Upstream URL: http://www.libslack.org/daemon/