Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | /etc/init.d/mountall: Fix message newline. | P. J. McDermott | 2014-05-09 | 1 | -1/+1 |
| | |||||
* | /etc/init.d/*: Use absolute paths with s-s-d. | P. J. McDermott | 2014-05-09 | 4 | -4/+4 |
| | |||||
* | /etc/init.d/*: Add missing ">&2" redirections. | P. J. McDermott | 2014-03-14 | 5 | -5/+5 |
| | |||||
* | /etc/init.d/telnetd: Fix a "Starting" message. | P. J. McDermott | 2014-03-14 | 1 | -1/+1 |
| | |||||
* | /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 | 3 | -8/+8 |
| | | | | | | | | | | | 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 | 2 | -0/+0 |
| | |||||
* | /etc/init.d/m*: Don't write to /dev/null. | P. J. McDermott | 2013-08-13 | 3 | -8/+8 |
| | |||||
* | /etc/init.d/mountdevsubfs: New script. | P. J. McDermott | 2013-08-13 | 1 | -0/+39 |
| | |||||
* | /etc/init.d/mdev: Add a separate restart() func. | P. J. McDermott | 2013-08-13 | 1 | -2/+10 |
| | |||||
* | /etc/init.d/mdev: Mount a tmpfs on /dev. | P. J. McDermott | 2013-08-13 | 1 | -0/+12 |
| | |||||
* | /etc/init.d/mounttmpfs: New script. | P. J. McDermott | 2013-08-13 | 1 | -0/+47 |
| | |||||
* | /etc/init.d/*: Fix file modes. | P. J. McDermott | 2013-08-08 | 4 | -0/+0 |
| | |||||
* | /etc/init.d/rc: New file. | P. J. McDermott | 2013-08-08 | 1 | -0/+27 |
| | |||||
* | /etc/init.d/mountkernfs: Rewrite. | P. J. McDermott | 2013-08-08 | 1 | -8/+18 |
| | |||||
* | /etc/init.d/mountall: Rewrite. | P. J. McDermott | 2013-08-08 | 1 | -3/+11 |
| | |||||
* | Rename sysfs init script to mountkernfs. | P. J. McDermott | 2013-08-08 | 1 | -0/+0 |
| | |||||
* | Add sysfs and mountall init scripts. | P. J. McDermott | 2013-08-08 | 2 | -0/+32 |
| | |||||
* | Rewrite init scripts. | P. J. McDermott | 2013-08-08 | 7 | -54/+150 |
| | |||||
* | Add some init scripts. | P. J. McDermott | 2013-08-08 | 6 | -0/+132 |