<div dir="ltr">On Tue, Apr 30, 2013 at 3:06 PM, Serge Hallyn <span dir="ltr"><<a href="mailto:serge.hallyn@ubuntu.com" target="_blank">serge.hallyn@ubuntu.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Quoting S.Çağlar Onur (<a href="mailto:caglar@10ur.org">caglar@10ur.org</a>):<br>


> Signed-off-by: S.Çağlar Onur <<a href="mailto:caglar@10ur.org">caglar@10ur.org</a>><br>
<br>
Oh sorry, i didn't update it in enough places did I.<br>
<br>
Per Dwight's comment we want this to be lxcpath, but that means<br>
that <a href="http://lxc.functions.in" target="_blank">lxc.functions.in</a> needs to be updated to call 'lxc-config default_path'.<br>
Is there any other place wehre that needs to be changed?</blockquote><div><br></div><div style>Wait, you confused me :) Right now <a href="http://lxc.functions.in">lxc.functions.in</a> is already calling</div><div style>

<br></div><div style>lxc_path=`lxc-config default_path`<br></div><div> </div><div>I<span style="color:rgb(80,0,80)"> guess you meant calling "</span>'lxc-config lxcpath" in <a href="http://lxc.functions.in">lxc.functions.in</a> right?</div>

<div style><span style="color:rgb(80,0,80)"><br></span></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<div><div class="h5">
> ---<br>
>  src/lxc/lxc_config.c | 2 +-<br>
>  1 file changed, 1 insertion(+), 1 deletion(-)<br>
><br>
> diff --git a/src/lxc/lxc_config.c b/src/lxc/lxc_config.c<br>
> index a454e07..cf19c7b 100644<br>
> --- a/src/lxc/lxc_config.c<br>
> +++ b/src/lxc/lxc_config.c<br>
> @@ -9,7 +9,7 @@ struct lxc_config_items {<br>
><br>
>  struct lxc_config_items items[] =<br>
>  {<br>
> -     { .name = "lxcpath", .fn = &lxc_get_default_config_path, },<br>
> +     { .name = "default_path", .fn = &lxc_get_default_config_path, },<br>
>       { .name = "lvm_vg", .fn = &lxc_get_default_lvm_vg, },<br>
>       { .name = "zfsroot", .fn = &lxc_get_default_zfs_root, },<br>
>       { .name = NULL, },<br>
> --<br>
> 1.8.1.2<br>
><br>
><br>
</div></div>> ------------------------------------------------------------------------------<br>
> Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET<br>
> Get 100% visibility into your production application - at no cost.<br>
> Code-level diagnostics for performance bottlenecks with <2% overhead<br>
> Download for free and get started troubleshooting in minutes.<br>
> <a href="http://p.sf.net/sfu/appdyn_d2d_ap1" target="_blank">http://p.sf.net/sfu/appdyn_d2d_ap1</a><br>
> _______________________________________________<br>
> Lxc-devel mailing list<br>
> <a href="mailto:Lxc-devel@lists.sourceforge.net">Lxc-devel@lists.sourceforge.net</a><br>
> <a href="https://lists.sourceforge.net/lists/listinfo/lxc-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/lxc-devel</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>S.Çağlar Onur <<a href="mailto:caglar@10ur.org">caglar@10ur.org</a>>
</div></div>