diff options
-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. |