]> git.proxmox.com Git - mirror_lxc.git/commit
move script templates to an adequate place
authorDaniel Lezcano <dlezcano@fr.ibm.com>
Mon, 7 Jun 2010 09:33:55 +0000 (11:33 +0200)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Mon, 7 Jun 2010 09:33:55 +0000 (11:33 +0200)
commitc01d62f21b21ba6c2b8b78ab3c2b37cc8f8fd265
treed371ee22db6aec868896e42dc72fd2bff8ed66dc
parentd6b1784e1e76426fa0e10c1f3e3f2705d0b62f86
move script templates to an adequate place

At present the lxc-{template} scripts are installed in the $bindir.
This is not the right place as specified by the FHS, so they go to
$libdir/lxc/templates.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
15 files changed:
Makefile.am
configure.ac
scripts/Makefile.am [deleted file]
scripts/lxc-busybox.in [deleted file]
scripts/lxc-debian.in [deleted file]
scripts/lxc-fedora.in [deleted file]
scripts/lxc-sshd.in [deleted file]
scripts/lxc-ubuntu.in [deleted file]
src/lxc/lxc-create.in
templates/Makefile.am [new file with mode: 0644]
templates/lxc-busybox.in [new file with mode: 0644]
templates/lxc-debian.in [new file with mode: 0644]
templates/lxc-fedora.in [new file with mode: 0644]
templates/lxc-sshd.in [new file with mode: 0644]
templates/lxc-ubuntu.in [new file with mode: 0644]