]> git.proxmox.com Git - pve-client.git/commitdiff
Add "lxc enter" from "pventer" without its deps.
authorRené Jochum <r.jochum@proxmox.com>
Tue, 5 Jun 2018 16:03:42 +0000 (18:03 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 6 Jun 2018 04:09:30 +0000 (06:09 +0200)
This patch adds the functionality of "pventer" to "pveclient" without
its external dependecies, we solved them with our internal tools.

I tried to use IO::Select->select() but failed hard with it, so i
switched back to $select->can_(read|write).

Signed-off-by: René Jochum <r.jochum@proxmox.com>

No differences found