diff options
author | Volker Uhrig | 2009-01-21 15:23:21 +0100 |
---|---|---|
committer | Volker Uhrig | 2009-01-21 15:23:21 +0100 |
commit | 1e606e517caf30c5d77943804d03b5f0f08d0d81 (patch) | |
tree | f63f78f8fa5e694f1358aa5419ffc81f66255f64 | |
parent | vmchooser: (diff) | |
download | vmchooser-1e606e517caf30c5d77943804d03b5f0f08d0d81.tar.gz vmchooser-1e606e517caf30c5d77943804d03b5f0f08d0d81.tar.xz vmchooser-1e606e517caf30c5d77943804d03b5f0f08d0d81.zip |
* 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
-rw-r--r-- | vmchooser/main.cxx | 2 | ||||
-rw-r--r-- | 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; |