[lxc-devel] [PATCH] fix the expansion of libexecdir when not explicitly passed to configure

Stéphane Graber stgraber at ubuntu.com
Fri Jun 20 18:31:26 UTC 2014


On Fri, Jun 20, 2014 at 02:22:06PM -0400, Dwight Engen wrote:
> Signed-off-by: Dwight Engen <dwight.engen at oracle.com>

Acked-by: Stéphane Graber <stgraber at ubuntu.com>

> ---
>  config/init/systemd/lxc.service.in | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/config/init/systemd/lxc.service.in b/config/init/systemd/lxc.service.in
> index 5f155b6..0a428a3 100644
> --- a/config/init/systemd/lxc.service.in
> +++ b/config/init/systemd/lxc.service.in
> @@ -5,9 +5,9 @@ After=syslog.target network.target
>  [Service]
>  Type=oneshot
>  RemainAfterExit=yes
> -ExecStartPre=@libexecdir@/lxc/lxc-devsetup
> -ExecStart=@libexecdir@/lxc/lxc-autostart-helper start
> -ExecStop=@libexecdir@/lxc/lxc-autostart-helper stop
> +ExecStartPre=@LIBEXECDIR@/lxc/lxc-devsetup
> +ExecStart=@LIBEXECDIR@/lxc/lxc-autostart-helper start
> +ExecStop=@LIBEXECDIR@/lxc/lxc-autostart-helper stop
>  # Environment=BOOTUP=serial
>  # Environment=CONSOLETYPE=serial
>  StandardOutput=syslog
> -- 
> 1.9.3
> 
> _______________________________________________
> lxc-devel mailing list
> lxc-devel at lists.linuxcontainers.org
> http://lists.linuxcontainers.org/listinfo/lxc-devel

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20140620/f8b2d8aa/attachment.sig>


More information about the lxc-devel mailing list