From ee099f15454daa77bbcc0165d2fcd03739c761fc Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 11 Jun 2014 18:32:36 -0400 Subject: alternatives: Add bzip2 utilities. --- 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" Mon, 09 Jun 2014 15:05:56 -0400 -- cgit v0.9.1