]> git.proxmox.com Git - mirror_lxc.git/commit - configure.ac
Rename /etc/lxc/lxc.conf to /etc/lxc/default.conf.
authorDwight Engen <dwight.engen@oracle.com>
Mon, 4 Feb 2013 21:53:25 +0000 (16:53 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Wed, 6 Feb 2013 15:20:29 +0000 (10:20 -0500)
commitbb9702b539188bcc0c37f351633b087d1c22d2a6
tree94d1bd93f6a2d26d67988a1615c914289c731170
parentc9f8b9859d59c25f7e07885166079a81b27fc0cd
Rename /etc/lxc/lxc.conf to /etc/lxc/default.conf.

This will soon be followed by the introduction of a "real" system wide
/etc/lxc/lxc.conf storing global LXC settings.

Signed-off-by: Dwight Engen <dwight.engen@oracle.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
14 files changed:
config/Makefile.am
config/default.conf.libvirt [new file with mode: 0644]
config/default.conf.ubuntu [new file with mode: 0644]
config/default.conf.unknown [new file with mode: 0644]
config/lxc.conf.libvirt [deleted file]
config/lxc.conf.ubuntu [deleted file]
config/lxc.conf.unknown [deleted file]
configure.ac
src/lxc/lxc-create.in
src/lxc/lxccontainer.c
src/tests/containertests.c
src/tests/destroytest.c
src/tests/saveconfig.c
src/tests/startone.c