Author: guillem
Date: 2006-06-16 05:42:18 +0000 (Fri, 16 Jun 2006)
New Revision: 394
Modified:
trunk/ChangeLog
trunk/debian/changelog
trunk/scripts/update-alternatives.pl
Log:
Print update-alternatives '--config' listing layout evenly spaced.
Closes: #325895
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2006-06-11 20:07:57 UTC (rev 393)
+++ trunk/ChangeLog 2006-06-16 05:42:18 UTC (rev 394)
@@ -1,3 +1,8 @@
+2006-06-16 Guillem Jover <[EMAIL PROTECTED]>
+
+ * scripts/update-alternatives.pl (config_message): Print '--config'
+ listing layout evenly spaced.
+
2006-06-07 Guillem Jover <[EMAIL PROTECTED]>
* scripts/dpkg-scansources.pl: Remove invalid comment mentioning
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2006-06-11 20:07:57 UTC (rev 393)
+++ trunk/debian/changelog 2006-06-16 05:42:18 UTC (rev 394)
@@ -5,6 +5,8 @@
introduced in that version. Thanks to Sergio Gelato. Closes: #370536
* Add '.bzrtags' directory to default dpkg-source -i regex.
Suggested by Adeodato Simó. Closes: #370392
+ * Print update-alternatives '--config' listing layout evenly spaced.
+ Closes: #325895
[ Updated dpkg Translations ]
* Romanian (Eddy Petrişor).
Modified: trunk/scripts/update-alternatives.pl
===================================================================
--- trunk/scripts/update-alternatives.pl 2006-06-11 20:07:57 UTC (rev
393)
+++ trunk/scripts/update-alternatives.pl 2006-06-16 05:42:18 UTC (rev
394)
@@ -555,7 +555,7 @@
"-----------------------------------------------\n"),
$#versions+1, $name);
for ($i=0; $i<=$#versions; $i++) {
- printf(STDOUT "%s%s %s %s\n",
+ printf(STDOUT "%s%s %8s %s\n",
(readlink("$altdir/$name") eq $versions[$i]) ? '*' : ' ',
($best eq $versions[$i]) ? '+' : ' ',
$i+1, $versions[$i]);
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]