summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * s/-e/-f/ in maintainer scripts.P. J. McDermott2014-06-032-3/+3
| |
| * changelog: Update.P. J. McDermott2014-06-031-0/+2
| |
| * busybox.pkg/postinst: Fix network interface names.P. J. McDermott2014-06-031-1/+1
| |
| * busybox.pkg/postinst: Enable services on install.P. J. McDermott2014-06-031-1/+3
| | | | | | | | Do nothing on upgrade. Respect the user's configuration.
| * busybox.pkg/prerm: s/remove/upgrade/.P. J. McDermott2014-06-031-2/+1
| | | | | | | | | | | | busybox is Essential, so it can't be removed. Also, don't disable services. Respect the user's configuration.
| * busybox.pkg/prerm: Stop and disable services.P. J. McDermott2014-06-031-0/+6
| |
| * busybox.pkg/postinst: Start services.P. J. McDermott2014-06-031-0/+1
| |
| * changelog: Update.P. J. McDermott2014-06-021-0/+6
| |
| * build: Install /etc/rc.common.P. J. McDermott2014-06-021-0/+1
| |
| * Conditionally disable service starting.P. J. McDermott2014-06-022-0/+10
| |
| * Make most of the /etc/rc.d/ links at install time.P. J. McDermott2014-06-023-8/+17
| |
| * Add START and STOP params to most init scripts.P. J. McDermott2014-06-028-0/+23
| |
| * /etc/rc.common: Add enable and disable commands.P. J. McDermott2014-06-021-0/+22
| |
| * /etc/rc.common: Simplify command lists a bit.P. J. McDermott2014-06-021-9/+7
| |
| * 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/rc.common: New file.P. J. McDermott2014-06-022-0/+103
|/
* changelog: Release busybox 1.21.1-4.busybox/1.21.1-4P. J. McDermott2014-05-211-1/+1
|
* Make /etc/network/ hierarchy.P. J. McDermott2014-05-193-0/+18
|
* build: Fix mode of udhcpc script.P. J. McDermott2014-05-191-1/+1
|
* changelog: Update.P. J. McDermott2014-05-191-0/+8
|
* /usr/share/udhcpc/default.script: New file.P. J. McDermott2014-05-192-0/+37
|
* /etc/init.d/httpd: Add missing space in message.P. J. McDermott2014-05-141-1/+1
|
* changelog: Release busybox 1.21.1-3.busybox/1.21.1-3P. J. McDermott2014-05-131-1/+1
|
* platconf: Remove "./" workaround.P. J. McDermott2014-05-131-1/+1
|
* changelog: Update.P. J. McDermott2014-05-091-0/+10
|
* build: Install platform-specific inittab.P. J. McDermott2014-05-091-7/+1
|
* platconf: Add inittab.P. J. McDermott2014-05-091-0/+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
|
* build: Install /etc/init.d/rc and links.P. J. McDermott2014-05-091-0/+3
|
* changelog: Release busybox 1.21.1-2.busybox/1.21.1-2P. J. McDermott2014-05-081-1/+1
|
* changelog: Update.P. J. McDermott2014-05-081-0/+13
|
* alternatives: Line up columns.P. J. McDermott2014-05-081-12/+12
|
* alternatives: Add xz utilities.P. J. McDermott2014-05-081-0/+6
|
* alternatives: Add dc.P. J. McDermott2014-05-071-0/+1
|
* changelog: Release busybox 1.21.1-1.busybox/1.21.1-1P. J. McDermott2014-03-141-2/+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.
* Update my e-mail address.P. J. McDermott2014-03-132-2/+2
|
* busybox: Make essential.P. J. McDermott2014-03-131-0/+1
|
* control: Update Maintainer field.P. J. McDermott2014-03-131-1/+1
|
* copyright: Rewrite.P. J. McDermott2014-03-131-348/+485
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In general, BusyBox is licensed under GNU GPL version 2.0, but there are many other licenses that must also be reproduced along with binary copies of BusyBox (e.g. 3-clause BSD and LGPL 2.1). GPL 2.0 § 3 allows us to distribute BusyBox in object code form, subject to the terms of §§ 1 and 2 plus some additional terms. § 1 requires that we "conspicuously and appropriately publish on each copy an appropriate copyright notice". Under a strict reading, this means we have to accompany copies of BusyBox in object code form with an "appropriate copyright notice". Also under a strict reading, a notice like "BusyBox is copyrighted by many authors between 1998-2012" may not be "appropriate". However, the common legal theory suggests that GPL 2.0 only requires copyright notices on copies in source code form. That is, the source code (provided pursuant to § 3) must comply with §§ 1 and 2. Indeed, many distributors (e.g. Fedora, Parabola, and probably all hardware vendors) of GPL-licensed software don't include copyright notices with all of their object code copies. We'll at least include some general copyright notice. This copyright notice comes from the busybox binary itself [1][2]. [1]: http://lists.busybox.net/pipermail/busybox/2012-July/078149.html [2]: http://git.busybox.net/busybox/commit/?id=0e941d5
* busybox: Rewrite Description.P. J. McDermott2014-03-111-2/+7
|
* busybox.pkg/prerm: Protect [ command from "-".P. J. McDermott2014-03-111-1/+1
|
* alternatives: Give mkpasswd a priority of 20.P. J. McDermott2014-02-191-1/+1
|