From: jacob Date: Fri, 8 Jul 2005 21:40:53 +0000 (+0000) Subject: source sysconfig file as well X-Git-Tag: v1_7_140~1^12~3^2~55^5~93 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=2d3d0a4396176bb1e33146e457b35bf0e99a4d79;p=fs%2Flustre-release.git source sysconfig file as well --- diff --git a/lustre/scripts/lustre b/lustre/scripts/lustre index 79a54e7..f4dc21e 100755 --- a/lustre/scripts/lustre +++ b/lustre/scripts/lustre @@ -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}