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

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Tue May 6 14:08:26 EDT 2008


Author: justi9
Date: 2008-05-06 14:08:26 -0400 (Tue, 06 May 2008)
New Revision: 2000

Modified:
   mgmt/cumin/python/cumin/__init__.py
Log:
Change the default system cumin home

Modified: mgmt/cumin/python/cumin/__init__.py
===================================================================
--- mgmt/cumin/python/cumin/__init__.py	2008-05-06 17:58:12 UTC (rev 1999)
+++ mgmt/cumin/python/cumin/__init__.py	2008-05-06 18:08:26 UTC (rev 2000)
@@ -133,7 +133,7 @@
     def __init__(self):
         super(CuminConfig, self).__init__()
 
-        hdef = os.path.normpath("/usr/share/cumin")
+        hdef = os.path.normpath("/var/lib/cumin")
         self.home = os.environ.get("CUMIN_HOME", hdef)
 
         if not os.path.isdir(self.home):




More information about the rhmessaging-commits mailing list