From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2123 invoked by alias); 3 Sep 2009 17:26:08 -0000 Received: (qmail 2114 invoked by alias); 3 Sep 2009 17:26:07 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS X-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS X-Spam-Check-By: sourceware.org X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bastion2.fedora.phx.redhat.com Subject: cluster: STABLE3 - config validation: allow users to specify an alternate config file To: cluster-cvs-relay@redhat.com X-Project: Cluster Project X-Git-Module: cluster.git X-Git-Refname: refs/heads/STABLE3 X-Git-Reftype: branch X-Git-Oldrev: 1f6fca6085ed19ea16e4bdbab2eb3a640100b5cb X-Git-Newrev: e03770c19ad0145c81b2549b17ed77667110c697 From: "Fabio M. Di Nitto" Message-Id: <20090903172547.5F8B51201C5@lists.fedorahosted.org> Date: Thu, 03 Sep 2009 17:26:00 -0000 X-Scanned-By: MIMEDefang 2.67 on 10.5.11.11 Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2009-q3/txt/msg00304.txt.bz2 Gitweb: http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=e03770c19ad0145c81b2549b17ed77667110c697 Commit: e03770c19ad0145c81b2549b17ed77667110c697 Parent: 1f6fca6085ed19ea16e4bdbab2eb3a640100b5cb Author: Fabio M. Di Nitto AuthorDate: Thu Sep 3 19:24:49 2009 +0200 Committer: Fabio M. Di Nitto CommitterDate: Thu Sep 3 19:24:49 2009 +0200 config validation: allow users to specify an alternate config file ccs_config_validate /path/to/another/xml_file.conf will now work. Thanks to David for the suggestion. Signed-off-by: Fabio M. Di Nitto --- config/tools/xml/ccs_config_validate.in | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/config/tools/xml/ccs_config_validate.in b/config/tools/xml/ccs_config_validate.in index 5c09a3e..0352ffa 100644 --- a/config/tools/xml/ccs_config_validate.in +++ b/config/tools/xml/ccs_config_validate.in @@ -2,6 +2,8 @@ set -e +[ -n "$1" ] && export COROSYNC_CLUSTER_CONFIG_FILE="$1" + # rpm based distros if [ -d /etc/sysconfig ]; then [ -f /etc/sysconfig/cluster ] && . /etc/sysconfig/cluster