File hb_report.in of Package cluster-glue

#!/bin/sh
#
# Copyright (C) 2007 Dejan Muhamedagic <dmuhamedagic@suse.com>
# Copyright (C) 2015 Kristoffer Gronlund <kgronlund@suse.com>
#
# Replaced with crm report
PARENT_COMMAND="$(ps -o comm= $PPID)"
PROG="$(basename "$0")"

die() {
	echo "$PROG: $*"
	exit 1
}
[ "$(basename "$PARENT_COMMAND")" = "crm" ] && die "called itself in a loop, aborting"
if which crm > /dev/null 2>&1; then
	crm report "$@"
elif [ -x /usr/sbin/crm ]; then
	/usr/sbin/crm report "$@"
else
	die "hb_report has been deprecated: Please install crmsh, which replaces it"
fi
openSUSE Build Service is sponsored by