diff options
author | P. 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) |
commit | a1bb6168eec8667dee6fea788a2b676596ab11ee (patch) | |
tree | 8d1b09736bb90d7d97616b63e300065074e5e873 | |
parent | 7375fcb0519efe76772ac97ef86ab21712cb543f (diff) |
changelog: Combine repetitive change entries.
-rw-r--r-- | changelog | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -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. |