]> git.proxmox.com Git - mirror_lxc.git/commit - configure.ac
move lxc-init to /sbin/init.lxc
authorSerge Hallyn <serge.hallyn@ubuntu.com>
Thu, 27 Mar 2014 15:36:06 +0000 (10:36 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Thu, 27 Mar 2014 18:23:55 +0000 (14:23 -0400)
commit718e4f484272f73ae25e988fe361afd5a91d1ca5
tree37c9b8027745cc0bd30acb9552ea65acb0f695a1
parentcd698bdd407e6c548d6fdee3c18fe36bd328cbb5
move lxc-init to /sbin/init.lxc

Using the multiarch dir causes problems when running lxc-execute
on amd64 with an i386 container.  /sbin/lxc-init is a more confusing
name and will show up in 'lxc<tab>'.  /sbin/init.lxc should be quite
obvious as an init for lxc.

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
configure.ac
src/lxc/Makefile.am
src/lxc/execute.c