summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRaphael Hertzog <hertzog@debian.org>2009-02-06 18:58:48 +0100
committerRaphael Hertzog <hertzog@debian.org>2009-02-09 09:11:32 +0100
commitd337a00b50ba8fe28d667f1950a57728b4d01dd3 (patch)
treeae0a29290fb72cc5ef6282638e3d8e804ad004be /ChangeLog
parentaaf5632144525f4014570f47b2a6a2adef366c2f (diff)
downloaddpkg-d337a00b50ba8fe28d667f1950a57728b4d01dd3.tar.gz
update-alternatives: let --install fix links if necessary
* scripts/update-alternatives.pl: Change set_links() to also reset the main alternative link. Add a parameter to make it quiet. When --install reinstalls the current and manually selected entry, let it recreate the symlinks in case something has gone wrong.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 060fe27f7..1f144123c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,14 @@
2009-02-06 Raphael Hertzog <hertzog@debian.org>
+ * scripts/update-alternatives.pl: Change set_links() to
+ also reset the main alternative link. Add a parameter to
+ make it quiet.
+ When --install reinstalls the current and manually selected entry,
+ let it recreate the symlinks in case something has gone wrong.
+
+2009-02-06 Raphael Hertzog <hertzog@debian.org>
+
* scripts/update-alternatives.pl: Remove the alternative when
the last choice is removed, even if we are in manual mode.
* man/update-alternatives.8: Update the documentation