blob: 74232534513e97596a6153cb0fa6aa07f657b15f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
|
busybox (1.21.1-6) trunk
* /etc/rc.common: Don't allow "enable" or "disable" actions to be
disabled with /etc/rc.policy.
* Manage the following utilities with update-alternatives:
- /usr/bin/bzip2
- /usr/bin/bunzip2
- /usr/bin/bzcat
-- "P. J. McDermott" <pj@pehjota.net> Thu, 12 Jun 2014 22:09:16 -0400
busybox (1.21.1-5) trunk
* /etc/rc.common: New framework for service initialization scripts.
- Service scripts can have significantly less boilerplate logic and
be much simpler.
- Services can be enabled and disabled by the user and the system.
- A /etc/rc.policy file can be used to disable all service
initialization and manipulation.
* Convert service scripts to use the new framework.
* Make stderr a bit less noisy during services initialization.
* Make most of the /etc/rc.d/ links at install time using the new
"enable" action.
* Stop and start services in maintainer scripts.
* Fix interface names in /etc/network/interfaces.
* Make certain service scripts create and use PID files.
* Buffer early service initialization output until syslogd is running.
* Make some service scripts a little more robust.
* /etc/init.d/rc.local: New service initialization script.
* Let users modify /var/www/index.html. Only install a default
version if the user hasn't put anything in /var/www/ or if
/var/www/index.html exists and hasn't been modified.
-- "P. J. McDermott" <pj@pehjota.net> Sat, 07 Jun 2014 19:32:38 -0400
busybox (1.21.1-4) trunk
* /etc/init.d/httpd: Add missing space in start message.
* Install /usr/share/udhcpc/default.script to configure the network
interface, routes, and nameservers with DHCP.
* Create /etc/network/ directory hierarchy and generate a default
/etc/network/interfaces file to configure the available interfaces.
-- "P. J. McDermott" <pj@pehjota.net> Wed, 21 May 2014 10:41:06 -0400
busybox (1.21.1-3) trunk
* Install /etc/init.d/rc and links (rcS and rcK) thereto.
* Use absolute paths to executables in start-stop-daemon commands in service
scripts.
* Fix the placement of a newline character in /etc/init.d/mountall.
* Install a platform-specific inittab.
-- "P. J. McDermott" <pj@pehjota.net> Tue, 13 May 2014 14:53:20 -0400
busybox (1.21.1-2) trunk
* Manage the following utilities with update-alternatives:
- /usr/bin/dc
- /usr/bin/xz
- /usr/bin/unxz
- /usr/bin/xzcat
- /usr/bin/lzma
- /usr/bin/unlzma
- /usr/bin/lzcat
-- "P. J. McDermott" <pj@pehjota.net> Thu, 08 May 2014 14:58:39 -0400
busybox (1.21.1-1) trunk
* New upstream version.
* Update packaging to SPF 2.0 and opkhelper 3.0.
* Build-Depend on config-busybox-${Host-Plat}.
* Add "source" target to download and verify source.
* Cherry pick patch to install man applet in /usr/bin, not /sbin.
* Cherry pick patch to fix awk's handling of empty function bodies.
* Add patch to make the OS name as reported by uname configurable.
* Manage the following utilities (listed in /usr/share/busybox/alternatives)
with update-alternatives:
- /usr/bin/awk
- /usr/bin/ar
- /usr/bin/strings
- /usr/bin/clear
- /usr/bin/reset
- /usr/bin/mkpasswd
* Provide init scripts.
* Provide /var/www/index.html.
* Remove outdated convenience copy of busybox.config from source package.
* New maintainer.
* Make busybox essential.
-- "P. J. McDermott" <pj@pehjota.net> Fri, 14 Mar 2014 00:28:32 -0400
busybox (1.19.3-1)
* Initial release.
-- Joseph Flynn <jjf22@njit.edu> Wed, 25 Apr 2012 11:41:17 -0400
|