summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-06-11 18:32:36 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-06-11 18:32:36 (EDT)
commitee099f15454daa77bbcc0165d2fcd03739c761fc (patch)
tree76d528d267fd0283d8f48fb221e8991ba72899d8
parent6922970b6ecf9eb8af85ea1a1afacf6d78fdfc0d (diff)
alternatives: Add bzip2 utilities.
-rw-r--r--alternatives3
-rw-r--r--changelog4
2 files changed, 7 insertions, 0 deletions
diff --git a/alternatives b/alternatives
index 968546e..cb0dca0 100644
--- a/alternatives
+++ b/alternatives
@@ -1,5 +1,8 @@
/usr/bin/awk awk 10
/usr/bin/dc dc 10
+/usr/bin/bzip2 bzip2 10
+/usr/bin/bunzip2 bunzip2 10
+/usr/bin/bzcat bzcat 10
/usr/bin/xz xz 10
/usr/bin/unxz unxz 10
/usr/bin/xzcat xzcat 10
diff --git a/changelog b/changelog
index 890657e..96d91d4 100644
--- a/changelog
+++ b/changelog
@@ -2,6 +2,10 @@ busybox (1.21.1-6) trunk
* /etc/rc.common: Don't allow "enable" or "disable" actions to be
disabled with /etc/rc.policy.
+ * Manage the following utilities with update-alternatives:
+ - /usr/bin/bzip2
+ - /usr/bin/bunzip2
+ - /usr/bin/bzcat
-- "P. J. McDermott" <pj@pehjota.net> Mon, 09 Jun 2014 15:05:56 -0400