From 4202ca83f79fe7fc729794963e1e02c0e771ac6b Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Fri, 2 May 2008 06:51:08 +0300 Subject: [PATCH] u-a: Do not suggest manually changing the symlinks on verbose mode Closes: #412487 --- ChangeLog | 5 +++++ debian/changelog | 2 ++ scripts/update-alternatives.pl | 4 ++-- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 19cd7cf4..15376576 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-05-02 Guillem Jover + + * scripts/update-alternatives.pl: Do not suggest manually changing + the alternative symlinks on verbose mode. + 2008-04-29 Guillem Jover * configure.ac: Bump version to 1.15.0~. diff --git a/debian/changelog b/debian/changelog index ebf91e21..9faeadc3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,7 @@ dpkg (1.15.0) UNRELEASED; urgency=low + * Do not suggest manually changing the alternative symlinks on + update-alternative's verbose mode. Closes: #412487 -- Guillem Jover Tue, 29 Apr 2008 06:01:40 +0300 diff --git a/scripts/update-alternatives.pl b/scripts/update-alternatives.pl index edbbec8b..8b9b193e 100755 --- a/scripts/update-alternatives.pl +++ b/scripts/update-alternatives.pl @@ -433,8 +433,8 @@ if ($state eq 'unexpected' && $mode eq 'auto') { # action=auto <=> state=nonexistent # state=unexpected => mode=manual -&pr(sprintf(_g("Checking available versions of %s, updating links in %s ...\n". - "(You may modify the symlinks there yourself if desired - see \`man ln'.)"), $name, $altdir)) +pr(sprintf(_g("Checking available versions of %s, updating links in %s ..."), + $name, $altdir)) if $verbosemode > 0; if ($action eq 'install') { -- 2.39.5