]> git.proxmox.com Git - pve-manager.git/commitdiff
fix bug #337: avoid warning with pvectl
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 22 Feb 2013 05:11:54 +0000 (06:11 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 22 Feb 2013 05:11:54 +0000 (06:11 +0100)
bin/pvectl
debian/changelog.Debian
defines.mk

index af92d223826b655213b708c74c03a9f18596bbe0..834c9e2b0e1fbd216155f0567c5e2aa803cd795e 100755 (executable)
@@ -43,8 +43,8 @@ my $cmddef = {
 
                 exit 0 if (!scalar(@$vmlist));
 
-                printf "%10s %-20s %-10s %-10s %-12s %-10s\n", 
-                qw(VMID NAME STATUS MEM(MB)  DISK(GB));
+                printf "%10s %-20s %-10s %-10s %-12s\n", 
+                qw(VMID NAME STATUS MEM(MB) DISK(GB));
 
                 foreach my $rec (sort { $a->{vmid} <=> $b->{vmid} } @$vmlist) {
                     printf "%10s %-20s %-10s %-10s %-12.2f\n", $rec->{vmid}, $rec->{name} || '', 
index 807d6f1cc68891b0870b55d23241383515ebe55e..2dedb5f77be3afa9e2dc02cb57aab478703f86c9 100644 (file)
@@ -1,3 +1,9 @@
+pve-manager (2.3-9) unstable; urgency=low
+
+  * fix bug #337: avoid warning with pvectl
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 22 Feb 2013 06:11:38 +0100
+
 pve-manager (2.3-8) unstable; urgency=low
 
   * Allow to set tablet option on the GUI
index 0823a7e92e06602ee9304791fbec4903c41b79bb..21f5461672462aa79a75572c8106863b4ddd8699 100644 (file)
@@ -2,7 +2,7 @@ RELEASE=2.3
 
 VERSION=2.3
 PACKAGE=pve-manager
-PACKAGERELEASE=8
+PACKAGERELEASE=9
 
 BINDIR=${DESTDIR}/usr/bin
 PERLLIBDIR=${DESTDIR}/usr/share/perl5