Download List

Descripción del Proyecto

cinit is a fast executing, small, and simple init
with support for profiles. It is aware of
dependencies and executes processes in parallel.

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.

2008-03-18 00:30
0.3pre14

Una serie de pruebas para el virus ha sido añadido. Se ha añadido soporte para cerrar los servicios en CINIT y cmd (sin necesidades y deseos). A linux-wrapper sysvinit se ha añadido para la parada (ver scripts / envoltura / linux-sysvinit / apagado). La mayor parte de CMD han sido reescritos (para que sea más hermosa). La licencia ha cambiado a la GPL v3.0.
Tags: Minor feature enhancements
A test suite for cmd has been added. Support has been added to shut down services in cinit and cmd (without needs and wants). A linux-sysvinit wrapper has been added for shutdown (See scripts/wrapper/linux-sysvinit/shutdown). Most parts of cmd have been rewritten (to make it more beautiful). The license has changed to the GPL v3.0.

2007-09-26 19:24
0.3pre13

Esta versión añade-V (obtener la versión cmd),-h (help), y-p (EIP) a cmd. El namemspace en msgq.h ha sido limpiado. Un bloqueo de servicios globales ha sido añadido. svc.h se ha dividido en svc.h, intern.h svc-, y svc-messages.h. Una separación lógica de cinit_ipc_listen () se ha preparado. tenedor () tenía una condición de carrera en general (véase src / test / tenedor-latency.c) mediante el uso de bloqueo mundial, lo que ha sido corregido.
Tags: Minor bugfixes
This release adds -V (get cmd version), -h (help), and -p (get pid) to cmd. The namemspace in msgq.h has been cleaned up. A global service lock has been added. svc.h has been split into svc.h, svc-intern.h, and svc-messages.h. A logic splitoff from cinit_ipc_listen() has been prepared. fork() had a general race condition (see src/test/fork-latency.c) through the use of global lock; this has been fixed.

2007-09-06 03:15
0.3pre12

Apoyo DESTDIR ha sido añadido. Se ha añadido soporte para obtener el estado del servicio a través de cmd: cmd-s. Esta versión es compatible con rutas relativas a CINIT_DIR ( "/ etc / CINIT"). Un problema clone git se ha fijado: los ganchos son necesarios para git mudo. Un error de no esperar de los servicios a fin de que el software depende de que se ejecute una vez que se ha fijado.
Tags: Major bugfixes
DESTDIR support has been added. Support has been added for getting service status via cmd: cmd -s service. This release supports relative paths to CINIT_DIR ("/etc/cinit"). A git clone problem has been fixed: hooks are needed for dumb git. A bug with not waiting for services to finish that the software depends on being run once has been fixed.

2007-09-01 23:35
0.3pre11

La comunicación básica se agregó: el binario de cliente "cmd" con el argumento-v muestra la versión CINIT. Así que esta es la primera versión 0.3 que admite IPC de nuevo. El halt.kill, reboot.kill, y los archivos poweroff.kill se actualizaron.
Tags: Minor feature enhancements
Basic communication was added: the client binary
"cmd" with argument -v returns the cinit version.
So this is the first 0.3 version that supports IPC
again. The halt.kill, reboot.kill, and
poweroff.kill files were updated.

2007-08-20 22:44
0.3pre10

El make install objetivo se ha fijado. halt.kill, poweroff.kill, y reboot.kill (incluidas las páginas man) se han añadido. La comparación no válida en el núcleo / cinit.c se ha solucionado. Esta versión es detallado, y se imprime lo que se ejecuta. La documentación ha sido actualizada.
Tags: Minor feature enhancements
The make install target has been fixed. halt.kill, poweroff.kill, and reboot.kill (including man pages) have been added. Invalid comparison in core/cinit.c has been fixed. This release is verbose, and prints what it executes. The documentation has been updated.

Project Resources