diff options
-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; |