mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-29 04:03:01 +02:00
Mostly a Bug fix release. Only major change is support for service `notify:pid` and `readiness none` global option to change how Finit expects readiness notification. Fixes: - Dbus and runparts regression in Finit v4.5. The configure script must expand `FINIT_RUNPATH_` before defining it in `config.h` - Service environment variables drop everything but the first argument, e.g., `VAR="foo bar qux"` drops everything but `foo` - Internal conditions, e.g., `<int/bootstrap>` turn into flux when leaving bootstrap, causing depending services to stop - Global environment variables declared with `set VAR=NAME` do not drop leading `set `, causing `'set VAR'='NAME'` in env. - Sanity check environment variables, for services and globally. Ensure the variable name (key) does not contain spaces, or a leading `set ` https://github.com/troglobit/finit/releases/tag/4.6 Signed-off-by: Joachim Wiberg <troglobit@gmail.com>