Re: [lxc-devel] [PATCH] lxc api: fix some config_path oddities

2013-02-10 Thread Stéphane Graber
On 02/08/2013 05:06 PM, Serge Hallyn wrote: > 1. When calling c->set_config_path(), update configfile. I.e. if we > are setting the config_path to /var/lib/lxc, then the configfile should > be changed to /var/lib/lxc/$container/config > > 2. Add an optional configpath argument to lxc_container_ne

Re: [lxc-devel] [PATCH] lxc-create: Improve the layout of the config

2013-02-10 Thread Serge Hallyn
Quoting Stéphane Graber (stgra...@ubuntu.com): > This simply adds an extra blank line between the original lxc config > and the template generated options. > > In typical use cases, this means that we'll now get the header, then > a blank line, then default.conf content, then a blank line and fina

Re: [lxc-devel] [PATCH] Add missing manpages

2013-02-10 Thread Serge Hallyn
Quoting Stéphane Graber (stgra...@ubuntu.com): > This introduces manpages for: > - lxc-checkconfig > - lxc-device > - lxc-info > - lxc-netstat > - lxc-shutdown (wasn't in Makefile) > - lxc-start-ephemeral > - lxc-version > > This commit also sorts configure.ac and Makefile.am. > > Signed-o