Просмотр исходного кода

Improve working of --config output

Wichert Akkerman лет назад: 24
Родитель
Сommit
bbd60aff5f
3 измененных файлов с 7 добавлено и 3 удалено
  1. 4 0
      ChangeLog
  2. 1 1
      debian/changelog
  3. 2 2
      scripts/update-alternatives.pl

+ 4 - 0
ChangeLog

@@ -1,3 +1,7 @@
+Sun Feb 10 01:16:58 CET 2002 Wichert Akkerman <wakkerma@debian.org>
+
+  * scripts/update-alternatives.pl: Improve working of --config output
+
 Thu Feb  7 15:27:35 CET 2002 Wichert Akkerman <wakkerma@debian.org>
 
   * main/processarc.c: copy origin and bugs info into status file

+ 1 - 1
debian/changelog

@@ -40,7 +40,6 @@ dpkg (1.10) unstable; urgency=low
   * Add configurable package listing support to dpkg-query
   * Handle window resize in dselect main menu. Closes: Bug#98275
   * update-rc.d moved to the sysvinit package. Closes: Bug#108887,#109282
-  * Update French translation
   * Add --showformat and --show options to dpkg-deb and dpkg-query to
     allow one to customize the output format
   * several install-info cleanups:
@@ -82,6 +81,7 @@ dpkg (1.10) unstable; urgency=low
   * Update-alternatives now correctly restores an alternative to auto mode
     when removing a manually selected alternative. Closes: Bug#132632
   * Copy bugs and origin information into status file. Closes: Bug#132714
+  * Improve wording of update-alternatives --config text. Closes: Bug#133035
 
  -- Wichert Akkerman <wakkerma@debian.org>  Mon, 20 Aug 2001 14:54:38 +0200
 

+ 2 - 2
scripts/update-alternatives.pl

@@ -491,8 +491,8 @@ sub config_message {
 	print "($versions[0]). Nothing to configure.\n";
 	return;
     }
-    printf(STDOUT "\nThere are %s programs which provide \`$name'.\n\n", $#versions+1);
-    printf(STDOUT "  Selection    Command\n");
+    printf(STDOUT "\nThere are %s alternatives which provide \`$name'.\n\n", $#versions+1);
+    printf(STDOUT "  Selection    Alternative\n");
     printf(STDOUT "-----------------------------------------------\n");
     for ($i=0; $i<=$#versions; $i++) {
 	printf(STDOUT "%s%s    %s        %s\n",