Przeglądaj źródła

u-a: Do not suggest manually changing the symlinks on verbose mode

Closes: #412487
Guillem Jover 18 lat temu
rodzic
commit
4202ca83f7
3 zmienionych plików z 9 dodań i 2 usunięć
  1. 5 0
      ChangeLog
  2. 2 0
      debian/changelog
  3. 2 2
      scripts/update-alternatives.pl

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+2008-05-02  Guillem Jover  <guillem@debian.org>
+
+	* scripts/update-alternatives.pl: Do not suggest manually changing
+	the alternative symlinks on verbose mode.
+
 2008-04-29  Guillem Jover  <guillem@debian.org>
 
 	* configure.ac: Bump version to 1.15.0~.

+ 2 - 0
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 <guillem@debian.org>  Tue, 29 Apr 2008 06:01:40 +0300
 

+ 2 - 2
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') {