Sophie

Sophie

distrib > * > 2010.0 > * > by-pkgid > 2acd34fd833ce754a3cc56ff5df10f83 > files > 36

heartbeat-2.1.3-7.3mdv2010.0.x86_64.rpm

#!/bin/sh
#
#
# Description:	wrapper of OCF RA Xinetd, based on original heartbeat RA.
#		See OCF RA Xinetd for more information.
#
# Author:	Xun Sun <xunsun@cn.ibm.com> 
# Support:      linux-ha@lists.linux-ha.org
# License:      GNU General Public License (GPL)
# Copyright:	(C) 2005 International Business Machines
#

# Source function library.
. /etc/ha.d/resource.d//hto-mapfuncs

xup_usage () {
    echo "Usage: $0 <xinetd-service-name> $LEGAL_ACTIONS"
    exit 1
}

if [ $# -ne 2 ]; then
    xup_usage
fi 

OCF_TYPE=Xinetd
OCF_RESOURCE_INSTANCE=${OCF_TYPE}
export OCF_TYPE OCF_RESOURCE_INSTANCE

OCF_RESKEY_service=$1; export OCF_RESKEY_service
ra_execocf $2