fix vzdump parameter parser (allow --stdout)

This commit is contained in:
Dietmar Maurer 2012-05-02 11:13:13 +02:00
parent 5d6259a040
commit 59af6aee78
3 changed files with 8 additions and 2 deletions

View File

@ -1227,7 +1227,7 @@ sub command_line {
}
foreach my $p (keys %$param) {
next if $p eq 'id' || $p eq 'vmid' || $p eq 'starttime' || $p eq 'dow';
next if $p eq 'id' || $p eq 'vmid' || $p eq 'starttime' || $p eq 'dow' || $p eq 'stdout';
my $v = $param->{$p};
my $pd = $confdesc->{$p} || die "no such vzdump option '$p'\n";
if ($p eq 'exclude-path') {

View File

@ -1,3 +1,9 @@
pve-manager (2.1-3) unstable; urgency=low
* fix vzdump parameter parser (allow --stdout)
-- Proxmox Support Team <support@proxmox.com> Wed, 02 May 2012 11:12:56 +0200
pve-manager (2.1-2) unstable; urgency=low
* set apache directory access options for all used dirs

View File

@ -2,7 +2,7 @@ RELEASE=2.1
VERSION=2.1
PACKAGE=pve-manager
PACKAGERELEASE=2
PACKAGERELEASE=3
BINDIR=${DESTDIR}/usr/bin
PERLLIBDIR=${DESTDIR}/usr/share/perl5