Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
anymore
|
|
|
|
|
|
|
|
expose them.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
rc_deptree_
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
list for ease of use.
|
|
|
|
a starting list as a first argument. Instead, use rc_strlist_join
to append or prepend the new list to an existing list.
|
|
char ** and return a pointer to the item added instead of the new
list head. This is so we can easily tell if the item was successfully
added or not instead of iterating through the list looking for it.
list = rc_strlist_add (list, item);
becomes
rc_strlist_add (&list, item);
|
|
|
|
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.
|
|
|
|
|
|
entire line in /etc/env.d/foo if it begins with $
|
|
|
|
|
|
by start-stop-daemon, #175397.
|
|
parallel. RC_PARALLEL_STARTUP has been renamed to RC_PARALLEL.
|
|
|
|
|
|
|
|
|
|
|
|
splashtuils-1.4 now ships with its own.
|
|
When stopping, don't uncoldplug too early.
|
|
|
|
nasty segfaults
|
|
|