Download List

Project Description

daemon turns other processes into daemons. There are many tedious tasks that need to be performed to correctly set up a daemon process; daemon performs these tasks for other processes. This is useful for writing daemons in languages other than C, C++, or Perl (e.g. 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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-08-15 08:41
0.6.3

This release fixes the --acceptable option.
Tags: Minor bugfixes

2004-01-03 16:06
0.6.2

This release adds a port to Mac OS X (Darwin) 10.3.2, a binary package
for Solaris 8 Intel, explanations when rejecting unsafe configuration
files and executables, and several minor bugfixes.

2003-09-02 16:34
0.6.1

The --noconfig and --command options have been
fixed. A bug in which the program exited too
quickly in response to a term signal was fixed.
The program name is now set to the argument given
to the --name option, if any.
Tags: Minor bugfixes

2002-09-16 01:44
0.6

Respawning behaviour has been improved. Support for running client processes in the foreground, querying/controlling a running daemon, and more security checks have been added. Control over environment variable handling and configuration file support have been improved. This release has been ported to Solaris 8, and FreeBSD binary package generation and Debian source package generation have been added. Support for gzipped man pages has been added.
Tags: Major feature enhancements

2001-11-09 22:22
0.5

Support was added for supplementary groups when handling --user=user (with no
specific ".group"). The --chroot, --chdir, --umask, --force, --outlog and
--errlog options were added. The default umask was changed to 022 for safety.
SIGCHLD handling was simplified. The documentation was proofread. The program
was ported to OpenBSD.
Tags: Major feature enhancements

Project Resources