Age | Commit message (Collapse) | Author |
|
checkdir ensures that the specified files (or directories) are owned
by the current user/group or as specified on the command line. You can
optionally check permissions too.
|
|
|
|
on the name of the plugin.
|
|
|
|
|
|
|
|
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);
|
|
|
|
localmount already and anything that runs before it does not rely on things like /tmp or /var/run (and because i confused localmount with checkroot)
|
|
general "wipe this directory" option. also force +t on /tmp and /var/tmp.
|
|
at the end of localmount so they can do tmpfs on things like /tmp #181527.
|
|
|
|
is not specified, #191206.
|
|
in some 2.4 setups.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the deptree should be regenerated if /etc/fstab has changed.
|
|
|
|
|
|
|
|
or not, #186159.
|
|
|
|
|
|
|
|
|
|
|
|
about the RC_USE_FSTAB option.
|
|
a lot smaller.
|
|
|
|
the depend function, #186072.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|