summaryrefslogtreecommitdiffstats
path: root/src.etc/init.d/mdev
Commit message (Collapse)AuthorAgeFilesLines
* /etc/init.d/mdev: Remove device nodesPatrick McDermott2020-12-171-0/+1
| | | | Committing a change that actually went into the previous release.
* /etc/init.d/mdev: Make more robust.P. J. McDermott2014-06-031-7/+19
|
* Convert some service scripts to /etc/rc.common.P. J. McDermott2014-06-021-31/+4
|
* Fix grep commands in init scripts.P. J. McDermott2014-03-131-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/m*: Don't write to /dev/null.P. J. McDermott2013-08-131-2/+2
|
* /etc/init.d/mdev: Add a separate restart() func.P. J. McDermott2013-08-131-2/+10
|
* /etc/init.d/mdev: Mount a tmpfs on /dev.P. J. McDermott2013-08-131-0/+12
|
* Rewrite init scripts.P. J. McDermott2013-08-081-8/+22
|
* Add some init scripts.P. J. McDermott2013-08-081-0/+19