find -printf option may not be avaiable in some implementations,
e.g., busybox. This patch changes the scripts to use -exec
and -print0 which are probably more portable than -printf.
Signed-off-by: Ryota Ozaki
---
src/lxc/lxc-ls.in |2 +-
src/lxc/lxc-ps.in |5 +++--
2 files changed, 4 in
On 03/24/2012 04:22 AM, Diego Elio Pettenò wrote:
> The shared object versioning on the library (soname) was completely wrong,
> as the ABI doesn't seem to be guaranteed between one version and the other,
> so proposing all of them as .so.0 is very wrong.
>
> Furthermore you generally want lxc-init
On 04/06/2012 12:22 AM, Damian Eads wrote:
> Hi,
>
> Thank you for an excellent software package. I've found lxc
> exceptionally useful. I am using containers for short period to do a
> small task (e.g. build some arbitrary code), and then I stop the
> container. I initially tried lxc-execute but I