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
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
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