www.nico.schottelius.org/software/cinit/browse_source/cinit-0.3pre10/TODO.doc
Nico Schottelius 423ba10303 import cinit from unix.schottelius.org
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
2009-09-16 12:53:45 +02:00

29 lines
725 B
Text

- doc/user/paths.text
* finish
* add examples
- add cross-compilation howto
Cross-compiling
^^^^^^^^^^^^^^^
conf/os to destination os
conf/cc
conf/ld
conf/cflags
conf/ldflags
caveats
-------
- cinit will sleep after respawing if ...
a) the service did not terminate normally (!WIFEXITED(status))
b) the service did return a non-zero exit status
- cinit ignores the Keyboard request
- Currently there is no support to react on 'ctr+alt+del':
- cinit will start a little bit faster if you omit non needed
'wants' and 'needs' dirs as they need to be scanned if they
do not exist
- Dependencies beginning with a '.' (dot) are ignored.
So you can temporarily disable a dependency moving it to
want/.name