[rhmessaging-commits] rhmessaging commits: r1993 - mgmt/cumin/python/cumin.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Thu May 1 14:01:33 EDT 2008


Author: nunofsantos
Date: 2008-05-01 14:01:33 -0400 (Thu, 01 May 2008)
New Revision: 1993

Modified:
   mgmt/cumin/python/cumin/__init__.py
Log:
change default CUMIN_HOME path to match the cumin specfile

Modified: mgmt/cumin/python/cumin/__init__.py
===================================================================
--- mgmt/cumin/python/cumin/__init__.py	2008-05-01 17:48:47 UTC (rev 1992)
+++ mgmt/cumin/python/cumin/__init__.py	2008-05-01 18:01:33 UTC (rev 1993)
@@ -133,7 +133,7 @@
     def __init__(self):
         super(CuminConfig, self).__init__()
 
-        hdef = os.path.normpath("/var/lib/cumin")
+        hdef = os.path.normpath("/usr/share/cumin")
         self.home = os.environ.get("CUMIN_HOME", hdef)
 
         if not os.path.isdir(self.home):




More information about the rhmessaging-commits mailing list