Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
OpenRC version is now stored as plaintext in /libexec/rc/version
Plugins (cursplash, splashutils) will have to be re-compiled to pickup
the new directories. State data needs to be moved from /lib/rc/init.d
to /libexec/rc/init.d as well.
|
|
|
|
|
|
|
|
|
|
This enables the code to include the daemons interpreter when matching
process name which fixes bug #164.
Existing init scripts that rely on the old behaviour will need to be
fixed.
|
|
New option so you can set the number of seconds to wait for and
check the daemon is still running.
The old code that periodically polled wasn't that reliable - in this
case simpler == better.
Fixes #160
|
|
|
|
|
|
|
|
|
|
|
|
are not being used.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Without this change, modules like pam_mktemp or pam_env and similar
will be unable to change users' environments, like they are supposed
to.
|
|
valgrind debuggers need it.
|
|
|
|
kernel should set script arguments.
|
|
|
|
|
|
|
|
|
|
|
|
maybe working better with interpreted scripts.
|
|
|
|
|
|
the process still hangs around.
|
|
|
|
|
|
|
|
|
|
expensive malloc calls.
|
|
|
|
from queue(3). Refactor code style around the BSD KNF.
|
|
|
|
|
|
Alternatively, document the use of starting the script interpreter and passing the daemon as an option.
|
|
|
|
|
|
anything to stop, bug #25.
|
|
|