Age | Commit message (Collapse) | Author |
|
Makefiles easier. libeinfo, librc and rc now have their own seperate directories. More work is needed to tidy this up though.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Lowercase all configurable variables, non configurations remain uppercase.
Replace rc_env_bool with rc_yesno.
Split localmount info procfs (Linux) and dumpon, savecore (BSD)
|
|
|
|
|
|
regardless of other arguments.
|
|
|
|
|
|
second for a daemon to bail.
|
|
|
|
explictly with --netdev/--nonetdev
|
|
|
|
anymore
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
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.
|
|
a lot smaller.
|
|
|
|
|
|
|
|
|
|
Use int instead of char for getopt, #178084 thanks to drizztbsd.
|
|
by start-stop-daemon, #175397.
|
|
|
|
|
|
updated accordingly
|
|
#174362.
|
|
|