Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Diese Version behebt die - akzeptable Option.
Tags: Minor bugfixes
This release fixes the --acceptable option.

2004-01-03 16:06
0.6.2

Diese Veröffentlichung fügt die Portierung auf Mac OS X (Darwin) 10.3.2, ein Binär-Paket für Solaris 8 Intel, Erklärungen bei der Ablehnung unsicherer Konfiguration und ausführbare Dateien, und einige kleinere Bugfixes.
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

Die - noconfig und - Kommando-Optionen wurden behoben. Ein Fehler in dem das Programm verlassen zu schnell in der Reaktion auf ein Signal Begriff wurde behoben. Der Name des Programms ist es nun, das Argument der - Name Option gegebenen Menge, falls vorhanden.
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 Verhalten wurde verbessert. Support für den Betrieb von Client-Prozesse im Vordergrund, Abfrage / Steuerung eines laufenden Daemon, mehr Sicherheit und Kontrollen wurden hinzugefügt. Kontrolle über die Umgebungsvariable Handhabung und Konfiguration unterstützt wurden verbessert. Diese Version wurde auf Solaris 8 portiert, und FreeBSD Binärpaket Generation und Debian-Source-Paket Generation wurden hinzugefügt. Unterstützung für gzipped man-Seiten wurde hinzugefügt.
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

Es wurde Unterstützung für zusätzliche Gruppe hinzugefügt, wenn Handling - user = user (ohne spezifische ". Gruppe"). Die - chroot, - chdir, - umask, - Kraft, - Zurückbehaltungsfrist und - errlog Optionen wurden hinzugefügt. Die Standard-umask auf 022 war für die Sicherheit verändert. SIGCHLD Handling wurde vereinfacht. Die Dokumentation wurde Korrektur gelesen. Das Programm wurde auf OpenBSD portiert.
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