summaryrefslogtreecommitdiffstats
path: root/src.etc/rc.common
Commit message (Collapse)AuthorAgeFilesLines
* /etc/rc.common: Don't rely on utility linksPatrick McDermott2020-12-101-2/+5
|
* /etc/rc.common: Rearrange functionsPatrick McDermott2020-12-101-53/+44
|
* /etc/rc.common: Don't disable *able actions.P. J. McDermott2014-06-091-2/+2
|
* /etc/rc.common: Fix tty_printf().P. J. McDermott2014-06-031-1/+3
| | | | | | Apparently local always returns a 0 exit status, so tty_printf() would print something (to a file named "not a tty") even if stdin was not a tty.
* /etc/rc.common: Make policy disable all actions.P. J. McDermott2014-06-031-1/+1
|
* /etc/rc.common: Fix /etc/rc.policy check.P. J. McDermott2014-06-031-2/+2
| | | | Also s/-e/-f/.
* /etc/rc.common: Better handle missing action arg.P. J. McDermott2014-06-031-1/+6
|
* /etc/rc.common: Skip log_end() if log() not run.P. J. McDermott2014-06-031-0/+2
| | | | | | | This prevents messages like the following from "enable" and "disable" actions: [ ok ] ... done.
* /etc/rc.common: Fix K prefix in /etc/rc.d/ links.P. J. McDermott2014-06-031-1/+1
|
* Conditionally disable service starting.P. J. McDermott2014-06-021-0/+3
|
* /etc/rc.common: Add enable and disable commands.P. J. McDermott2014-06-021-0/+22
|
* /etc/rc.common: Simplify command lists a bit.P. J. McDermott2014-06-021-9/+7
|
* /etc/rc.common: New file.P. J. McDermott2014-06-021-0/+96