Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | /etc/init.d/mountdevsubfs: Make more robust. | P. J. McDermott | 2014-06-03 | 1 | -4/+4 |
| | |||||
* | Make core system /etc/rc.d/ links at build time. | P. J. McDermott | 2014-06-03 | 1 | -3/+0 |
| | |||||
* | /etc/init.d/*: Remove S and K from START and STOP. | P. J. McDermott | 2014-06-03 | 1 | -2/+2 |
| | |||||
* | Add START and STOP params to most init scripts. | P. J. McDermott | 2014-06-02 | 1 | -0/+3 |
| | |||||
* | Convert mount scripts to use /etc/rc.common. | P. J. McDermott | 2014-06-02 | 1 | -25/+5 |
| | |||||
* | /etc/init.d/mountdevsubfs: rm /dev/shm. | P. J. McDermott | 2014-03-14 | 1 | -0/+2 |
| | | | | This shouldn't be necessary, but let's be paranoid with untested things. | ||||
* | Fix grep commands in init scripts. | P. J. McDermott | 2014-03-13 | 1 | -2/+2 |
| | | | | | | | | | | | The exit status of a pipeline is the exit status of the last command in the pipeline. If the last command is ":", the exit status will always be 0, regardless of whether grep finds the specified pattern. So just use grep's -q command. According to the documentation for GNU grep, some older grep implementations lacked this option. But we're only running these scripts on BusyBox grep, which unconditionally includes this option. | ||||
* | /etc/init.d/*: Fix file modes. | P. J. McDermott | 2013-08-13 | 1 | -0/+0 |
| | |||||
* | /etc/init.d/m*: Don't write to /dev/null. | P. J. McDermott | 2013-08-13 | 1 | -2/+2 |
| | |||||
* | /etc/init.d/mountdevsubfs: New script. | P. J. McDermott | 2013-08-13 | 1 | -0/+39 |