On Sun, 03 Sep 2006 21:35:03 +0200, Stanley Jaddoe <[EMAIL PROTECTED]> wrote: >Most programs that are designed to be run as daemons do that work for >themselves. However, you?ll occasionally run across one that does not. When you >must run a daemon program that does not properly make itself into a true Unix >daemon, you can use daemonize to force it to run as a true daemon.
|Package: daemon |Version: 0.6.3-1 |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/ Can daemonize do things that daemon cannot? Greetings Marc -- -------------------------------------- !! No courtesy copies, please !! ----- Marc Haber | " Questions are the | Mailadresse im Header Mannheim, Germany | Beginning of Wisdom " | http://www.zugschlus.de/ Nordisch by Nature | Lt. Worf, TNG "Rightful Heir" | Fon: *49 621 72739834

