diff options
-rw-r--r-- | alternatives | 3 | ||||
-rw-r--r-- | changelog | 4 |
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 @@ -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 |