summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2014-02-19 21:23:11 (EST)
committer P. J. McDermott <pjm@nac.net>2014-02-19 21:23:11 (EST)
commita1bb6168eec8667dee6fea788a2b676596ab11ee (patch)
tree8d1b09736bb90d7d97616b63e300065074e5e873
parent7375fcb0519efe76772ac97ef86ab21712cb543f (diff)
changelog: Combine repetitive change entries.
-rw-r--r--changelog14
1 files changed, 8 insertions, 6 deletions
diff --git a/changelog b/changelog
index e98ac92..91fe725 100644
--- a/changelog
+++ b/changelog
@@ -6,12 +6,14 @@ busybox (1.21.1-1) trunk
* 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.
- * Manage /usr/bin/awk with update-alternatives.
- * Manage /usr/bin/ar with update-alternatives.
- * Manage /usr/bin/strings with update-alternatives.
- * Manage /usr/bin/clear with update-alternatives.
- * Manage /usr/bin/reset with update-alternatives.
- * Manage /usr/bin/mkpasswd with update-alternatives.
+ * 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.
* Add self to maintainers.