[Libvirt-cim] [PATCH] Expect diskpool.conf in /etc/libvirt by default

Dan Smith danms at us.ibm.com
Thu Apr 24 16:42:05 UTC 2008


# HG changeset patch
# User Dan Smith <danms at us.ibm.com>
# Date 1209055317 25200
# Node ID 670b3d932d33237f6bd6fb986fda66ea0fa74c9a
# Parent  b0cbe4e6fd7d1b2f072d2a3b3c3e3ee99b45ef0f
Expect diskpool.conf in /etc/libvirt by default

Signed-off-by: Dan Smith <danms at us.ibm.com>

diff -r b0cbe4e6fd7d -r 670b3d932d33 configure.ac
--- a/configure.ac	Thu Apr 24 09:06:01 2008 -0700
+++ b/configure.ac	Thu Apr 24 09:41:57 2008 -0700
@@ -56,9 +56,9 @@ AC_DEFINE_UNQUOTED(CIM_VIRT_NS, "$CIM_VI
 AC_DEFINE_UNQUOTED(CIM_VIRT_NS, "$CIM_VIRT_NS", [Namespace for provider source])
 
 AC_ARG_WITH([diskconfig], 
-            [  --with-diskconfig=PATH  Set config file for disk pool. (default=/tmp/diskpool.conf)], 
+            [  --with-diskconfig=PATH  Set config file for disk pool. (default=/etc/libvirt/diskpool.conf)], 
             [DEFINE_DISK_CONFIG($with_diskconfig)], 
-            [DEFINE_DISK_CONFIG(/tmp/diskpool.conf)]
+            [DEFINE_DISK_CONFIG(/etc/libvirt/diskpool.conf)]
 )
 AC_ARG_WITH([maxmem], 
             [  --with-maxmem=FOO	  Set max memory (KB) for a guest.], 




More information about the Libvirt-cim mailing list