summaryrefslogtreecommitdiffstats
path: root/src.etc
Commit message (Collapse)AuthorAgeFilesLines
...
* /etc/rc.common: New file.P. J. McDermott2014-06-021-0/+96
|
* /etc/init.d/httpd: Add missing space in message.P. J. McDermott2014-05-141-1/+1
|
* src.etc/inittab*: Remove.P. J. McDermott2014-05-092-30/+0
|
* /etc/init.d/mountall: Fix message newline.P. J. McDermott2014-05-091-1/+1
|
* /etc/init.d/*: Use absolute paths with s-s-d.P. J. McDermott2014-05-094-4/+4
|
* /etc/init.d/*: Add missing ">&2" redirections.P. J. McDermott2014-03-145-5/+5
|
* /etc/init.d/telnetd: Fix a "Starting" message.P. J. McDermott2014-03-141-1/+1
|
* /etc/init.d/mountdevsubfs: rm /dev/shm.P. J. McDermott2014-03-141-0/+2
| | | | This shouldn't be necessary, but let's be paranoid with untested things.
* Fix grep commands in init scripts.P. J. McDermott2014-03-133-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. McDermott2013-08-132-0/+0
|
* /etc/init.d/m*: Don't write to /dev/null.P. J. McDermott2013-08-133-8/+8
|
* /etc/init.d/mountdevsubfs: New script.P. J. McDermott2013-08-131-0/+39
|
* /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
|
* /etc/init.d/mounttmpfs: New script.P. J. McDermott2013-08-131-0/+47
|
* /etc/inittab.halt: New alternative file.P. J. McDermott2013-08-081-0/+15
|
* /etc/inittab: New file.P. J. McDermott2013-08-081-0/+15
|
* /etc/init.d/*: Fix file modes.P. J. McDermott2013-08-084-0/+0
|
* /etc/init.d/rc: New file.P. J. McDermott2013-08-081-0/+27
|
* /etc/init.d/mountkernfs: Rewrite.P. J. McDermott2013-08-081-8/+18
|
* /etc/init.d/mountall: Rewrite.P. J. McDermott2013-08-081-3/+11
|
* Rename sysfs init script to mountkernfs.P. J. McDermott2013-08-081-0/+0
|
* Add sysfs and mountall init scripts.P. J. McDermott2013-08-082-0/+32
|
* Rewrite init scripts.P. J. McDermott2013-08-087-54/+150
|
* Add some init scripts.P. J. McDermott2013-08-086-0/+132