Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
rc_deptree_
|
|
|
|
|
|
|
|
|
|
|
|
|
|
is so that programs can get information about the controlling terminal.
This change was triggered by bug #188506 where it's possible that
stdin, stdout and stderr didn't point to a terminal but ended up on one
via our pipes. Using a pty means that stdout and stderr always point to
a terminal, but we lose the ability to tell them apart.
If there is not a pty available then we use un-prefixed output as normal.
This change has also introduced the need for a signal pipe so that
SIGCHLD can exit the loop cleanly.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
which also reduces our variable pollution.
|
|
|
|
Use int instead of char for getopt, #178084 thanks to drizztbsd.
|
|
|
|
|
|
|
|
|
|
|
|
dynamic by only enabling when in .svn repo
|
|
|
|
|
|
|
|
|
|
rc_services_in_state for scheduled.
|
|
splashtuils-1.4 now ships with its own.
|
|
|
|
|
|
When stopping, don't uncoldplug too early.
|
|
$PATH, including our documentation
|
|
nasty segfaults
|