summaryrefslogtreecommitdiffstats
path: root/src.etc/init.d
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/*: Use s-s-d -x not -pPatrick McDermott2020-12-136-10/+8
|
* klogd, syslogd: Start earlier and stop laterPatrick McDermott2020-12-133-6/+6
|
* /etc/init.d/* Normalize log messagesPatrick McDermott2020-12-134-8/+8
|
* /etc/init.d/syslogd-ipc: New scriptPatrick McDermott2020-12-131-0/+16
|
* /etc/init.d/syslog: Rename to /etc/init.d/syslogdPatrick McDermott2020-12-121-2/+2
|
* /etc/init.d/syslog: Don't pass -s to syslogdPatrick McDermott2020-12-121-4/+1
| | | | Rotation may be disabled.
* /etc/init.d/networking: Write /var/run/net-ifacesPatrick McDermott2020-11-041-15/+13
|
* /etc/init.d/ntpd: Fix path to ntpdP. J. McDermott2014-10-231-1/+1
|
* Drop iptables service scriptP. J. McDermott2014-10-121-10/+0
|
* Add ntpd service scriptP. J. McDermott2014-10-081-0/+20
|
* /etc/init.d/networking: Support wlan interfacesP. J. McDermott2014-08-061-2/+2
|
* /etc/init.d/networking: Fix missing net-ifacesP. J. McDermott2014-08-061-1/+1
|
* Add iptables service scriptP. J. McDermott2014-08-061-0/+10
|
* Add sysctl service script and configurationP. J. McDermott2014-08-061-0/+10
|
* /etc/init.d/boottime: New script.P. J. McDermott2014-06-161-0/+8
|
* /etc/init.d/networking: Add warning to interfaces.P. J. McDermott2014-06-141-0/+2
|
* Generate /etc/network/interfaces at boot.P. J. McDermott2014-06-141-0/+9
|
* /etc/init.d/networking: Look for interfaces.local.P. J. McDermott2014-06-141-10/+8
| | | | | Don't silently deconfigure before configuring in the start action. Use default restart action.
* /etc/init.d/rc: Update copyright notice.feature/init-system-improvementsP. J. McDermott2014-06-041-2/+3
|
* /etc/init.d/rc.local: New service init script.P. J. McDermott2014-06-041-0/+10
|
* /etc/init.d/mountdevsubfs: Make more robust.P. J. McDermott2014-06-031-4/+4
|
* /etc/init.d/mountkernfs: Make more robust.P. J. McDermott2014-06-031-6/+14
|
* /etc/init.d/mdev: Make more robust.P. J. McDermott2014-06-031-7/+19
|
* /etc/init.d/rc: Run logger after input loop.P. J. McDermott2014-06-031-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. McDermott2014-06-031-1/+19
|
* /etc/init.d/rc: Split up /etc/rc.d/ patterns.P. J. McDermott2014-06-031-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. McDermott2014-06-034-11/+0
|
* Make certain service scripts use PID files.P. J. McDermott2014-06-034-8/+10
|
* /etc/init.d/*: Remove S and K from START and STOP.P. J. McDermott2014-06-038-15/+15
|
* /etc/init.d/mountall: Fix exit status.P. J. McDermott2014-06-031-1/+3
|
* Add START and STOP params to most init scripts.P. J. McDermott2014-06-028-0/+23
|
* Convert mount scripts to use /etc/rc.common.P. J. McDermott2014-06-024-87/+20
|
* /etc/init.d/rc: Don't print everything to stderr.P. J. McDermott2014-06-021-1/+1
| | | | We're printing specific messages directly to the tty now.
* Convert some service scripts to /etc/rc.common.P. J. McDermott2014-06-027-161/+28
|
* /etc/init.d/httpd: Add missing space in message.P. J. McDermott2014-05-141-1/+1
|
* /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/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
|