]> git.ipfire.org Git - thirdparty/lxc.git/commit
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>
Tue, 1 Apr 2014 20:00:40 +0000 (16:00 -0400)
commit82d657b4126dfb8ff42bf14403a462547da50e93
tree06fe3e822a922c7c0f25fe6f2f14071911ecc289
parent5291485559d39c7f3480c7df76fc42c92a7b7b1d
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