diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-06-02 23:56:37 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-06-02 23:56:37 (EDT) |
commit | d190cac00bf4a4b4567b24ef700a00a16207bc5b (patch) | |
tree | 6be2f68c928a5d1fc4bdf15b959223b9595dae3f | |
parent | b3b2a1670077057503f641423e0790736c52cd0a (diff) |
changelog: Update.
-rw-r--r-- | changelog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,7 +1,13 @@ 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. * 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. -- "P. J. McDermott" <pj@pehjota.net> Mon, 02 Jun 2014 19:58:21 -0400 |