Télécharger la liste

Description du projet

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.

Système requise

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

Cette version corrige l'option - acceptable.
Tags: Minor bugfixes
This release fixes the --acceptable option.

2004-01-03 16:06
0.6.2

Cette version ajoute le portage vers Mac OS X (Darwin) 10.3.2, un paquet binaire pour Solaris 8 Intel, des explications lors du refus de fichiers de configuration et les exécutables dangereux, et plusieurs corrections de bugs mineurs.
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

Le noconfig - et - des options de commande ont été corrigés. Un bug dans lequel le programme se termine trop rapidement en réponse à un signal de durée a été fixée. Le nom du programme est maintenant fixé à l'argument donné à la faculté - nom, le cas échéant.
Tags: Minor bugfixes
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.

2002-09-16 01:44
0.6

Respawning comportement a été amélioré. D'appui pour les processus client au premier plan, l'interrogation / contrôlant un démon en cours d'exécution, et plus les contrôles de sécurité ont été ajoutés. Contrôle sur l'environnement de gestion des variables et des fichiers de configuration ont été améliorées. Ce communiqué a été porté sous Solaris 8, et la génération de paquets binaires FreeBSD et Debian génération paquet source ont été ajoutées. Soutien aux pages man gzip a été ajoutée.
Tags: Major feature enhancements
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.

2001-11-09 22:22
0.5

Un soutien a été ajoutée pour les groupes supplémentaires lorsque - la manutention user = utilisateur (sans spécifique ". Groupe"). Le chroot -, - chdir, - umask, - force, - Outlog et - errlog options ont été ajoutées. Le umask par défaut a été changé à 022 pour la sécurité. SIGCHLD manipulation a été simplifiée. La documentation a été relu. Le programme a été porté sous OpenBSD.
Tags: Major feature enhancements
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.

Project Resources