Whamcloud - gitweb
source sysconfig file as well
authorjacob <jacob>
Fri, 8 Jul 2005 21:40:53 +0000 (21:40 +0000)
committerjacob <jacob>
Fri, 8 Jul 2005 21:40:53 +0000 (21:40 +0000)
lustre/scripts/lustre

index 79a54e7..f4dc21e 100755 (executable)
@@ -26,6 +26,7 @@ LOCK=/var/lock/subsys/$SERVICE
 
 : ${LUSTRE_CFG:=/etc/lustre/lustre.cfg}
 [ -f ${LUSTRE_CFG} ] && . ${LUSTRE_CFG}
+[ -f /etc/sysconfig/lustre ] && . /etc/sysconfig/lustre
 
 : ${LUSTRE_CONFIG_XML:=/etc/lustre/config.xml}
 : ${LCONF:=/usr/sbin/lconf}