Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | /etc/rc.common: Fix tty_printf(). | P. J. McDermott | 2014-06-03 | 1 | -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/init.d/mountdevsubfs: Make more robust. | P. J. McDermott | 2014-06-03 | 1 | -4/+4 |
| | |||||
* | /etc/init.d/mountkernfs: Make more robust. | P. J. McDermott | 2014-06-03 | 1 | -6/+14 |
| | |||||
* | /etc/init.d/mdev: Make more robust. | P. J. McDermott | 2014-06-03 | 1 | -7/+19 |
| | |||||
* | /etc/rc.common: Make policy disable all actions. | P. J. McDermott | 2014-06-03 | 1 | -1/+1 |
| | |||||
* | /etc/rc.common: Fix /etc/rc.policy check. | P. J. McDermott | 2014-06-03 | 1 | -2/+2 |
| | | | | Also s/-e/-f/. | ||||
* | /etc/init.d/rc: Run logger after input loop. | P. J. McDermott | 2014-06-03 | 1 | -0/+3 |
| | | | | | If there was no output from the service scripts after syslogd was started, the buffer wouldn't be sent to syslogd. | ||||
* | /etc/init.d/rc: Buffer output until syslogd runs. | P. J. McDermott | 2014-06-03 | 1 | -1/+19 |
| | |||||
* | /etc/rc.common: Better handle missing action arg. | P. J. McDermott | 2014-06-03 | 1 | -1/+6 |
| | |||||
* | /etc/init.d/rc: Split up /etc/rc.d/ patterns. | P. J. McDermott | 2014-06-03 | 1 | -3/+8 |
| | | | | | | (mini)prokit will put a service script in position S10 that will generate links in positions S20 and later. So rc needs to be able to find the new links after running the S10 link. | ||||
* | Make core system /etc/rc.d/ links at build time. | P. J. McDermott | 2014-06-03 | 4 | -11/+0 |
| | |||||
* | Make certain service scripts use PID files. | P. J. McDermott | 2014-06-03 | 4 | -8/+10 |
| | |||||
* | /etc/rc.common: Skip log_end() if log() not run. | P. J. McDermott | 2014-06-03 | 1 | -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. McDermott | 2014-06-03 | 1 | -1/+1 |
| | |||||
* | /etc/init.d/*: Remove S and K from START and STOP. | P. J. McDermott | 2014-06-03 | 8 | -15/+15 |
| | |||||
* | /etc/init.d/mountall: Fix exit status. | P. J. McDermott | 2014-06-03 | 1 | -1/+3 |
| | |||||
* | Conditionally disable service starting. | P. J. McDermott | 2014-06-02 | 1 | -0/+3 |
| | |||||
* | Add START and STOP params to most init scripts. | P. J. McDermott | 2014-06-02 | 8 | -0/+23 |
| | |||||
* | /etc/rc.common: Add enable and disable commands. | P. J. McDermott | 2014-06-02 | 1 | -0/+22 |
| | |||||
* | /etc/rc.common: Simplify command lists a bit. | P. J. McDermott | 2014-06-02 | 1 | -9/+7 |
| | |||||
* | Convert mount scripts to use /etc/rc.common. | P. J. McDermott | 2014-06-02 | 4 | -87/+20 |
| | |||||
* | /etc/init.d/rc: Don't print everything to stderr. | P. J. McDermott | 2014-06-02 | 1 | -1/+1 |
| | | | | We're printing specific messages directly to the tty now. | ||||
* | Convert some service scripts to /etc/rc.common. | P. J. McDermott | 2014-06-02 | 7 | -161/+28 |
| | |||||
* | /etc/rc.common: New file. | P. J. McDermott | 2014-06-02 | 1 | -0/+96 |
| | |||||
* | /etc/init.d/httpd: Add missing space in message. | P. J. McDermott | 2014-05-14 | 1 | -1/+1 |
| | |||||
* | src.etc/inittab*: Remove. | P. J. McDermott | 2014-05-09 | 2 | -30/+0 |
| | |||||
* | /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/inittab.halt: New alternative file. | P. J. McDermott | 2013-08-08 | 1 | -0/+15 |
| | |||||
* | /etc/inittab: New file. | P. J. McDermott | 2013-08-08 | 1 | -0/+15 |
| | |||||
* | /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 |