Age | Commit message (Collapse) | Author |
|
|
|
anything at all for /etc/init.d/foo needsme
|
|
|
|
achieve the same goal (a loop + timeout). No longer put / at the end of directories, instead prefix like so RC_LIBDIR "/foo" to ensure more robust code.
|
|
|
|
|
|
a lot smaller.
|
|
If yes then we only use services in the boot and default runlevels,
regradless of service state.
If no then we take into account coldplugged services and the state
of currently running services.
Fixes #185640.
|
|
|
|
which also reduces our variable pollution.
|
|
|
|
|
|
|
|
|
|
|
|
we don't leak memory. To this extent, we now have the global boolean rc_in_plugin and the cleanup code can act accordingly.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to drizztbsd for find public domain code :)
|
|
|
|
Use int instead of char for getopt, #178084 thanks to drizztbsd.
|
|
a restart
|
|
started or stopped, #176452.
|
|
lock prefixed output.
|
|
|
|
RC_PREFIX="yes" will put the service name as a prefix to all output
made by the service. Thanks to Ciaran McCreesh for the idea.
|
|
parallel. RC_PARALLEL_STARTUP has been renamed to RC_PARALLEL.
|
|
|
|
we can kill our children without the need for process groups which we cannot use as keyboard will not work in init.
|
|
|
|
|
|
|
|
|
|
|
|
required this and all our supported platforms have it.
|
|
|
|
|
|
rc_services_in_state for scheduled.
|
|
|
|
|
|
splashtuils-1.4 now ships with its own.
|
|
|
|
When stopping, don't uncoldplug too early.
|
|
goes in/out
|
|
nasty segfaults
|
|
|