]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Move config files to align with driver sources
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 16 Sep 2009 11:31:13 +0000 (12:31 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 21 Sep 2009 13:41:45 +0000 (14:41 +0100)
commitec171c529a11a1c9a06ba3d85a23ced1ed162dae
tree0cb5c6a2ee011197f37707e7f245f69c7efc8c33
parent7ff256ec988ff0674028d634c2708f53b5fb8208
Move config files to align with driver sources

* daemon/default-network.xml: Move to src/network/default.xml
* daemon/libvirtd_qemu.aug, daemon/test_libvirtd_qemu.aug: Move
  to src/qemu/
* src/qemu.conf: Move to src/qemu/qemu.conf
* daemon/Makefile.am: Remove rules for default-nmetwork.xml and
  libvirtd_qemu.aug and test_libvirtd_qemu.aug. Fix typo in
  uninstall-local that would install polkit again.
* src/Makefile.am: Add rules for installing network/default.xml
  and the qemu/*.aug files. Add test case for QEMU augeas files.
  Add uninstall-local rule for files/directories created during
  install. Rename install-exec-local to install-data-local.
  Only install qemu.conf if WITH_QEMU is set.
* tests/networkschematest: Update for XML location move
daemon/Makefile.am
daemon/default-network.xml [deleted file]
daemon/libvirtd_qemu.aug [deleted file]
daemon/test_libvirtd_qemu.aug [deleted file]
src/Makefile.am
src/network/default.xml [new file with mode: 0644]
src/qemu.conf [deleted file]
src/qemu/libvirtd_qemu.aug [new file with mode: 0644]
src/qemu/qemu.conf [new file with mode: 0644]
src/qemu/test_libvirtd_qemu.aug [new file with mode: 0644]
tests/networkschematest