[lxc-devel] lxc-netstat should use @LXCPATH@ for lxcpath=

Daniel Lezcano daniel.lezcano at free.fr
Tue Nov 17 10:03:16 UTC 2009


Andrian Nord wrote:
> Typo ;)
>
> Signed-off-by: Andrian Nord <NightNord at gmail.com>
>
> diff --git a/src/lxc/lxc-netstat.in b/src/lxc/lxc-netstat.in
> index 4ced22d..30700b2 100644
> --- a/src/lxc/lxc-netstat.in
> +++ b/src/lxc/lxc-netstat.in
> @@ -1,7 +1,7 @@
>  #!/bin/bash
>  # set -ex
>  
> -lxcpath=/var/lib/lxc
> +lxcpath=@LXCPATH@
>  exec=""
>
>   
I changed it a little (removed the "lxcpath" instead).

Thanks
  -- Daniel




More information about the lxc-devel mailing list