summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRaphael Hertzog <hertzog@debian.org>2009-02-22 19:20:41 +0100
committerRaphael Hertzog <hertzog@debian.org>2009-02-22 21:09:58 +0100
commitb633f89b56804977a9fbaf9af8d67caa31dd2c94 (patch)
tree39a6a82b752a20526db4dd8cef24a749758c2f9d /ChangeLog
parent50652b69c1077cc3a7d728ecabe366fce1c21645 (diff)
downloaddpkg-b633f89b56804977a9fbaf9af8d67caa31dd2c94.tar.gz
update-alternatives: --all can be used to restore broken alternatives
Since alternatives are repaired every time they are reconfigured, the user can use --all to reconfigure them all with the current choice and repair everything. Document this in the manual pages and ensure that it really works that way by returning a valid choice. Closes: #250258, #395556
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c902f8691..9f37ceb8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2009-02-22 Raphael Hertzog <hertzog@debian.org>
+ * man/update-alternatives.8: Document how --all can be used to
+ repair all alternatives on the system in a single command.
+ * scripts/update-alternatives.pl: Ensure the above explanation
+ is true by ensuring that --config does something sensible when
+ no alternative is currently selected and when the user input is
+ empty: it will auto-select the best alternative.
+
+2009-02-22 Raphael Hertzog <hertzog@debian.org>
+
* scripts/update-alternatives.pl: Implement --set-selections.
It's the the counterpart of --get-selections, it reads
configuration on standard input and reconfigures alternatives