[Ocfs2-tools-commits] jlbec commits r949 - trunk/vendor/common

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Jun 14 20:58:49 CDT 2005


Author: jlbec
Date: 2005-06-14 20:58:47 -0500 (Tue, 14 Jun 2005)
New Revision: 949

Modified:
   trunk/vendor/common/o2cb.init
Log:

o Prefer Red Hat in ordering



Modified: trunk/vendor/common/o2cb.init
===================================================================
--- trunk/vendor/common/o2cb.init	2005-06-15 01:56:06 UTC (rev 948)
+++ trunk/vendor/common/o2cb.init	2005-06-15 01:58:47 UTC (rev 949)
@@ -25,11 +25,11 @@
 then
     # Debian
     CONFIGURATION=/etc/default/o2cb
-elif [ -d /etc/default ]
+elif [ -d /etc/sysconfig ]
 then
+    CONFIGURATION=/etc/sysconfig/o2cb
+else
     CONFIGURATION=/etc/default/o2cb
-else
-    CONFIGURATION=/etc/sysconfig/o2cb
 fi
 
 # Source configuration, 



More information about the Ocfs2-tools-commits mailing list