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
4b4ebfe8
Commit
4b4ebfe8
authored
Feb 22, 2013
by
Dietmar Maurer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug #337: avoid warning with pvectl
parent
f9fa20dd
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
pvectl
bin/pvectl
+2
-2
changelog.Debian
debian/changelog.Debian
+6
-0
defines.mk
defines.mk
+1
-1
No files found.
bin/pvectl
View file @
4b4ebfe8
...
...
@@ -43,7 +43,7 @@ my $cmddef = {
exit
0
if
(
!
scalar
(
@$vmlist
));
printf
"
%10s %-20s %-10s %-10s %-12s
%-10s
\n
",
printf
"
%10s %-20s %-10s %-10s %-12s
\n
",
qw(VMID NAME STATUS MEM(MB) DISK(GB))
;
foreach
my
$rec
(
sort
{
$a
->
{
vmid
}
<=>
$b
->
{
vmid
}
}
@$vmlist
)
{
...
...
debian/changelog.Debian
View file @
4b4ebfe8
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
...
...
defines.mk
View file @
4b4ebfe8
...
...
@@ -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
...
...
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