Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pve-manager
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
pve-manager
Commits
89c7c4ea
Commit
89c7c4ea
authored
May 02, 2012
by
Dietmar Maurer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix vzdump parameter parser (allow --stdout)
parent
6c2bea22
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
VZDump.pm
PVE/VZDump.pm
+1
-1
changelog.Debian
debian/changelog.Debian
+6
-0
defines.mk
defines.mk
+1
-1
No files found.
PVE/VZDump.pm
View file @
89c7c4ea
...
...
@@ -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
')
{
...
...
debian/changelog.Debian
View file @
89c7c4ea
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
...
...
defines.mk
View file @
89c7c4ea
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment