summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. 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)
commitd190cac00bf4a4b4567b24ef700a00a16207bc5b (patch)
tree6be2f68c928a5d1fc4bdf15b959223b9595dae3f
parentb3b2a1670077057503f641423e0790736c52cd0a (diff)
changelog: Update.
-rw-r--r--changelog6
1 files changed, 6 insertions, 0 deletions
diff --git a/changelog b/changelog
index 6b3611b..8a72330 100644
--- a/changelog
+++ b/changelog
@@ -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