From 1e606e517caf30c5d77943804d03b5f0f08d0d81 Mon Sep 17 00:00:00 2001 From: Volker Uhrig Date: Wed, 21 Jan 2009 14:23:21 +0000 Subject: * Moved /var/lib/vmware => /var/lib/virt/vmware as temporaery workaround till we removed vmconfigs/ git-svn-id: http://svn.openslx.org/svn/openslx/openslx-src-tools/vmchooser/trunk@2513 95ad53e4-c205-0410-b2fa-d234c58c8868 --- vmchooser/main.cxx | 2 +- vmchooser/runImage.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vmchooser/main.cxx b/vmchooser/main.cxx index fb2db46..3b82ef3 100644 --- a/vmchooser/main.cxx +++ b/vmchooser/main.cxx @@ -65,7 +65,7 @@ int main(int argc, char** argv) { if (xmlpath == NULL) { // Default Path comes here - xmlpath = (char *) "/var/lib/vmware/vmconfigs/"; + xmlpath = (char *) "/var/lib/virt/vmware/vmconfigs/"; } /* VERSION */ diff --git a/vmchooser/runImage.cxx b/vmchooser/runImage.cxx index d9f9259..2a33db5 100644 --- a/vmchooser/runImage.cxx +++ b/vmchooser/runImage.cxx @@ -144,7 +144,7 @@ char* getFolderName() { string writeConfXml(DataEntry& dat) { //char* pname = getFolderName(); - string pname = string().append("/var/lib/vmware/runscripts"); + string pname = string().append("/var/lib/virt/vmware/runscripts"); xmlNodePtr cur = 0; xmlNodePtr root = 0; -- cgit v1.2.3-55-g7522