summaryrefslogtreecommitdiffstats
path: root/busybox.pkg
Commit message (Collapse)AuthorAgeFilesLines
* busybox.pkg/postinst: Do scripts after net ifaces.P. J. McDermott2014-06-031-10/+10
|
* busybox.pkg/prerm: Fix stdin for init scripts.P. J. McDermott2014-06-031-2/+2
|
* busybox.pkg/postinst: Fix stdin for init scripts.P. J. McDermott2014-06-031-2/+2
|
* busybox.pkg/postinst: Add "\n" to /etc/rc.policy.P. J. McDermott2014-06-031-2/+2
|
* s/-e/-f/ in maintainer scripts.P. J. McDermott2014-06-032-3/+3
|
* 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
|
* Conditionally disable service starting.P. J. McDermott2014-06-021-0/+7
|
* Make most of the /etc/rc.d/ links at install time.P. J. McDermott2014-06-021-0/+5
|
* Make /etc/network/ hierarchy.P. J. McDermott2014-05-191-0/+10
|
* busybox: Make essential.P. J. McDermott2014-03-131-0/+1
|
* busybox: Rewrite Description.P. J. McDermott2014-03-111-2/+7
|
* busybox.pkg/prerm: Protect [ command from "-".P. J. McDermott2014-03-111-1/+1
|
* Simplify maintainer scripts.P. J. McDermott2014-02-192-7/+3
| | | | | Populate /usr/share/busybox/alternatives at build time with only the files actually installed.
* Unify alternatives lists into one file.P. J. McDermott2014-02-192-16/+2
| | | | This file is used at build time and install/remove time.
* Refactor update-alternatives stuff into loops.P. J. McDermott2014-02-192-16/+25
|
* Manage /usr/bin/mkpasswd with update-alternatives.P. J. McDermott2014-02-192-0/+3
| | | | This is also provided by expect-doc.
* Manage /usr/bin/awk with update-alternatives.P. J. McDermott2013-09-082-0/+2
| | | | This is also provided by gawk.
* busybox: Install new files in /etc and /var.P. J. McDermott2013-08-081-0/+2
|
* Manage clear and reset with update-alternatives.P. J. McDermott2013-08-042-0/+6
| | | | These are also provided by ncurses-bin.
* busybox: Remove ar alternative on package removal.P. J. McDermott2013-08-041-0/+1
|
* Manage /usr/bin/strings with update-alternatives.P. J. McDermott2013-06-022-1/+3
|
* Manage /usr/bin/ar with update-alternatives.P. J. McDermott2013-05-272-0/+10
|
* Update packaging to SPF 2.0.P. J. McDermott2012-10-203-3/+4
| | | | Also, add self to maintainers.
* Initial commit.P. J. McDermott2012-04-292-0/+7
Package from Joe, plus modifications by P. J.