diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-06-04 23:08:41 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-06-04 23:08:41 (EDT) |
commit | 9de16d22b0ac3cbb74793faa913db889d8151ee5 (patch) | |
tree | 0f6ed6fe2701368c036c0da9e72be362963d68b6 /changelog | |
parent | 79d474a5fdc0ea8b9e05f5b68567dbbe9086e4ca (diff) | |
parent | b98d2d2ad1e341a6493fcd5531d605e8427665ca (diff) |
Merge branch 'feature/init-system-improvements'.
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,24 @@ +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. + * Clean up stderr 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. + + -- "P. J. McDermott" <pj@pehjota.net> Mon, 02 Jun 2014 19:58:21 -0400 + busybox (1.21.1-4) trunk * /etc/init.d/httpd: Add missing space in start message. |