===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
cluster-glue-1.0.12/lrm/admin/cibsecret.in-41-
cluster-glue-1.0.12/lrm/admin/cibsecret.in:42:PROG=`basename $0`
cluster-glue-1.0.12/lrm/admin/cibsecret.in-43-SSH_OPTS="-o StrictHostKeyChecking=no"
##############################################
cluster-glue-1.0.12/lrm/admin/cibsecret.in-116-	local n down_nodes
cluster-glue-1.0.12/lrm/admin/cibsecret.in:117:	down_nodes=`(for n; do echo $n; done) | sort | uniq -u`
cluster-glue-1.0.12/lrm/admin/cibsecret.in-118-	if [ -n "$down_nodes" ]; then
cluster-glue-1.0.12/lrm/admin/cibsecret.in:119:		if [ `echo $down_nodes | wc -w` = 1 ]; then
cluster-glue-1.0.12/lrm/admin/cibsecret.in-120-			warn "node $down_nodes is down"
##############################################
cluster-glue-1.0.12/lrm/admin/cibsecret.in-122-		else
cluster-glue-1.0.12/lrm/admin/cibsecret.in:123:			warn "nodes `echo $down_nodes` are down"
cluster-glue-1.0.12/lrm/admin/cibsecret.in-124-			warn "you'll need to update them using $PROG sync later"
##############################################
cluster-glue-1.0.12/lrm/admin/cibsecret.in-135-pdsh_fun() {
cluster-glue-1.0.12/lrm/admin/cibsecret.in:136:	local pdsh_nodes=`echo $nodes | tr ' ' ','`
cluster-glue-1.0.12/lrm/admin/cibsecret.in-137-	export PDSH_SSH_ARGS_APPEND="$SSH_OPTS"
##############################################
cluster-glue-1.0.12/lrm/admin/cibsecret.in-140-pdcp_fun() {
cluster-glue-1.0.12/lrm/admin/cibsecret.in:141:	local pdsh_nodes=`echo $nodes | tr ' ' ','`
cluster-glue-1.0.12/lrm/admin/cibsecret.in-142-	export PDSH_SSH_ARGS_APPEND="$SSH_OPTS"
##############################################
cluster-glue-1.0.12/lrm/admin/cibsecret.in-160-	local crm_nodes=`get_other_nodes`
cluster-glue-1.0.12/lrm/admin/cibsecret.in:161:	local nodes=`get_live_nodes $crm_nodes`
cluster-glue-1.0.12/lrm/admin/cibsecret.in-162-	check_down_nodes $nodes $crm_nodes
##############################################
cluster-glue-1.0.12/lrm/admin/cibsecret.in-166-	}
cluster-glue-1.0.12/lrm/admin/cibsecret.in:167:	info "syncing $LRM_CIBSECRETS to `echo $nodes` ..."
cluster-glue-1.0.12/lrm/admin/cibsecret.in-168-	$rsh rm -rf $LRM_CIBSECRETS &&
cluster-glue-1.0.12/lrm/admin/cibsecret.in:169:		$rsh mkdir -p `dirname $LRM_CIBSECRETS` &&
cluster-glue-1.0.12/lrm/admin/cibsecret.in:170:		$rcp $LRM_CIBSECRETS `dirname $LRM_CIBSECRETS`
cluster-glue-1.0.12/lrm/admin/cibsecret.in-171-}
##############################################
cluster-glue-1.0.12/lrm/admin/cibsecret.in-174-	local crm_nodes=`get_other_nodes`
cluster-glue-1.0.12/lrm/admin/cibsecret.in:175:	local nodes=`get_live_nodes $crm_nodes`
cluster-glue-1.0.12/lrm/admin/cibsecret.in-176-	check_down_nodes $nodes $crm_nodes
##############################################
cluster-glue-1.0.12/lrm/admin/cibsecret.in-180-	}
cluster-glue-1.0.12/lrm/admin/cibsecret.in:181:	info "syncing $f to `echo $nodes` ..."
cluster-glue-1.0.12/lrm/admin/cibsecret.in:182:	$rsh mkdir -p `dirname $f` &&
cluster-glue-1.0.12/lrm/admin/cibsecret.in-183-		if [ -f "$f" ]; then
cluster-glue-1.0.12/lrm/admin/cibsecret.in:184:			$rcp "$f_all" `dirname $f`
cluster-glue-1.0.12/lrm/admin/cibsecret.in-185-		else
##############################################
cluster-glue-1.0.12/lrm/admin/cibsecret.in-197-	local rsc=$1 output
cluster-glue-1.0.12/lrm/admin/cibsecret.in:198:	output=`$NO_CRM crm_resource -r $rsc -W >/dev/null 2>&1` ||
cluster-glue-1.0.12/lrm/admin/cibsecret.in-199-		fatal "resource $rsc doesn't exist: $output"
##############################################
cluster-glue-1.0.12/lrm/admin/cibsecret.in-231-		local md5sum
cluster-glue-1.0.12/lrm/admin/cibsecret.in:232:		md5sum=`printf $value | md5sum` ||
cluster-glue-1.0.12/lrm/admin/cibsecret.in-233-			fatal "md5sum failed to produce hash for resource $rsc parameter $param"
cluster-glue-1.0.12/lrm/admin/cibsecret.in:234:		md5sum=`echo $md5sum | awk '{print $1}'`
cluster-glue-1.0.12/lrm/admin/cibsecret.in:235:		mkdir -p `dirname $local_file` &&
cluster-glue-1.0.12/lrm/admin/cibsecret.in-236-			echo $value > $local_file &&
##############################################
cluster-glue-1.0.12/lrm/admin/cibsecret.in-276-		fatal "resource $rsc parameter $param not set as secret, nothing to check"
cluster-glue-1.0.12/lrm/admin/cibsecret.in:277:	local_md5sum=`localfiles getsum $rsc $param`
cluster-glue-1.0.12/lrm/admin/cibsecret.in-278-	[ "$local_md5sum" ] ||
cluster-glue-1.0.12/lrm/admin/cibsecret.in-279-		fatal "no MD5 hash for resource $rsc parameter $param"
cluster-glue-1.0.12/lrm/admin/cibsecret.in:280:	md5sum=`printf "$current_local" | md5sum | awk '{print $1}'`
cluster-glue-1.0.12/lrm/admin/cibsecret.in-281-	[ "$md5sum" = "$local_md5sum" ] ||
##############################################
cluster-glue-1.0.12/lrm/admin/cibsecret.in-346-# we'll need these two often
cluster-glue-1.0.12/lrm/admin/cibsecret.in:347:current=`get_cib_param $rsc $param`
cluster-glue-1.0.12/lrm/admin/cibsecret.in:348:current_local=`get_local_param $rsc $param`
cluster-glue-1.0.12/lrm/admin/cibsecret.in-349-
##############################################
cluster-glue-1.0.12/lrm/test/regression.sh.in-74-fi
cluster-glue-1.0.12/lrm/test/regression.sh.in:75:cd `dirname $0`
cluster-glue-1.0.12/lrm/test/regression.sh.in-76-if [ ! -d "$TESTDIR" ]; then
##############################################
cluster-glue-1.0.12/lrm/test/regression.sh.in-87-# make lrmd log to our files only
cluster-glue-1.0.12/lrm/test/regression.sh.in:88:HA_logfile=`abspath $LRMD_LOGF`
cluster-glue-1.0.12/lrm/test/regression.sh.in:89:HA_debugfile=`abspath $LRMD_DEBUGF`
cluster-glue-1.0.12/lrm/test/regression.sh.in-90-HA_use_logd=no
##############################################
cluster-glue-1.0.12/lrm/test/regression.sh.in-96-
cluster-glue-1.0.12/lrm/test/regression.sh.in:97:args=`getopt hq $*`
cluster-glue-1.0.12/lrm/test/regression.sh.in-98-[ $? -ne 0 ] && usage
##############################################
cluster-glue-1.0.12/lrm/test/regression.sh.in-190-diff (from $difff):
cluster-glue-1.0.12/lrm/test/regression.sh.in:191:`cat $difff`
cluster-glue-1.0.12/lrm/test/regression.sh.in-192-----------
##############################################
cluster-glue-1.0.12/lrm/test/regression.sh.in-232-		echo "$a" | grep -q "^set:" &&
cluster-glue-1.0.12/lrm/test/regression.sh.in:233:			TESTSET=$TESTDIR/`echo $a | sed 's/set://'`
cluster-glue-1.0.12/lrm/test/regression.sh.in-234-		while read testcase; do
##############################################
cluster-glue-1.0.12/lrm/test/evaltest.sh-78-specopt() {
cluster-glue-1.0.12/lrm/test/evaltest.sh:79:	cmd=`echo $cmd | sed 's/%//'`  # strip leading '%'
cluster-glue-1.0.12/lrm/test/evaltest.sh:80:	echo ".`echo $cmd | tr '[a-z]' '[A-Z]'` $rest"  # show what we got
cluster-glue-1.0.12/lrm/test/evaltest.sh-81-	specopt_$cmd  # do what they asked for
##############################################
cluster-glue-1.0.12/lrm/test/evaltest.sh-133-runonetest() {
cluster-glue-1.0.12/lrm/test/evaltest.sh:134:	eval `echo $rest | substvars`  # set parameters
cluster-glue-1.0.12/lrm/test/evaltest.sh-135-	if [ "$job_cnt" -le "$bgprocs_num" ]; then
##############################################
cluster-glue-1.0.12/lrm/test/LRMBasicSanityCheck.in-45-
cluster-glue-1.0.12/lrm/test/LRMBasicSanityCheck.in:46:`dirname $0`/regression.sh -q set:BSC
cluster-glue-1.0.12/lrm/test/LRMBasicSanityCheck.in-47-rc=$?
##############################################
cluster-glue-1.0.12/lrm/test/lrmregtest.in-174-check4parallel() {
cluster-glue-1.0.12/lrm/test/lrmregtest.in:175:	if [ -f "$lockf" ] && kill -0 `cat $lockf` 2>/dev/null
cluster-glue-1.0.12/lrm/test/lrmregtest.in-176-	then
cluster-glue-1.0.12/lrm/test/lrmregtest.in:177:		ocf_log err "There is another instance of ${OCF_RESOURCE_INSTANCE} running: pid `cat $lockf`."
cluster-glue-1.0.12/lrm/test/lrmregtest.in-178-		exit $OCF_ERR_GENERIC
##############################################
cluster-glue-1.0.12/lib/clplumbing/transient-test.sh-29-
cluster-glue-1.0.12/lib/clplumbing/transient-test.sh:30:cmd=`basename $0`
cluster-glue-1.0.12/lib/clplumbing/transient-test.sh-31-USAGE="Usage: $cmd [-c clients] [-s servers] [-t timetowait] [-C commpath]"
##############################################
cluster-glue-1.0.12/lib/clplumbing/transient-test.sh-53-done
cluster-glue-1.0.12/lib/clplumbing/transient-test.sh:54:shift `expr $OPTIND - 1`
cluster-glue-1.0.12/lib/clplumbing/transient-test.sh-55-
##############################################
cluster-glue-1.0.12/lib/clplumbing/transient-test.sh-90-			echo "############ ERROR: Iter $client_loop_cnt failed to receive all messages"
cluster-glue-1.0.12/lib/clplumbing/transient-test.sh:91:			client_failed=`expr $client_failed + 1`
cluster-glue-1.0.12/lib/clplumbing/transient-test.sh-92-			if [ $exit_on_error = 1 ];then
##############################################
cluster-glue-1.0.12/lib/clplumbing/transient-test.sh-99-	    
cluster-glue-1.0.12/lib/clplumbing/transient-test.sh:100:	    client_loop_cnt=`expr $client_loop_cnt + 1`;
cluster-glue-1.0.12/lib/clplumbing/transient-test.sh-101-	done
cluster-glue-1.0.12/lib/clplumbing/transient-test.sh:102:	server_loop_cnt=`expr $server_loop_cnt + 1`;
cluster-glue-1.0.12/lib/clplumbing/transient-test.sh:103:	total_failed=`expr $total_failed + $client_failed`
cluster-glue-1.0.12/lib/clplumbing/transient-test.sh-104-	kill -9 $server_pid > /dev/null 2>&1 
##############################################
cluster-glue-1.0.12/lib/clplumbing/transient-test.sh-107-		echo "############ ERROR: Server was already dead"
cluster-glue-1.0.12/lib/clplumbing/transient-test.sh:108:		server_failed=`expr $server_failed + 1`
cluster-glue-1.0.12/lib/clplumbing/transient-test.sh-109-	fi
##############################################
cluster-glue-1.0.12/lib/clplumbing/transient-test.sh-111-
cluster-glue-1.0.12/lib/clplumbing/transient-test.sh:112:total_failed=`expr $total_failed + $server_failed`
cluster-glue-1.0.12/lib/clplumbing/transient-test.sh-113-
##############################################
cluster-glue-1.0.12/lib/plugins/stonith/external/ipmi-99-do_ipmi() {
cluster-glue-1.0.12/lib/plugins/stonith/external/ipmi:100:	if outp=`run_ipmitool $*`; then
cluster-glue-1.0.12/lib/plugins/stonith/external/ipmi:101:		ha_log.sh debug "ipmitool output: `echo $outp`"
cluster-glue-1.0.12/lib/plugins/stonith/external/ipmi-102-		return 0
cluster-glue-1.0.12/lib/plugins/stonith/external/ipmi-103-	else
cluster-glue-1.0.12/lib/plugins/stonith/external/ipmi:104:		ha_log.sh err "error executing ipmitool: `echo $outp`"
cluster-glue-1.0.12/lib/plugins/stonith/external/ipmi-105-		return 1
##############################################
cluster-glue-1.0.12/lib/plugins/stonith/external/ipmi-113-	local outp
cluster-glue-1.0.12/lib/plugins/stonith/external/ipmi:114:	outp=`run_ipmitool ${STATUS}`
cluster-glue-1.0.12/lib/plugins/stonith/external/ipmi-115-	case "${outp}" in
##############################################
cluster-glue-1.0.12/lib/plugins/stonith/external/hmchttp-26-#set -x
cluster-glue-1.0.12/lib/plugins/stonith/external/hmchttp:27:hostlist=`echo $hostlist | tr ',' ' '`
cluster-glue-1.0.12/lib/plugins/stonith/external/hmchttp-28-
##############################################
cluster-glue-1.0.12/lib/plugins/stonith/external/hmchttp-90-  check_parameter
cluster-glue-1.0.12/lib/plugins/stonith/external/hmchttp:91:  r=`$HMC_POWERSTATE_COMMAND https://$hmc_ipaddr/cgi-bin/cgi 2>/dev/null| grep "Current system power state:" | sed 's/<br>//g' | awk '{print $5}'`
cluster-glue-1.0.12/lib/plugins/stonith/external/hmchttp-92-  echo $r
##############################################
cluster-glue-1.0.12/lib/plugins/stonith/external/drac5.in-8-
cluster-glue-1.0.12/lib/plugins/stonith/external/drac5.in:9:trap 'if [ -n "$outf" ]; then ha_log.sh err "`cat $outf`"; rm -f "$outf"; fi' 0
cluster-glue-1.0.12/lib/plugins/stonith/external/drac5.in-10-outf=`mktemp` || {
##############################################
cluster-glue-1.0.12/lib/plugins/stonith/external/xen0-ha.in-14-# Rewrite the hostlist to accept "," as a delimeter for hostnames too.
cluster-glue-1.0.12/lib/plugins/stonith/external/xen0-ha.in:15:hostlist=`echo $hostlist | tr ',' ' '`
cluster-glue-1.0.12/lib/plugins/stonith/external/xen0-ha.in-16-
##############################################
cluster-glue-1.0.12/lib/plugins/stonith/external/rackpdu-56-	if [ -f "$outlet_config" ]; then
cluster-glue-1.0.12/lib/plugins/stonith/external/rackpdu:57:    	    local outlet_num=`grep $nodename $outlet_config | tr -d ' ' | cut -f2 -d'='`
cluster-glue-1.0.12/lib/plugins/stonith/external/rackpdu-58-	    if [ -z "$outlet_num" ]; then
##############################################
cluster-glue-1.0.12/lib/plugins/stonith/external/rackpdu-71-	local snmp_result
cluster-glue-1.0.12/lib/plugins/stonith/external/rackpdu:72:	snmp_result=`snmpwalk -v1 -c $community $pduip $names_oid 2>&1`
cluster-glue-1.0.12/lib/plugins/stonith/external/rackpdu-73-	if [ $? -ne 0 ]; then
##############################################
cluster-glue-1.0.12/lib/plugins/stonith/external/rackpdu-78-	local names
cluster-glue-1.0.12/lib/plugins/stonith/external/rackpdu:79:	names=`echo "$snmp_result" | cut -f2 -d'"' | tr ' ' '_' | tr '\012' ' '`
cluster-glue-1.0.12/lib/plugins/stonith/external/rackpdu-80-	for name in $names; do
cluster-glue-1.0.12/lib/plugins/stonith/external/rackpdu-81-	    if [ "$name" != "$nodename" ]; then
cluster-glue-1.0.12/lib/plugins/stonith/external/rackpdu:82:		local outlet_num=`expr $outlet_num + 1`
cluster-glue-1.0.12/lib/plugins/stonith/external/rackpdu-83-		continue
##############################################
cluster-glue-1.0.12/lib/plugins/stonith/external/rackpdu-103-        local set_result
cluster-glue-1.0.12/lib/plugins/stonith/external/rackpdu:104:        set_result=`snmpset -v1 -c $community $pduip $oid.$outlet i $command 2>&1`
cluster-glue-1.0.12/lib/plugins/stonith/external/rackpdu-105-        if [ $? -ne 0 ]; then
##############################################
cluster-glue-1.0.12/lib/plugins/stonith/external/rackpdu-118-
cluster-glue-1.0.12/lib/plugins/stonith/external/rackpdu:119:hostlist=`echo $hostlist | tr ',' ' '`
cluster-glue-1.0.12/lib/plugins/stonith/external/rackpdu-120-incommand=$1
##############################################
cluster-glue-1.0.12/lib/plugins/stonith/external/rackpdu-125-	if [ "$hostlist" = "AUTO" ]; then
cluster-glue-1.0.12/lib/plugins/stonith/external/rackpdu:126:	    snmp_result=`snmpwalk -v1 -c $community $pduip $names_oid 2>&1`
cluster-glue-1.0.12/lib/plugins/stonith/external/rackpdu-127-        if [ $? -ne 0 ]; then
##############################################
cluster-glue-1.0.12/lib/plugins/stonith/external/rackpdu-134-	    else
cluster-glue-1.0.12/lib/plugins/stonith/external/rackpdu:135:		hostlist=`echo "$snmp_result" | cut -f2 -d'"' | tr ' ' '_' | tr '\012' ' '`
cluster-glue-1.0.12/lib/plugins/stonith/external/rackpdu-136-	    fi
##############################################
cluster-glue-1.0.12/lib/plugins/stonith/external/ssh.in-40-# Rewrite the hostlist to accept "," as a delimeter for hostnames too.
cluster-glue-1.0.12/lib/plugins/stonith/external/ssh.in:41:hostlist=`echo $hostlist | tr ',' ' '`
cluster-glue-1.0.12/lib/plugins/stonith/external/ssh.in-42-
##############################################
cluster-glue-1.0.12/lib/plugins/stonith/external/ssh.in-75-reset)
cluster-glue-1.0.12/lib/plugins/stonith/external/ssh.in:76:	h_target=`echo $2 | tr A-Z a-z`
cluster-glue-1.0.12/lib/plugins/stonith/external/ssh.in-77-	for h in $hostlist
cluster-glue-1.0.12/lib/plugins/stonith/external/ssh.in-78-	do
cluster-glue-1.0.12/lib/plugins/stonith/external/ssh.in:79:		h=`echo $h | tr A-Z a-z`
cluster-glue-1.0.12/lib/plugins/stonith/external/ssh.in-80-		[ "$h" != "$h_target" ] &&
##############################################
cluster-glue-1.0.12/lib/plugins/stonith/external/hetzner-33-	*)
cluster-glue-1.0.12/lib/plugins/stonith/external/hetzner:34:		user=`sed -n 's/^user.*=\ *//p' $conf_file`
cluster-glue-1.0.12/lib/plugins/stonith/external/hetzner:35:		pass=`sed -n 's/^pass.*=\ *//p' $conf_file`
cluster-glue-1.0.12/lib/plugins/stonith/external/hetzner-36-	;;
##############################################
cluster-glue-1.0.12/lib/plugins/stonith/external/libvirt-140-            $1:*)
cluster-glue-1.0.12/lib/plugins/stonith/external/libvirt:141:            domain_id=`expr $h : '.*:\(.*\)'`
cluster-glue-1.0.12/lib/plugins/stonith/external/libvirt-142-            return
##############################################
cluster-glue-1.0.12/lib/plugins/stonith/external/libvirt-210-# support , as a separator as well
cluster-glue-1.0.12/lib/plugins/stonith/external/libvirt:211:hostlist=`echo $hostlist| sed -e 's/,/ /g'`
cluster-glue-1.0.12/lib/plugins/stonith/external/libvirt-212-
##############################################
cluster-glue-1.0.12/lib/plugins/stonith/external/libvirt-216-    gethosts)
cluster-glue-1.0.12/lib/plugins/stonith/external/libvirt:217:    hostnames=`echo $hostlist|sed -e 's/:[^ ]*//g'`
cluster-glue-1.0.12/lib/plugins/stonith/external/libvirt-218-    for h in $hostnames
##############################################
cluster-glue-1.0.12/lib/plugins/stonith/external/xen0-22-# Rewrite the hostlist to accept "," as a delimeter for hostnames too.
cluster-glue-1.0.12/lib/plugins/stonith/external/xen0:23:hostlist=`echo $hostlist | tr ',' ' '`
cluster-glue-1.0.12/lib/plugins/stonith/external/xen0-24-
##############################################
cluster-glue-1.0.12/lib/plugins/stonith/external/xen0-84-            stop)
cluster-glue-1.0.12/lib/plugins/stonith/external/xen0:85:                 kill_node=`$SSH_COMMAND $dom0 "grep ^[[:space:]]*name $cfg" | cut -f 2 -d '=' |  sed -e 's,",,g'`
cluster-glue-1.0.12/lib/plugins/stonith/external/xen0-86-                 if [ "x" = "x$kill_node" ]
##############################################
cluster-glue-1.0.12/lib/plugins/stonith/external/xen0-98-			 TIMESTAMP=`date +%Y-%m%d-%H%M.%S`
cluster-glue-1.0.12/lib/plugins/stonith/external/xen0:99:			 DOMAINNAME=`printf "%s" $kill_node`
cluster-glue-1.0.12/lib/plugins/stonith/external/xen0-100-                         COREFILE=$dump_dir/$TIMESTAMP-$DOMAINNAME.core
##############################################
cluster-glue-1.0.12/lib/plugins/stonith/external/kdumpcheck.in-33-#Rewrite the hostlist to accept "," as a delimeter for hostnames too.
cluster-glue-1.0.12/lib/plugins/stonith/external/kdumpcheck.in:34:hostlist=`echo ${hostlist} | tr ',' ' '`
cluster-glue-1.0.12/lib/plugins/stonith/external/kdumpcheck.in-35-
##############################################
cluster-glue-1.0.12/lib/plugins/stonith/external/kdumpcheck.in-85-        flg_file_exists=0
cluster-glue-1.0.12/lib/plugins/stonith/external/kdumpcheck.in:86:        homedir=`eval echo "~${USERNAME}"`
cluster-glue-1.0.12/lib/plugins/stonith/external/kdumpcheck.in-87-        for filename in "${homedir}/.ssh/id_rsa" \
##############################################
cluster-glue-1.0.12/lib/plugins/stonith/external/kdumpcheck.in-177-    ret=1
cluster-glue-1.0.12/lib/plugins/stonith/external/kdumpcheck.in:178:	h_target=`echo $2 | tr A-Z a-z`
cluster-glue-1.0.12/lib/plugins/stonith/external/kdumpcheck.in-179-    for hostname in ${hostlist}
cluster-glue-1.0.12/lib/plugins/stonith/external/kdumpcheck.in-180-    do
cluster-glue-1.0.12/lib/plugins/stonith/external/kdumpcheck.in:181:		hostname=`echo $hostname | tr A-Z a-z`
cluster-glue-1.0.12/lib/plugins/stonith/external/kdumpcheck.in-182-        if [ "${hostname}" != "$h_target" ]; then
##############################################
cluster-glue-1.0.12/lib/plugins/stonith/external/ibmrsa-42-	else
cluster-glue-1.0.12/lib/plugins/stonith/external/ibmrsa:43:		ha_log.sh err "MPCLI.sh failed: `cat $outf`"
cluster-glue-1.0.12/lib/plugins/stonith/external/ibmrsa-44-		return 1
##############################################
cluster-glue-1.0.12/lib/plugins/stonith/external/ibmrsa-59-
cluster-glue-1.0.12/lib/plugins/stonith/external/ibmrsa:60:hostname=`echo ${hostname} | tr ',' ' '`
cluster-glue-1.0.12/lib/plugins/stonith/external/ibmrsa-61-
##############################################
cluster-glue-1.0.12/lib/plugins/stonith/external/ippower9258.in-65-    challenge=`get_challenge`
cluster-glue-1.0.12/lib/plugins/stonith/external/ippower9258.in:66:	response=`echo -n "$username$password$challenge" | md5sum | cut -b -32`
cluster-glue-1.0.12/lib/plugins/stonith/external/ippower9258.in-67-	postdata="Username=$username&Password=&Challenge=&Response=$response&ScreenWidth=1024"
##############################################
cluster-glue-1.0.12/lib/plugins/stonith/external/ippower9258.in-109-		fi
cluster-glue-1.0.12/lib/plugins/stonith/external/ippower9258.in:110:		i=`expr $i + 1`
cluster-glue-1.0.12/lib/plugins/stonith/external/ippower9258.in-111-	done
##############################################
cluster-glue-1.0.12/lib/plugins/stonith/external/ippower9258.in-120-	local requested_status=$2 # 0 or 1
cluster-glue-1.0.12/lib/plugins/stonith/external/ippower9258.in:121:	local port=`name2port $host`
cluster-glue-1.0.12/lib/plugins/stonith/external/ippower9258.in-122-	if [ "$port" = "invalid" ]
##############################################
cluster-glue-1.0.12/lib/plugins/stonith/external/ippower9258.in-126-	fi
cluster-glue-1.0.12/lib/plugins/stonith/external/ippower9258.in:127:	ret=`send_http_request "$IPSetPower+$port=$requested_status" | cut -b 11`
cluster-glue-1.0.12/lib/plugins/stonith/external/ippower9258.in-128-	if [ "$ret" != "$requested_status" ]
##############################################
cluster-glue-1.0.12/lib/plugins/stonith/external/ippower9258.in-167-	# check the given hostlist against the device hostlist
cluster-glue-1.0.12/lib/plugins/stonith/external/ippower9258.in:168:	local cnt=`echo "$hostlist" | wc -w`
cluster-glue-1.0.12/lib/plugins/stonith/external/ippower9258.in-169-	local cnt2=0
##############################################
cluster-glue-1.0.12/lib/plugins/stonith/external/ippower9258.in-171-	for host in $hostlist; do
cluster-glue-1.0.12/lib/plugins/stonith/external/ippower9258.in:172:		if [ `name2port $host` != "invalid" ]; then
cluster-glue-1.0.12/lib/plugins/stonith/external/ippower9258.in-173-			cnt2=$((cnt2+1))
##############################################
cluster-glue-1.0.12/lib/plugins/stonith/external/ippower9258.in-183-	pattern="P60=[01],P61=[01],P62=[01],P63=[01],P64=[01],P65=[01],P66=[01],P67=[01]"
cluster-glue-1.0.12/lib/plugins/stonith/external/ippower9258.in:184:	ret=`send_http_request "$IPGetPower" | grep $pattern`
cluster-glue-1.0.12/lib/plugins/stonith/external/ippower9258.in-185-	if [ "X$ret" = "X" ]
##############################################
cluster-glue-1.0.12/lib/plugins/stonith/external/ippower9258.in-191-
cluster-glue-1.0.12/lib/plugins/stonith/external/ippower9258.in:192:hostlist=`echo $hostlist | tr ',' ' '`
cluster-glue-1.0.12/lib/plugins/stonith/external/ippower9258.in-193-case $1 in
##############################################
cluster-glue-1.0.12/lib/plugins/stonith/external/ippower9258.in-223-
cluster-glue-1.0.12/lib/plugins/stonith/external/ippower9258.in:224:target=`echo $2 | sed 's/[.].*//'`
cluster-glue-1.0.12/lib/plugins/stonith/external/ippower9258.in-225-# the necessary actions for stonithd
##############################################
cluster-glue-1.0.12/lib/plugins/stonith/external/vcenter-20-	$msg .= " $_";
cluster-glue-1.0.12/lib/plugins/stonith/external/vcenter:21:	system("ha_log.sh", "err", "$msg");
cluster-glue-1.0.12/lib/plugins/stonith/external/vcenter-22-	die();
##############################################
cluster-glue-1.0.12/lib/plugins/stonith/external/vcenter-204-						$vm->ResetVM();
cluster-glue-1.0.12/lib/plugins/stonith/external/vcenter:205:						system("ha_log.sh", "info", "Machine $esx:$vm->{'name'} has been reset");
cluster-glue-1.0.12/lib/plugins/stonith/external/vcenter-206-					} else {
cluster-glue-1.0.12/lib/plugins/stonith/external/vcenter:207:						system("ha_log.sh", "warn", "Tried to ResetVM $esx:$vm->{'name'} that was $powerState");
cluster-glue-1.0.12/lib/plugins/stonith/external/vcenter-208-						# Start a virtual machine on reset only if explicitly allowed by RESETPOWERON
##############################################
cluster-glue-1.0.12/lib/plugins/stonith/external/vcenter-210-							$vm->PowerOnVM();
cluster-glue-1.0.12/lib/plugins/stonith/external/vcenter:211:							system("ha_log.sh", "info", "Machine $esx:$vm->{'name'} has been powered on");
cluster-glue-1.0.12/lib/plugins/stonith/external/vcenter-212-						} else {
##############################################
cluster-glue-1.0.12/lib/plugins/stonith/external/vcenter-219-						$vm->PowerOffVM();
cluster-glue-1.0.12/lib/plugins/stonith/external/vcenter:220:						system("ha_log.sh", "info", "Machine $esx:$vm->{'name'} has been powered off");
cluster-glue-1.0.12/lib/plugins/stonith/external/vcenter-221-					} else {
cluster-glue-1.0.12/lib/plugins/stonith/external/vcenter:222:						system("ha_log.sh", "warn", "Tried to PowerOffVM $esx:$vm->{'name'} that was $powerState");
cluster-glue-1.0.12/lib/plugins/stonith/external/vcenter-223-
##############################################
cluster-glue-1.0.12/lib/plugins/stonith/external/vcenter-228-						$vm->PowerOnVM();
cluster-glue-1.0.12/lib/plugins/stonith/external/vcenter:229:						system("ha_log.sh", "info", "Machine $esx:$vm->{'name'} has been powered on");
cluster-glue-1.0.12/lib/plugins/stonith/external/vcenter-230-					} else {
cluster-glue-1.0.12/lib/plugins/stonith/external/vcenter:231:						system("ha_log.sh", "warn", "Tried to PowerOnVM $esx:$vm->{'name'} that was $powerState");
cluster-glue-1.0.12/lib/plugins/stonith/external/vcenter-232-					}
##############################################
cluster-glue-1.0.12/lib/plugins/lrm/dbus/Makefile.am-7-	for header in $(BINDINGS); do \
cluster-glue-1.0.12/lib/plugins/lrm/dbus/Makefile.am:8:		input=com.ubuntu.`echo $$header | sed 's/\.h//' | tr _ .`.xml; \
cluster-glue-1.0.12/lib/plugins/lrm/dbus/Makefile.am-9-		$(DBUS_BINDING_TOOL) --mode=glib-client $$input > $$header; \
##############################################
cluster-glue-1.0.12/lib/stonith/ha_log.sh-27-
cluster-glue-1.0.12/lib/stonith/ha_log.sh:28:PROG=`basename $0`
cluster-glue-1.0.12/lib/stonith/ha_log.sh-29-
##############################################
cluster-glue-1.0.12/lib/stonith/ha_log.sh-70-	shift
cluster-glue-1.0.12/lib/stonith/ha_log.sh:71:	prn_level=`level_pres $loglevel`
cluster-glue-1.0.12/lib/stonith/ha_log.sh-72-	msg="$prn_level: $@"
##############################################
cluster-glue-1.0.12/doc/hb_report.8.txt-100-	Extra ssh options. These will be added to every ssh
cluster-glue-1.0.12/doc/hb_report.8.txt:101:	invocation. Alternatively, use `$HOME/.ssh/config` to setup
cluster-glue-1.0.12/doc/hb_report.8.txt-102-	desired ssh connection options.
##############################################
cluster-glue-1.0.12/hb_report/utillib.sh-98-			strings $HA_BIN/ha_logd | grep 'logd\.cf'` \
cluster-glue-1.0.12/hb_report/utillib.sh:99:		`for d; do echo $d/logd.cf $d/ha_logd.cf; done`
cluster-glue-1.0.12/hb_report/utillib.sh-100-	do
##############################################
cluster-glue-1.0.12/hb_report/utillib.sh-135-		[ -d $d ] || continue
cluster-glue-1.0.12/hb_report/utillib.sh:136:		log=`grep -l -e "$mark" $d/$favourites` && break
cluster-glue-1.0.12/hb_report/utillib.sh-137-		test "$log" && break
cluster-glue-1.0.12/hb_report/utillib.sh:138:		log=`grep -l -e "$mark" $d/*` && break
cluster-glue-1.0.12/hb_report/utillib.sh-139-		test "$log" && break
##############################################
cluster-glue-1.0.12/hb_report/utillib.sh-143-	[ "$log" ] &&
cluster-glue-1.0.12/hb_report/utillib.sh:144:		debug "found HA log at `ls -t $log | tr '\n' ' '`" ||
cluster-glue-1.0.12/hb_report/utillib.sh-145-		debug "no HA log found in $syslogdirs"
##############################################
cluster-glue-1.0.12/hb_report/utillib.sh-179-	local l="$1" ts
cluster-glue-1.0.12/hb_report/utillib.sh:180:	ts=$(str2time `echo "$l" | $getstampproc`)
cluster-glue-1.0.12/hb_report/utillib.sh-181-	if [ -z "$ts" ]; then
##############################################
cluster-glue-1.0.12/hb_report/utillib.sh-184-			[ "getstamp_$fmt" = "$getstampproc" ] && continue
cluster-glue-1.0.12/hb_report/utillib.sh:185:			ts=$(str2time `echo "$l" | getstamp_$fmt`)
cluster-glue-1.0.12/hb_report/utillib.sh-186-			[ -n "$ts" ] && break
##############################################
cluster-glue-1.0.12/hb_report/utillib.sh-191-linetime() {
cluster-glue-1.0.12/hb_report/utillib.sh:192:	get_ts "`tail -n +$2 $1 | head -1`"
cluster-glue-1.0.12/hb_report/utillib.sh-193-}
##############################################
cluster-glue-1.0.12/hb_report/utillib.sh-198-	while [ $trycnt -gt 0 ] && read l; do
cluster-glue-1.0.12/hb_report/utillib.sh:199:		t=$(str2time `echo $l | getstamp_syslog`)
cluster-glue-1.0.12/hb_report/utillib.sh-200-		if [ "$t" ]; then
##############################################
cluster-glue-1.0.12/hb_report/utillib.sh-204-		fi
cluster-glue-1.0.12/hb_report/utillib.sh:205:		t=$(str2time `echo $l | getstamp_rfc5424`)
cluster-glue-1.0.12/hb_report/utillib.sh-206-		if [ "$t" ]; then
##############################################
cluster-glue-1.0.12/hb_report/utillib.sh-210-		fi
cluster-glue-1.0.12/hb_report/utillib.sh:211:		t=$(str2time `echo $l | getstamp_legacy`)
cluster-glue-1.0.12/hb_report/utillib.sh-212-		if [ "$t" ]; then
##############################################
cluster-glue-1.0.12/hb_report/utillib.sh-223-	while read l; do
cluster-glue-1.0.12/hb_report/utillib.sh:224:		ts=`get_ts "$l"`
cluster-glue-1.0.12/hb_report/utillib.sh-225-		[ "$ts" ] && break
##############################################
cluster-glue-1.0.12/hb_report/utillib.sh-233-	local first=1
cluster-glue-1.0.12/hb_report/utillib.sh:234:	local last=`wc -l < $logf`
cluster-glue-1.0.12/hb_report/utillib.sh-235-	local tmid mid trycnt
##############################################
cluster-glue-1.0.12/hb_report/utillib.sh-239-		while [ $trycnt -gt 0 ]; do
cluster-glue-1.0.12/hb_report/utillib.sh:240:			tmid=`linetime $logf $mid`
cluster-glue-1.0.12/hb_report/utillib.sh-241-			[ "$tmid" ] && break
##############################################
cluster-glue-1.0.12/hb_report/utillib.sh-299-	}
cluster-glue-1.0.12/hb_report/utillib.sh:300:	if ! from_stamp=`touchfile $from_time`; then
cluster-glue-1.0.12/hb_report/utillib.sh-301-		warning "can't create temporary files"
##############################################
cluster-glue-1.0.12/hb_report/utillib.sh-306-	if isnumber "$to_time" && [ "$to_time" -gt 0 ]; then
cluster-glue-1.0.12/hb_report/utillib.sh:307:		if ! to_stamp=`touchfile $to_time`; then
cluster-glue-1.0.12/hb_report/utillib.sh-308-			warning "can't create temporary files"
##############################################
cluster-glue-1.0.12/hb_report/utillib.sh-349-		}
cluster-glue-1.0.12/hb_report/utillib.sh:350:		n_uid=`num_id passwd $uid`
cluster-glue-1.0.12/hb_report/utillib.sh-351-		chk_id "$uid" "$n_uid" || continue
cluster-glue-1.0.12/hb_report/utillib.sh:352:		n_gid=`num_id group $gid`
cluster-glue-1.0.12/hb_report/utillib.sh-353-		chk_id "$gid" "$n_gid" || continue
##############################################
cluster-glue-1.0.12/hb_report/utillib.sh-411-		return  # no missing debuginfo
cluster-glue-1.0.12/hb_report/utillib.sh:412:	pkg_mgr=`find_pkgmgr $binary $core`
cluster-glue-1.0.12/hb_report/utillib.sh-413-	if [ -z "$pkg_mgr" ]; then
##############################################
cluster-glue-1.0.12/hb_report/utillib.sh-416-	fi
cluster-glue-1.0.12/hb_report/utillib.sh:417:	pkgs=`listpkg_$pkg_mgr $binary $core`
cluster-glue-1.0.12/hb_report/utillib.sh-418-	[ -n "$pkgs" ] &&
##############################################
cluster-glue-1.0.12/hb_report/utillib.sh-435-			}')
cluster-glue-1.0.12/hb_report/utillib.sh:436:		binary=`echo $binary | tr -d "'"`
cluster-glue-1.0.12/hb_report/utillib.sh-437-		binary=$(echo $binary | tr -d '`')
cluster-glue-1.0.12/hb_report/utillib.sh-438-		if [ "$binary" ]; then
cluster-glue-1.0.12/hb_report/utillib.sh:439:			binary=`which $binary 2>/dev/null`
cluster-glue-1.0.12/hb_report/utillib.sh-440-		fi
##############################################
cluster-glue-1.0.12/hb_report/utillib.sh-445-	fi
cluster-glue-1.0.12/hb_report/utillib.sh:446:	fullpath=`which $binary 2>/dev/null`
cluster-glue-1.0.12/hb_report/utillib.sh-447-	if [ x = x"$fullpath" ]; then
##############################################
cluster-glue-1.0.12/hb_report/utillib.sh-467-	for corefile; do
cluster-glue-1.0.12/hb_report/utillib.sh:468:		absbinpath=`findbinary $corefile`
cluster-glue-1.0.12/hb_report/utillib.sh-469-		[ x = x"$absbinpath" ] && continue
##############################################
cluster-glue-1.0.12/hb_report/utillib.sh-560-	done
cluster-glue-1.0.12/hb_report/utillib.sh:561:	epatt="`echo $epatt|sed 's/.//'`"
cluster-glue-1.0.12/hb_report/utillib.sh-562-	egrep -qs "name=\"$epatt\""
##############################################
cluster-glue-1.0.12/hb_report/utillib.sh-610-	touch -r $file $ref  # save the mtime
cluster-glue-1.0.12/hb_report/utillib.sh:611:	if [ "`basename $file`" = ha.cf ]; then
cluster-glue-1.0.12/hb_report/utillib.sh-612-		sanitize_hacf
##############################################
cluster-glue-1.0.12/hb_report/utillib.sh-649-drop_tmpfiles() {
cluster-glue-1.0.12/hb_report/utillib.sh:650:	trap 'rm -rf `cat $__TMPFLIST`; rm $__TMPFLIST' EXIT
cluster-glue-1.0.12/hb_report/utillib.sh-651-}
##############################################
cluster-glue-1.0.12/hb_report/utillib.sh-679-			test -f $f && {
cluster-glue-1.0.12/hb_report/utillib.sh:680:				echo "`ls $f` `cat $f`"
cluster-glue-1.0.12/hb_report/utillib.sh-681-				debug "found $relf distribution release file"
##############################################
cluster-glue-1.0.12/hb_report/ha_cf_support.sh-28-iscfvarset() {
cluster-glue-1.0.12/hb_report/ha_cf_support.sh:29:	test "`getcfvar $1`"
cluster-glue-1.0.12/hb_report/ha_cf_support.sh-30-}
##############################################
cluster-glue-1.0.12/hb_report/ha_cf_support.sh-72-cluster_info() {
cluster-glue-1.0.12/hb_report/ha_cf_support.sh:73:	echo "heartbeat version: `$HA_BIN/heartbeat -V`"
cluster-glue-1.0.12/hb_report/ha_cf_support.sh-74-}
##############################################
cluster-glue-1.0.12/hb_report/hb_report.in-28-
cluster-glue-1.0.12/hb_report/hb_report.in:29:PROG=`basename $0`
cluster-glue-1.0.12/hb_report/hb_report.in-30-
##############################################
cluster-glue-1.0.12/hb_report/hb_report.in-35-export DEFAULT_HA_LOGFACILITY
cluster-glue-1.0.12/hb_report/hb_report.in:36:LOGD_CF=`findlogdcf @sysconfdir@ $HA_DIR`
cluster-glue-1.0.12/hb_report/hb_report.in-37-export LOGD_CF
##############################################
cluster-glue-1.0.12/hb_report/hb_report.in-192-	if [ $# -eq 1 ]; then
cluster-glue-1.0.12/hb_report/hb_report.in:193:		DEST=`basename $1`
cluster-glue-1.0.12/hb_report/hb_report.in:194:		DESTDIR=`dirname $1`
cluster-glue-1.0.12/hb_report/hb_report.in-195-	fi
##############################################
cluster-glue-1.0.12/hb_report/hb_report.in-227-	local localstatedir lastf
cluster-glue-1.0.12/hb_report/hb_report.in:228:	localstatedir=`dirname $HA_VARLIB`
cluster-glue-1.0.12/hb_report/hb_report.in-229-	lastf=$(2>/dev/null ls -rt `2>/dev/null find /var/lib -name pengine -type d |
##############################################
cluster-glue-1.0.12/hb_report/hb_report.in-231-	if [ -f "$lastf" ]; then
cluster-glue-1.0.12/hb_report/hb_report.in:232:		PE_STATE_DIR=`dirname $lastf`
cluster-glue-1.0.12/hb_report/hb_report.in-233-	else
##############################################
cluster-glue-1.0.12/hb_report/hb_report.in-246-	local localstatedir
cluster-glue-1.0.12/hb_report/hb_report.in:247:	localstatedir=`dirname $HA_VARLIB`
cluster-glue-1.0.12/hb_report/hb_report.in-248-	for p in pacemaker/cib heartbeat/crm; do
##############################################
cluster-glue-1.0.12/hb_report/hb_report.in-258-	local libdir p
cluster-glue-1.0.12/hb_report/hb_report.in:259:	libdir=`dirname $HA_BIN`
cluster-glue-1.0.12/hb_report/hb_report.in-260-	for p in pacemaker heartbeat; do
##############################################
cluster-glue-1.0.12/hb_report/hb_report.in-290-	get_cib_dir || get_cib_dir2
cluster-glue-1.0.12/hb_report/hb_report.in:291:	debug "setting PCMK_LIB to `dirname $CIB_DIR`"
cluster-glue-1.0.12/hb_report/hb_report.in:292:	PCMK_LIB=`dirname $CIB_DIR`
cluster-glue-1.0.12/hb_report/hb_report.in-293-	# PTEST
##############################################
cluster-glue-1.0.12/hb_report/hb_report.in-311-	if [ "$HA_LOGFACILITY" ]; then
cluster-glue-1.0.12/hb_report/hb_report.in:312:		logf=`findmsg $UNIQUE_MSG | awk '{print $1}'`
cluster-glue-1.0.12/hb_report/hb_report.in-313-	fi
##############################################
cluster-glue-1.0.12/hb_report/hb_report.in-345-
cluster-glue-1.0.12/hb_report/hb_report.in:346:	local cat=`find_decompressor $logf`
cluster-glue-1.0.12/hb_report/hb_report.in:347:	local first_time="`$cat $logf | head -10 | find_first_ts`"
cluster-glue-1.0.12/hb_report/hb_report.in:348:	local last_time="`$cat $logf | tail -10 | tac | find_first_ts`"
cluster-glue-1.0.12/hb_report/hb_report.in-349-	if [ x = "x$first_time" -o x = "x$last_time" ]; then
##############################################
cluster-glue-1.0.12/hb_report/hb_report.in-399-print_log() {
cluster-glue-1.0.12/hb_report/hb_report.in:400:	local cat=`find_decompressor $1`
cluster-glue-1.0.12/hb_report/hb_report.in-401-	$cat $1
##############################################
cluster-glue-1.0.12/hb_report/hb_report.in-414-	# uncompress to a temp file (if necessary)
cluster-glue-1.0.12/hb_report/hb_report.in:415:	local cat=`find_decompressor $logf`
cluster-glue-1.0.12/hb_report/hb_report.in-416-	if [ "$cat" != "cat" ]; then
##############################################
cluster-glue-1.0.12/hb_report/hb_report.in-430-	else
cluster-glue-1.0.12/hb_report/hb_report.in:431:		FROM_LINE=`findln_by_time $sourcef $from_time`
cluster-glue-1.0.12/hb_report/hb_report.in-432-	fi
##############################################
cluster-glue-1.0.12/hb_report/hb_report.in-439-	if [ "$to_time" != 0 ]; then
cluster-glue-1.0.12/hb_report/hb_report.in:440:		TO_LINE=`findln_by_time $sourcef $to_time`
cluster-glue-1.0.12/hb_report/hb_report.in-441-		if [ -z "$TO_LINE" ]; then
##############################################
cluster-glue-1.0.12/hb_report/hb_report.in-454-	local fake=$2
cluster-glue-1.0.12/hb_report/hb_report.in:455:	local nextpos=`python -c "f=open('$logf');f.seek(0,2);print f.tell()+1"`
cluster-glue-1.0.12/hb_report/hb_report.in-456-	if [ "$fake" ]; then
##############################################
cluster-glue-1.0.12/hb_report/hb_report.in-469-
cluster-glue-1.0.12/hb_report/hb_report.in:470:	local logf_set=`arch_logs $logf $from_time $to_time`
cluster-glue-1.0.12/hb_report/hb_report.in-471-	if [ x = "x$logf_set" ]; then
##############################################
cluster-glue-1.0.12/hb_report/hb_report.in-474-
cluster-glue-1.0.12/hb_report/hb_report.in:475:	local num_logs=`echo "$logf_set" | wc -l`
cluster-glue-1.0.12/hb_report/hb_report.in:476:	local oldest=`echo $logf_set | awk '{print $NF}'`
cluster-glue-1.0.12/hb_report/hb_report.in:477:	local newest=`echo $logf_set | awk '{print $1}'`
cluster-glue-1.0.12/hb_report/hb_report.in:478:	local mid_logfiles=`echo $logf_set | awk '{for(i=NF-1; i>1; i--) print $i}'`
cluster-glue-1.0.12/hb_report/hb_report.in-479-
##############################################
cluster-glue-1.0.12/hb_report/hb_report.in-504-	if [ "x$logf" = "x" ]; then
cluster-glue-1.0.12/hb_report/hb_report.in:505:		logf=`findmsg "Running test.*\[ *$testnum\]" | awk '{print $1}'`
cluster-glue-1.0.12/hb_report/hb_report.in-506-	fi
cluster-glue-1.0.12/hb_report/hb_report.in:507:	getstampproc=`find_getstampproc < $logf`
cluster-glue-1.0.12/hb_report/hb_report.in-508-	export getstampproc # used by linetime
cluster-glue-1.0.12/hb_report/hb_report.in-509-
cluster-glue-1.0.12/hb_report/hb_report.in:510:	FROM_LINE=`grep -n "Running test.*\[ *$testnum\]" $logf | tail -1 | sed 's/:.*//'`
cluster-glue-1.0.12/hb_report/hb_report.in-511-	if [ -z "$FROM_LINE" ]; then
##############################################
cluster-glue-1.0.12/hb_report/hb_report.in-514-	else
cluster-glue-1.0.12/hb_report/hb_report.in:515:		FROM_TIME=`linetime $logf $FROM_LINE`
cluster-glue-1.0.12/hb_report/hb_report.in-516-	fi
cluster-glue-1.0.12/hb_report/hb_report.in:517:	TO_LINE=`grep -n "Running test.*\[ *$(($testnum+1))\]" $logf | tail -1 | sed 's/:.*//'`
cluster-glue-1.0.12/hb_report/hb_report.in-518-	[ "$TO_LINE" -a $FROM_LINE -lt $TO_LINE ] ||
cluster-glue-1.0.12/hb_report/hb_report.in:519:		TO_LINE=`wc -l < $logf`
cluster-glue-1.0.12/hb_report/hb_report.in:520:	TO_TIME=`linetime $logf $TO_LINE`
cluster-glue-1.0.12/hb_report/hb_report.in-521-	debug "including segment [$FROM_LINE-$TO_LINE] from $logf"
##############################################
cluster-glue-1.0.12/hb_report/hb_report.in-647-	flist=$(
cluster-glue-1.0.12/hb_report/hb_report.in:648:		for f in `find_files "$CORES_DIRS" $1 $2`; do
cluster-glue-1.0.12/hb_report/hb_report.in:649:			bf=`basename $f`
cluster-glue-1.0.12/hb_report/hb_report.in:650:			test `expr match $bf core` -gt 0 &&
cluster-glue-1.0.12/hb_report/hb_report.in-651-				echo $f
##############################################
cluster-glue-1.0.12/hb_report/hb_report.in-658-pe2dot() {
cluster-glue-1.0.12/hb_report/hb_report.in:659:	local pef=`basename $1`
cluster-glue-1.0.12/hb_report/hb_report.in:660:	local dotf=`basename $pef .bz2`.dot
cluster-glue-1.0.12/hb_report/hb_report.in-661-	test -z "$PTEST" && return
cluster-glue-1.0.12/hb_report/hb_report.in-662-	(
cluster-glue-1.0.12/hb_report/hb_report.in:663:	cd `dirname $1`
cluster-glue-1.0.12/hb_report/hb_report.in-664-	$PTEST -D $dotf -x $pef >/dev/null 2>&1
##############################################
cluster-glue-1.0.12/hb_report/hb_report.in-675-	[ "$flist" ] && {
cluster-glue-1.0.12/hb_report/hb_report.in:676:		mkdir $3/`basename $pe_dir`
cluster-glue-1.0.12/hb_report/hb_report.in-677-		(
cluster-glue-1.0.12/hb_report/hb_report.in:678:		cd $3/`basename $pe_dir`
cluster-glue-1.0.12/hb_report/hb_report.in-679-		for f in $flist; do
##############################################
cluster-glue-1.0.12/hb_report/hb_report.in-682-		)
cluster-glue-1.0.12/hb_report/hb_report.in:683:		debug "found `echo $flist | wc -w` pengine input files in $pe_dir"
cluster-glue-1.0.12/hb_report/hb_report.in-684-	}
cluster-glue-1.0.12/hb_report/hb_report.in:685:	if [ `echo $flist | wc -w` -le 20 ]; then
cluster-glue-1.0.12/hb_report/hb_report.in-686-		for f in $flist; do
cluster-glue-1.0.12/hb_report/hb_report.in:687:			skip_lvl 1 || pe2dot $3/`basename $pe_dir`/`basename $f`
cluster-glue-1.0.12/hb_report/hb_report.in-688-		done
##############################################
cluster-glue-1.0.12/hb_report/hb_report.in-698-	debug "looking for RA trace files in $trace_dir"
cluster-glue-1.0.12/hb_report/hb_report.in:699:	flist=$(find_files $trace_dir $1 $2 | sed "s,`dirname $trace_dir`/,,g")
cluster-glue-1.0.12/hb_report/hb_report.in-700-	[ "$flist" ] && {
cluster-glue-1.0.12/hb_report/hb_report.in:701:		tar -cf - -C `dirname $trace_dir` $flist | tar -xf - -C $3
cluster-glue-1.0.12/hb_report/hb_report.in:702:		debug "found `echo $flist | wc -w` RA trace files in $trace_dir"
cluster-glue-1.0.12/hb_report/hb_report.in-703-	}
##############################################
cluster-glue-1.0.12/hb_report/hb_report.in-706-	local dc
cluster-glue-1.0.12/hb_report/hb_report.in:707:	dc=`crmadmin -D 2>/dev/null | awk '{print $NF}'`
cluster-glue-1.0.12/hb_report/hb_report.in-708-	if [ "$WE" = "$dc" ]; then
##############################################
cluster-glue-1.0.12/hb_report/hb_report.in-716-	local inpf
cluster-glue-1.0.12/hb_report/hb_report.in:717:	inpf=`find_files /var/lib/corosync $from_time $to_time | grep -w fdata`
cluster-glue-1.0.12/hb_report/hb_report.in-718-	if [ -f "$inpf" ]; then
##############################################
cluster-glue-1.0.12/hb_report/hb_report.in-730-			(
cluster-glue-1.0.12/hb_report/hb_report.in:731:			cd `dirname $conf` &&
cluster-glue-1.0.12/hb_report/hb_report.in:732:			tar cf - `basename $conf` | (cd $dest && tar xf -)
cluster-glue-1.0.12/hb_report/hb_report.in-733-			)
##############################################
cluster-glue-1.0.12/hb_report/hb_report.in-873-	logs=$(find $1 -name $HALOG_F;
cluster-glue-1.0.12/hb_report/hb_report.in:874:		for l in $EXTRA_LOGS; do find $1/* -name `basename $l`; done)
cluster-glue-1.0.12/hb_report/hb_report.in-875-	[ "$logs" ] || return
##############################################
cluster-glue-1.0.12/hb_report/hb_report.in-893-	local d1 d2
cluster-glue-1.0.12/hb_report/hb_report.in:894:	d1=`dirname $1`
cluster-glue-1.0.12/hb_report/hb_report.in:895:	d2=`dirname $2`
cluster-glue-1.0.12/hb_report/hb_report.in-896-	if [ -f $d1/RUNNING -a -f $d2/RUNNING ] ||
##############################################
cluster-glue-1.0.12/hb_report/hb_report.in-918-	}
cluster-glue-1.0.12/hb_report/hb_report.in:919:	case `basename $1` in
cluster-glue-1.0.12/hb_report/hb_report.in-920-	$CIB_F)
##############################################
cluster-glue-1.0.12/hb_report/hb_report.in-1031-	local ec
cluster-glue-1.0.12/hb_report/hb_report.in:1032:	if ec=`pickfirst $EDITOR vim vi emacs nano`; then
cluster-glue-1.0.12/hb_report/hb_report.in-1033-		$ec $1
##############################################
cluster-glue-1.0.12/hb_report/hb_report.in-1068-		[ "$HA_LOG" ] &&
cluster-glue-1.0.12/hb_report/hb_report.in:1069:			cnt=`fgrep -c $UNIQUE_MSG < $HA_LOG`
cluster-glue-1.0.12/hb_report/hb_report.in-1070-	fi
##############################################
cluster-glue-1.0.12/hb_report/hb_report.in-1089-	else
cluster-glue-1.0.12/hb_report/hb_report.in:1090:		getstampproc=`find_getstampproc < $HA_LOG`
cluster-glue-1.0.12/hb_report/hb_report.in-1091-		if [ "$getstampproc" ]; then
##############################################
cluster-glue-1.0.12/hb_report/hb_report.in-1125-		if [ "$l" = "$HA_LOG" -a "$l" != "$HALOG_F" ]; then
cluster-glue-1.0.12/hb_report/hb_report.in:1126:			ln -s $HALOG_F $WORKDIR/`basename $l`
cluster-glue-1.0.12/hb_report/hb_report.in-1127-			continue
cluster-glue-1.0.12/hb_report/hb_report.in-1128-		fi
cluster-glue-1.0.12/hb_report/hb_report.in:1129:		getstampproc=`find_getstampproc < $l`
cluster-glue-1.0.12/hb_report/hb_report.in-1130-		if [ "$getstampproc" ]; then
cluster-glue-1.0.12/hb_report/hb_report.in-1131-			export getstampproc # used by linetime
cluster-glue-1.0.12/hb_report/hb_report.in:1132:			dumplogset $l $FROM_TIME $TO_TIME > $WORKDIR/`basename $l` &&
cluster-glue-1.0.12/hb_report/hb_report.in:1133:				loginfo $l > $WORKDIR/`basename $l`.info ||
cluster-glue-1.0.12/hb_report/hb_report.in-1134-				fatal "disk full"
##############################################
cluster-glue-1.0.12/hb_report/hb_report.in-1183-					FROM_TIME=0 # to be calculated later
cluster-glue-1.0.12/hb_report/hb_report.in:1184:					CTS=`echo "$OPTARG" | sed 's/cts://'`
cluster-glue-1.0.12/hb_report/hb_report.in-1185-					DEST="cts-$CTS-"`date +"%a-%d-%b-%Y"`
cluster-glue-1.0.12/hb_report/hb_report.in-1186-				else
cluster-glue-1.0.12/hb_report/hb_report.in:1187:					FROM_TIME=`str2time "$OPTARG"`
cluster-glue-1.0.12/hb_report/hb_report.in-1188-					chktime "$FROM_TIME" "$OPTARG"
##############################################
cluster-glue-1.0.12/hb_report/hb_report.in-1190-			;;
cluster-glue-1.0.12/hb_report/hb_report.in:1191:			t) TO_TIME=`str2time "$OPTARG"`
cluster-glue-1.0.12/hb_report/hb_report.in-1192-				chktime "$TO_TIME" "$OPTARG"
##############################################
cluster-glue-1.0.12/hb_report/hb_report.in-1260-# stack is used
cluster-glue-1.0.12/hb_report/hb_report.in:1261:CORES_DIRS="`2>/dev/null ls -d $HA_VARLIB/cores $PCMK_LIB/cores | uniq`"
cluster-glue-1.0.12/hb_report/hb_report.in-1262-PACKAGES="pacemaker libpacemaker3 
##############################################
cluster-glue-1.0.12/hb_report/hb_report.in-1295-esac
cluster-glue-1.0.12/hb_report/hb_report.in:1296:B_CONF=`basename $CONF`
cluster-glue-1.0.12/hb_report/hb_report.in-1297-
##############################################
cluster-glue-1.0.12/hb_report/hb_report.in-1307-elif ! is_collector; then
cluster-glue-1.0.12/hb_report/hb_report.in:1308:	ctslog=`findmsg "CTS: Stack:" | awk '{print $1}'`
cluster-glue-1.0.12/hb_report/hb_report.in-1309-	debug "Using CTS control file: $ctslog"
cluster-glue-1.0.12/hb_report/hb_report.in:1310:	USER_NODES=`grep CTS: $ctslog | grep -v debug: | grep " \* " | sed s:.*\\\*::g | sort -u  | tr '\\n' ' '`
cluster-glue-1.0.12/hb_report/hb_report.in:1311:	HA_LOGFACILITY=`findmsg "CTS:.*Environment.SyslogFacility" | awk '{print $NF}'`
cluster-glue-1.0.12/hb_report/hb_report.in-1312-	NODES_SOURCE=user
##############################################
cluster-glue-1.0.12/hb_report/hb_report.in-1342-	NODES=`getnodes`
cluster-glue-1.0.12/hb_report/hb_report.in:1343:	debug "nodes: `echo $NODES`"
cluster-glue-1.0.12/hb_report/hb_report.in-1344-fi
cluster-glue-1.0.12/hb_report/hb_report.in:1345:NODECNT=`echo $NODES | wc -w`
cluster-glue-1.0.12/hb_report/hb_report.in-1346-if [ "$NODECNT" = 0 ]; then
##############################################
cluster-glue-1.0.12/hb_report/openais_conf_support.sh-48-iscfvarset() {
cluster-glue-1.0.12/hb_report/openais_conf_support.sh:49:	test "`getcfvar $1`"
cluster-glue-1.0.12/hb_report/openais_conf_support.sh-50-}
##############################################
cluster-glue-1.0.12/debian/patches/0001-libtoolize_check.patch-23--    libtool=$command
cluster-glue-1.0.12/debian/patches/0001-libtoolize_check.patch:24:-    libtoolize=`echo  "$libtool" | sed -e 's/libtool/libtoolize/'`
cluster-glue-1.0.12/debian/patches/0001-libtoolize_check.patch-25--  fi
##############################################
cluster-glue-1.0.12/debian/patches/0001-libtoolize_check.patch-47- 
cluster-glue-1.0.12/debian/patches/0001-libtoolize_check.patch:48:-LT_version=`$libtool --version | oneline | sed -e 's%^[^0-9]*%%' -e s'% .*%%'`
cluster-glue-1.0.12/debian/patches/0001-libtoolize_check.patch:49:+LT_version=`$libtoolize --version | oneline | sed -e 's%^[^0-9]*%%' -e s'% .*%%'`
cluster-glue-1.0.12/debian/patches/0001-libtoolize_check.patch:50: LT_majvers=`echo "$LT_version" | sed -e 's%\..*%%'`
cluster-glue-1.0.12/debian/patches/0001-libtoolize_check.patch:51: LT_minvers=`echo "$LT_version" | sed -e 's%^[^.]*\.%%' `
cluster-glue-1.0.12/debian/patches/0001-libtoolize_check.patch:52: LT_minnum=`echo  "$LT_minvers" | sed -e 's%[^0-9].*%%'`
cluster-glue-1.0.12/debian/patches/0001-libtoolize_check.patch-53-@@ -138,8 +133,7 @@ then
##############################################
cluster-glue-1.0.12/debian/patches/0001-libtoolize_check.patch-57--rm -f ./autoconf ./automake ./autoheader ./libtool
cluster-glue-1.0.12/debian/patches/0001-libtoolize_check.patch:58:-ln -s `which $libtool` ./libtool
cluster-glue-1.0.12/debian/patches/0001-libtoolize_check.patch-59-+rm -f ./autoconf ./automake ./autoheader
cluster-glue-1.0.12/debian/patches/0001-libtoolize_check.patch:60: ln -s `which $autoconf` ./autoconf
cluster-glue-1.0.12/debian/patches/0001-libtoolize_check.patch:61: ln -s `which $automake` ./automake
cluster-glue-1.0.12/debian/patches/0001-libtoolize_check.patch:62: ln -s `which $autoheader` ./autoheader
##############################################
cluster-glue-1.0.12/debian/patches/fix-configure-libxml2.patch-23--else
cluster-glue-1.0.12/debian/patches/fix-configure-libxml2.patch:24:-   XML2HEAD="`$XML2CONFIG --cflags`"
cluster-glue-1.0.12/debian/patches/fix-configure-libxml2.patch-25--   AC_MSG_RESULT($XML2HEAD)
##############################################
cluster-glue-1.0.12/.pc/0001-libtoolize_check.patch/autogen.sh-73-    autoconf=$command
cluster-glue-1.0.12/.pc/0001-libtoolize_check.patch/autogen.sh:74:    autoheader=`echo  "$autoconf" | sed -e 's/autoconf/autoheader/'`
cluster-glue-1.0.12/.pc/0001-libtoolize_check.patch/autogen.sh:75:    autom4te=`echo  "$autoconf" | sed -e 's/autoconf/autmo4te/'`
cluster-glue-1.0.12/.pc/0001-libtoolize_check.patch/autogen.sh:76:    autoreconf=`echo  "$autoconf" | sed -e 's/autoconf/autoreconf/'`
cluster-glue-1.0.12/.pc/0001-libtoolize_check.patch/autogen.sh:77:    autoscan=`echo  "$autoconf" | sed -e 's/autoconf/autoscan/'`
cluster-glue-1.0.12/.pc/0001-libtoolize_check.patch/autogen.sh:78:    autoupdate=`echo  "$autoconf" | sed -e 's/autoconf/autoupdate/'`
cluster-glue-1.0.12/.pc/0001-libtoolize_check.patch/autogen.sh:79:    ifnames=`echo  "$autoconf" | sed -e 's/autoconf/ifnames/'`
cluster-glue-1.0.12/.pc/0001-libtoolize_check.patch/autogen.sh-80-  fi
##############################################
cluster-glue-1.0.12/.pc/0001-libtoolize_check.patch/autogen.sh-89-    automake=$command
cluster-glue-1.0.12/.pc/0001-libtoolize_check.patch/autogen.sh:90:    aclocal=`echo  "$automake" | sed -e 's/automake/aclocal/'`
cluster-glue-1.0.12/.pc/0001-libtoolize_check.patch/autogen.sh-91-  fi
##############################################
cluster-glue-1.0.12/.pc/0001-libtoolize_check.patch/autogen.sh-100-    libtool=$command
cluster-glue-1.0.12/.pc/0001-libtoolize_check.patch/autogen.sh:101:    libtoolize=`echo  "$libtool" | sed -e 's/libtool/libtoolize/'`
cluster-glue-1.0.12/.pc/0001-libtoolize_check.patch/autogen.sh-102-  fi
##############################################
cluster-glue-1.0.12/.pc/0001-libtoolize_check.patch/autogen.sh-127-
cluster-glue-1.0.12/.pc/0001-libtoolize_check.patch/autogen.sh:128:LT_version=`$libtool --version | oneline | sed -e 's%^[^0-9]*%%' -e s'% .*%%'`
cluster-glue-1.0.12/.pc/0001-libtoolize_check.patch/autogen.sh:129:LT_majvers=`echo "$LT_version" | sed -e 's%\..*%%'`
cluster-glue-1.0.12/.pc/0001-libtoolize_check.patch/autogen.sh:130:LT_minvers=`echo "$LT_version" | sed -e 's%^[^.]*\.%%' `
cluster-glue-1.0.12/.pc/0001-libtoolize_check.patch/autogen.sh:131:LT_minnum=`echo  "$LT_minvers" | sed -e 's%[^0-9].*%%'`
cluster-glue-1.0.12/.pc/0001-libtoolize_check.patch/autogen.sh-132-
##############################################
cluster-glue-1.0.12/.pc/0001-libtoolize_check.patch/autogen.sh-141-rm -f ./autoconf ./automake ./autoheader ./libtool
cluster-glue-1.0.12/.pc/0001-libtoolize_check.patch/autogen.sh:142:ln -s `which $libtool` ./libtool
cluster-glue-1.0.12/.pc/0001-libtoolize_check.patch/autogen.sh:143:ln -s `which $autoconf` ./autoconf
cluster-glue-1.0.12/.pc/0001-libtoolize_check.patch/autogen.sh:144:ln -s `which $automake` ./automake
cluster-glue-1.0.12/.pc/0001-libtoolize_check.patch/autogen.sh:145:ln -s `which $autoheader` ./autoheader
cluster-glue-1.0.12/.pc/0001-libtoolize_check.patch/autogen.sh-146-
##############################################
cluster-glue-1.0.12/.pc/perl-interpreter.patch/lib/plugins/stonith/external/vcenter-20-	$msg .= " $_";
cluster-glue-1.0.12/.pc/perl-interpreter.patch/lib/plugins/stonith/external/vcenter:21:	system("ha_log.sh", "err", "$msg");
cluster-glue-1.0.12/.pc/perl-interpreter.patch/lib/plugins/stonith/external/vcenter-22-	die();
##############################################
cluster-glue-1.0.12/.pc/perl-interpreter.patch/lib/plugins/stonith/external/vcenter-204-						$vm->ResetVM();
cluster-glue-1.0.12/.pc/perl-interpreter.patch/lib/plugins/stonith/external/vcenter:205:						system("ha_log.sh", "info", "Machine $esx:$vm->{'name'} has been reset");
cluster-glue-1.0.12/.pc/perl-interpreter.patch/lib/plugins/stonith/external/vcenter-206-					} else {
cluster-glue-1.0.12/.pc/perl-interpreter.patch/lib/plugins/stonith/external/vcenter:207:						system("ha_log.sh", "warn", "Tried to ResetVM $esx:$vm->{'name'} that was $powerState");
cluster-glue-1.0.12/.pc/perl-interpreter.patch/lib/plugins/stonith/external/vcenter-208-						# Start a virtual machine on reset only if explicitly allowed by RESETPOWERON
##############################################
cluster-glue-1.0.12/.pc/perl-interpreter.patch/lib/plugins/stonith/external/vcenter-210-							$vm->PowerOnVM();
cluster-glue-1.0.12/.pc/perl-interpreter.patch/lib/plugins/stonith/external/vcenter:211:							system("ha_log.sh", "info", "Machine $esx:$vm->{'name'} has been powered on");
cluster-glue-1.0.12/.pc/perl-interpreter.patch/lib/plugins/stonith/external/vcenter-212-						} else {
##############################################
cluster-glue-1.0.12/.pc/perl-interpreter.patch/lib/plugins/stonith/external/vcenter-219-						$vm->PowerOffVM();
cluster-glue-1.0.12/.pc/perl-interpreter.patch/lib/plugins/stonith/external/vcenter:220:						system("ha_log.sh", "info", "Machine $esx:$vm->{'name'} has been powered off");
cluster-glue-1.0.12/.pc/perl-interpreter.patch/lib/plugins/stonith/external/vcenter-221-					} else {
cluster-glue-1.0.12/.pc/perl-interpreter.patch/lib/plugins/stonith/external/vcenter:222:						system("ha_log.sh", "warn", "Tried to PowerOffVM $esx:$vm->{'name'} that was $powerState");
cluster-glue-1.0.12/.pc/perl-interpreter.patch/lib/plugins/stonith/external/vcenter-223-
##############################################
cluster-glue-1.0.12/.pc/perl-interpreter.patch/lib/plugins/stonith/external/vcenter-228-						$vm->PowerOnVM();
cluster-glue-1.0.12/.pc/perl-interpreter.patch/lib/plugins/stonith/external/vcenter:229:						system("ha_log.sh", "info", "Machine $esx:$vm->{'name'} has been powered on");
cluster-glue-1.0.12/.pc/perl-interpreter.patch/lib/plugins/stonith/external/vcenter-230-					} else {
cluster-glue-1.0.12/.pc/perl-interpreter.patch/lib/plugins/stonith/external/vcenter:231:						system("ha_log.sh", "warn", "Tried to PowerOnVM $esx:$vm->{'name'} that was $powerState");
cluster-glue-1.0.12/.pc/perl-interpreter.patch/lib/plugins/stonith/external/vcenter-232-					}
##############################################
cluster-glue-1.0.12/.pc/asciidoctor.patch/configure.ac-261-
cluster-glue-1.0.12/.pc/asciidoctor.patch/configure.ac:262:eval prefix="`eval echo ${prefix}`"
cluster-glue-1.0.12/.pc/asciidoctor.patch/configure.ac:263:eval exec_prefix="`eval echo ${exec_prefix}`"
cluster-glue-1.0.12/.pc/asciidoctor.patch/configure.ac:264:eval bindir="`eval echo ${bindir}`"
cluster-glue-1.0.12/.pc/asciidoctor.patch/configure.ac:265:eval sbindir="`eval echo ${sbindir}`"
cluster-glue-1.0.12/.pc/asciidoctor.patch/configure.ac:266:eval libexecdir="`eval echo ${libexecdir}`"
cluster-glue-1.0.12/.pc/asciidoctor.patch/configure.ac:267:eval datadir="`eval echo ${datadir}`"
cluster-glue-1.0.12/.pc/asciidoctor.patch/configure.ac:268:eval sysconfdir="`eval echo ${sysconfdir}`"
cluster-glue-1.0.12/.pc/asciidoctor.patch/configure.ac:269:eval sharedstatedir="`eval echo ${sharedstatedir}`"
cluster-glue-1.0.12/.pc/asciidoctor.patch/configure.ac:270:eval localstatedir="`eval echo ${localstatedir}`"
cluster-glue-1.0.12/.pc/asciidoctor.patch/configure.ac:271:eval libdir="`eval echo ${libdir}`"
cluster-glue-1.0.12/.pc/asciidoctor.patch/configure.ac:272:eval includedir="`eval echo ${includedir}`"
cluster-glue-1.0.12/.pc/asciidoctor.patch/configure.ac:273:eval oldincludedir="`eval echo ${oldincludedir}`"
cluster-glue-1.0.12/.pc/asciidoctor.patch/configure.ac:274:eval infodir="`eval echo ${infodir}`"
cluster-glue-1.0.12/.pc/asciidoctor.patch/configure.ac:275:eval mandir="`eval echo ${mandir}`"
cluster-glue-1.0.12/.pc/asciidoctor.patch/configure.ac-276-
cluster-glue-1.0.12/.pc/asciidoctor.patch/configure.ac-277-dnl docdir is a recent addition to autotools
cluster-glue-1.0.12/.pc/asciidoctor.patch/configure.ac:278:eval docdir="`eval echo ${docdir}`"
cluster-glue-1.0.12/.pc/asciidoctor.patch/configure.ac-279-if test "x$docdir" = "x"; then
cluster-glue-1.0.12/.pc/asciidoctor.patch/configure.ac:280:   docdir="`eval echo ${datadir}/doc`"
cluster-glue-1.0.12/.pc/asciidoctor.patch/configure.ac-281-fi
##############################################
cluster-glue-1.0.12/.pc/asciidoctor.patch/configure.ac-304-do 
cluster-glue-1.0.12/.pc/asciidoctor.patch/configure.ac:305:  dirname=`eval echo '${'${j}'}'`
cluster-glue-1.0.12/.pc/asciidoctor.patch/configure.ac-306-  if
##############################################
cluster-glue-1.0.12/.pc/asciidoctor.patch/configure.ac-469-if test -f $srcdir/.hg_archival.txt; then
cluster-glue-1.0.12/.pc/asciidoctor.patch/configure.ac:470:   GLUE_BUILD_VERSION=`cat $srcdir/.hg_archival.txt | awk '/node:/ { print $2 }'`
cluster-glue-1.0.12/.pc/asciidoctor.patch/configure.ac-471-elif test -x $HG -a -d .hg; then
cluster-glue-1.0.12/.pc/asciidoctor.patch/configure.ac:472:   GLUE_BUILD_VERSION=`$HG id -itb`
cluster-glue-1.0.12/.pc/asciidoctor.patch/configure.ac-473-   if test $? != 0; then
##############################################
cluster-glue-1.0.12/.pc/asciidoctor.patch/configure.ac-649-	AC_MSG_CHECKING(for special glib includes: )
cluster-glue-1.0.12/.pc/asciidoctor.patch/configure.ac:650:	GLIBHEAD=`$GLIBCONFIG --cflags`
cluster-glue-1.0.12/.pc/asciidoctor.patch/configure.ac-651-	AC_MSG_RESULT($GLIBHEAD)
##############################################
cluster-glue-1.0.12/.pc/asciidoctor.patch/configure.ac-654-	AC_MSG_CHECKING(for glib library flags)
cluster-glue-1.0.12/.pc/asciidoctor.patch/configure.ac:655:	GLIBLIB=`$GLIBCONFIG --libs`
cluster-glue-1.0.12/.pc/asciidoctor.patch/configure.ac-656-	AC_MSG_RESULT($GLIBLIB)
##############################################
cluster-glue-1.0.12/.pc/asciidoctor.patch/configure.ac-728-else
cluster-glue-1.0.12/.pc/asciidoctor.patch/configure.ac:729:   XML2HEAD="`$XML2CONFIG --cflags`"
cluster-glue-1.0.12/.pc/asciidoctor.patch/configure.ac-730-   AC_MSG_RESULT($XML2HEAD)
##############################################
cluster-glue-1.0.12/.pc/asciidoctor.patch/configure.ac-1011-   if test "x$LIBNETLIBS" = x -a "x${LIBNETCONFIG}" != "x" ; then
cluster-glue-1.0.12/.pc/asciidoctor.patch/configure.ac:1012:      LIBNETDEFINES="`$LIBNETCONFIG --defines` `$LIBNETCONFIG --cflags`";
cluster-glue-1.0.12/.pc/asciidoctor.patch/configure.ac:1013:      LIBNETLIBS="`$LIBNETCONFIG --libs`";
cluster-glue-1.0.12/.pc/asciidoctor.patch/configure.ac-1014-      libnet_version="libnet1.0 (old)"
cluster-glue-1.0.12/.pc/asciidoctor.patch/configure.ac-1015-      case $LIBNETLIBS in
cluster-glue-1.0.12/.pc/asciidoctor.patch/configure.ac:1016:        *-l*)	libnet=`echo $LIBNETLIBS | sed 's%.*-l%%'`;;
cluster-glue-1.0.12/.pc/asciidoctor.patch/configure.ac-1017-        *)	libnet_version=none;;
##############################################
cluster-glue-1.0.12/.pc/asciidoctor.patch/configure.ac-1074-		AC_MSG_CHECKING(for special snmp libraries)
cluster-glue-1.0.12/.pc/asciidoctor.patch/configure.ac:1075:		SNMPLIB=`${SNMPCONFIG} --libs`
cluster-glue-1.0.12/.pc/asciidoctor.patch/configure.ac-1076-		AC_MSG_RESULT($SNMPLIB)
##############################################
cluster-glue-1.0.12/.pc/asciidoctor.patch/configure.ac-1271-
cluster-glue-1.0.12/.pc/asciidoctor.patch/configure.ac:1272:	GCC_MAJOR=`gcc -v 2>&1 | awk 'END{print $3}' | sed 's/[.].*//'`
cluster-glue-1.0.12/.pc/asciidoctor.patch/configure.ac-1273-	AM_CONDITIONAL(GCC_4, test "${GCC_MAJOR}" = 4)
##############################################
cluster-glue-1.0.12/.pc/file_paths.patch/configure.ac-261-
cluster-glue-1.0.12/.pc/file_paths.patch/configure.ac:262:eval prefix="`eval echo ${prefix}`"
cluster-glue-1.0.12/.pc/file_paths.patch/configure.ac:263:eval exec_prefix="`eval echo ${exec_prefix}`"
cluster-glue-1.0.12/.pc/file_paths.patch/configure.ac:264:eval bindir="`eval echo ${bindir}`"
cluster-glue-1.0.12/.pc/file_paths.patch/configure.ac:265:eval sbindir="`eval echo ${sbindir}`"
cluster-glue-1.0.12/.pc/file_paths.patch/configure.ac:266:eval libexecdir="`eval echo ${libexecdir}`"
cluster-glue-1.0.12/.pc/file_paths.patch/configure.ac:267:eval datadir="`eval echo ${datadir}`"
cluster-glue-1.0.12/.pc/file_paths.patch/configure.ac:268:eval sysconfdir="`eval echo ${sysconfdir}`"
cluster-glue-1.0.12/.pc/file_paths.patch/configure.ac:269:eval sharedstatedir="`eval echo ${sharedstatedir}`"
cluster-glue-1.0.12/.pc/file_paths.patch/configure.ac:270:eval localstatedir="`eval echo ${localstatedir}`"
cluster-glue-1.0.12/.pc/file_paths.patch/configure.ac:271:eval libdir="`eval echo ${libdir}`"
cluster-glue-1.0.12/.pc/file_paths.patch/configure.ac:272:eval includedir="`eval echo ${includedir}`"
cluster-glue-1.0.12/.pc/file_paths.patch/configure.ac:273:eval oldincludedir="`eval echo ${oldincludedir}`"
cluster-glue-1.0.12/.pc/file_paths.patch/configure.ac:274:eval infodir="`eval echo ${infodir}`"
cluster-glue-1.0.12/.pc/file_paths.patch/configure.ac:275:eval mandir="`eval echo ${mandir}`"
cluster-glue-1.0.12/.pc/file_paths.patch/configure.ac-276-
cluster-glue-1.0.12/.pc/file_paths.patch/configure.ac-277-dnl docdir is a recent addition to autotools
cluster-glue-1.0.12/.pc/file_paths.patch/configure.ac:278:eval docdir="`eval echo ${docdir}`"
cluster-glue-1.0.12/.pc/file_paths.patch/configure.ac-279-if test "x$docdir" = "x"; then
cluster-glue-1.0.12/.pc/file_paths.patch/configure.ac:280:   docdir="`eval echo ${datadir}/doc`"
cluster-glue-1.0.12/.pc/file_paths.patch/configure.ac-281-fi
##############################################
cluster-glue-1.0.12/.pc/file_paths.patch/configure.ac-304-do 
cluster-glue-1.0.12/.pc/file_paths.patch/configure.ac:305:  dirname=`eval echo '${'${j}'}'`
cluster-glue-1.0.12/.pc/file_paths.patch/configure.ac-306-  if
##############################################
cluster-glue-1.0.12/.pc/file_paths.patch/configure.ac-469-if test -f $srcdir/.hg_archival.txt; then
cluster-glue-1.0.12/.pc/file_paths.patch/configure.ac:470:   GLUE_BUILD_VERSION=`cat $srcdir/.hg_archival.txt | awk '/node:/ { print $2 }'`
cluster-glue-1.0.12/.pc/file_paths.patch/configure.ac-471-elif test -x $HG -a -d .hg; then
cluster-glue-1.0.12/.pc/file_paths.patch/configure.ac:472:   GLUE_BUILD_VERSION=`$HG id -itb`
cluster-glue-1.0.12/.pc/file_paths.patch/configure.ac-473-   if test $? != 0; then
##############################################
cluster-glue-1.0.12/.pc/file_paths.patch/configure.ac-652-	AC_MSG_CHECKING(for special glib includes: )
cluster-glue-1.0.12/.pc/file_paths.patch/configure.ac:653:	GLIBHEAD=`$GLIBCONFIG --cflags`
cluster-glue-1.0.12/.pc/file_paths.patch/configure.ac-654-	AC_MSG_RESULT($GLIBHEAD)
##############################################
cluster-glue-1.0.12/.pc/file_paths.patch/configure.ac-657-	AC_MSG_CHECKING(for glib library flags)
cluster-glue-1.0.12/.pc/file_paths.patch/configure.ac:658:	GLIBLIB=`$GLIBCONFIG --libs`
cluster-glue-1.0.12/.pc/file_paths.patch/configure.ac-659-	AC_MSG_RESULT($GLIBLIB)
##############################################
cluster-glue-1.0.12/.pc/file_paths.patch/configure.ac-731-else
cluster-glue-1.0.12/.pc/file_paths.patch/configure.ac:732:   XML2HEAD="`$XML2CONFIG --cflags`"
cluster-glue-1.0.12/.pc/file_paths.patch/configure.ac-733-   AC_MSG_RESULT($XML2HEAD)
##############################################
cluster-glue-1.0.12/.pc/file_paths.patch/configure.ac-1014-   if test "x$LIBNETLIBS" = x -a "x${LIBNETCONFIG}" != "x" ; then
cluster-glue-1.0.12/.pc/file_paths.patch/configure.ac:1015:      LIBNETDEFINES="`$LIBNETCONFIG --defines` `$LIBNETCONFIG --cflags`";
cluster-glue-1.0.12/.pc/file_paths.patch/configure.ac:1016:      LIBNETLIBS="`$LIBNETCONFIG --libs`";
cluster-glue-1.0.12/.pc/file_paths.patch/configure.ac-1017-      libnet_version="libnet1.0 (old)"
cluster-glue-1.0.12/.pc/file_paths.patch/configure.ac-1018-      case $LIBNETLIBS in
cluster-glue-1.0.12/.pc/file_paths.patch/configure.ac:1019:        *-l*)	libnet=`echo $LIBNETLIBS | sed 's%.*-l%%'`;;
cluster-glue-1.0.12/.pc/file_paths.patch/configure.ac-1020-        *)	libnet_version=none;;
##############################################
cluster-glue-1.0.12/.pc/file_paths.patch/configure.ac-1077-		AC_MSG_CHECKING(for special snmp libraries)
cluster-glue-1.0.12/.pc/file_paths.patch/configure.ac:1078:		SNMPLIB=`${SNMPCONFIG} --libs`
cluster-glue-1.0.12/.pc/file_paths.patch/configure.ac-1079-		AC_MSG_RESULT($SNMPLIB)
##############################################
cluster-glue-1.0.12/.pc/file_paths.patch/configure.ac-1274-
cluster-glue-1.0.12/.pc/file_paths.patch/configure.ac:1275:	GCC_MAJOR=`gcc -v 2>&1 | awk 'END{print $3}' | sed 's/[.].*//'`
cluster-glue-1.0.12/.pc/file_paths.patch/configure.ac-1276-	AM_CONDITIONAL(GCC_4, test "${GCC_MAJOR}" = 4)
##############################################
cluster-glue-1.0.12/.pc/fix-configure-libxml2.patch/configure.ac-261-
cluster-glue-1.0.12/.pc/fix-configure-libxml2.patch/configure.ac:262:eval prefix="`eval echo ${prefix}`"
cluster-glue-1.0.12/.pc/fix-configure-libxml2.patch/configure.ac:263:eval exec_prefix="`eval echo ${exec_prefix}`"
cluster-glue-1.0.12/.pc/fix-configure-libxml2.patch/configure.ac:264:eval bindir="`eval echo ${bindir}`"
cluster-glue-1.0.12/.pc/fix-configure-libxml2.patch/configure.ac:265:eval sbindir="`eval echo ${sbindir}`"
cluster-glue-1.0.12/.pc/fix-configure-libxml2.patch/configure.ac:266:eval libexecdir="`eval echo ${libexecdir}`"
cluster-glue-1.0.12/.pc/fix-configure-libxml2.patch/configure.ac:267:eval datadir="`eval echo ${datadir}`"
cluster-glue-1.0.12/.pc/fix-configure-libxml2.patch/configure.ac:268:eval sysconfdir="`eval echo ${sysconfdir}`"
cluster-glue-1.0.12/.pc/fix-configure-libxml2.patch/configure.ac:269:eval sharedstatedir="`eval echo ${sharedstatedir}`"
cluster-glue-1.0.12/.pc/fix-configure-libxml2.patch/configure.ac:270:eval localstatedir="`eval echo ${localstatedir}`"
cluster-glue-1.0.12/.pc/fix-configure-libxml2.patch/configure.ac:271:eval libdir="`eval echo ${libdir}`"
cluster-glue-1.0.12/.pc/fix-configure-libxml2.patch/configure.ac:272:eval includedir="`eval echo ${includedir}`"
cluster-glue-1.0.12/.pc/fix-configure-libxml2.patch/configure.ac:273:eval oldincludedir="`eval echo ${oldincludedir}`"
cluster-glue-1.0.12/.pc/fix-configure-libxml2.patch/configure.ac:274:eval infodir="`eval echo ${infodir}`"
cluster-glue-1.0.12/.pc/fix-configure-libxml2.patch/configure.ac:275:eval mandir="`eval echo ${mandir}`"
cluster-glue-1.0.12/.pc/fix-configure-libxml2.patch/configure.ac-276-
cluster-glue-1.0.12/.pc/fix-configure-libxml2.patch/configure.ac-277-dnl docdir is a recent addition to autotools
cluster-glue-1.0.12/.pc/fix-configure-libxml2.patch/configure.ac:278:eval docdir="`eval echo ${docdir}`"
cluster-glue-1.0.12/.pc/fix-configure-libxml2.patch/configure.ac-279-if test "x$docdir" = "x"; then
cluster-glue-1.0.12/.pc/fix-configure-libxml2.patch/configure.ac:280:   docdir="`eval echo ${datadir}/doc`"
cluster-glue-1.0.12/.pc/fix-configure-libxml2.patch/configure.ac-281-fi
##############################################
cluster-glue-1.0.12/.pc/fix-configure-libxml2.patch/configure.ac-304-do 
cluster-glue-1.0.12/.pc/fix-configure-libxml2.patch/configure.ac:305:  dirname=`eval echo '${'${j}'}'`
cluster-glue-1.0.12/.pc/fix-configure-libxml2.patch/configure.ac-306-  if
##############################################
cluster-glue-1.0.12/.pc/fix-configure-libxml2.patch/configure.ac-469-if test -f $srcdir/.hg_archival.txt; then
cluster-glue-1.0.12/.pc/fix-configure-libxml2.patch/configure.ac:470:   GLUE_BUILD_VERSION=`cat $srcdir/.hg_archival.txt | awk '/node:/ { print $2 }'`
cluster-glue-1.0.12/.pc/fix-configure-libxml2.patch/configure.ac-471-elif test -x $HG -a -d .hg; then
cluster-glue-1.0.12/.pc/fix-configure-libxml2.patch/configure.ac:472:   GLUE_BUILD_VERSION=`$HG id -itb`
cluster-glue-1.0.12/.pc/fix-configure-libxml2.patch/configure.ac-473-   if test $? != 0; then
##############################################
cluster-glue-1.0.12/.pc/fix-configure-libxml2.patch/configure.ac-652-	AC_MSG_CHECKING(for special glib includes: )
cluster-glue-1.0.12/.pc/fix-configure-libxml2.patch/configure.ac:653:	GLIBHEAD=`$GLIBCONFIG --cflags`
cluster-glue-1.0.12/.pc/fix-configure-libxml2.patch/configure.ac-654-	AC_MSG_RESULT($GLIBHEAD)
##############################################
cluster-glue-1.0.12/.pc/fix-configure-libxml2.patch/configure.ac-657-	AC_MSG_CHECKING(for glib library flags)
cluster-glue-1.0.12/.pc/fix-configure-libxml2.patch/configure.ac:658:	GLIBLIB=`$GLIBCONFIG --libs`
cluster-glue-1.0.12/.pc/fix-configure-libxml2.patch/configure.ac-659-	AC_MSG_RESULT($GLIBLIB)
##############################################
cluster-glue-1.0.12/.pc/fix-configure-libxml2.patch/configure.ac-731-else
cluster-glue-1.0.12/.pc/fix-configure-libxml2.patch/configure.ac:732:   XML2HEAD="`$XML2CONFIG --cflags`"
cluster-glue-1.0.12/.pc/fix-configure-libxml2.patch/configure.ac-733-   AC_MSG_RESULT($XML2HEAD)
##############################################
cluster-glue-1.0.12/.pc/fix-configure-libxml2.patch/configure.ac-1014-   if test "x$LIBNETLIBS" = x -a "x${LIBNETCONFIG}" != "x" ; then
cluster-glue-1.0.12/.pc/fix-configure-libxml2.patch/configure.ac:1015:      LIBNETDEFINES="`$LIBNETCONFIG --defines` `$LIBNETCONFIG --cflags`";
cluster-glue-1.0.12/.pc/fix-configure-libxml2.patch/configure.ac:1016:      LIBNETLIBS="`$LIBNETCONFIG --libs`";
cluster-glue-1.0.12/.pc/fix-configure-libxml2.patch/configure.ac-1017-      libnet_version="libnet1.0 (old)"
cluster-glue-1.0.12/.pc/fix-configure-libxml2.patch/configure.ac-1018-      case $LIBNETLIBS in
cluster-glue-1.0.12/.pc/fix-configure-libxml2.patch/configure.ac:1019:        *-l*)	libnet=`echo $LIBNETLIBS | sed 's%.*-l%%'`;;
cluster-glue-1.0.12/.pc/fix-configure-libxml2.patch/configure.ac-1020-        *)	libnet_version=none;;
##############################################
cluster-glue-1.0.12/.pc/fix-configure-libxml2.patch/configure.ac-1077-		AC_MSG_CHECKING(for special snmp libraries)
cluster-glue-1.0.12/.pc/fix-configure-libxml2.patch/configure.ac:1078:		SNMPLIB=`${SNMPCONFIG} --libs`
cluster-glue-1.0.12/.pc/fix-configure-libxml2.patch/configure.ac-1079-		AC_MSG_RESULT($SNMPLIB)
##############################################
cluster-glue-1.0.12/.pc/fix-configure-libxml2.patch/configure.ac-1274-
cluster-glue-1.0.12/.pc/fix-configure-libxml2.patch/configure.ac:1275:	GCC_MAJOR=`gcc -v 2>&1 | awk 'END{print $3}' | sed 's/[.].*//'`
cluster-glue-1.0.12/.pc/fix-configure-libxml2.patch/configure.ac-1276-	AM_CONDITIONAL(GCC_4, test "${GCC_MAJOR}" = 4)
##############################################
cluster-glue-1.0.12/autogen.sh-73-    autoconf=$command
cluster-glue-1.0.12/autogen.sh:74:    autoheader=`echo  "$autoconf" | sed -e 's/autoconf/autoheader/'`
cluster-glue-1.0.12/autogen.sh:75:    autom4te=`echo  "$autoconf" | sed -e 's/autoconf/autmo4te/'`
cluster-glue-1.0.12/autogen.sh:76:    autoreconf=`echo  "$autoconf" | sed -e 's/autoconf/autoreconf/'`
cluster-glue-1.0.12/autogen.sh:77:    autoscan=`echo  "$autoconf" | sed -e 's/autoconf/autoscan/'`
cluster-glue-1.0.12/autogen.sh:78:    autoupdate=`echo  "$autoconf" | sed -e 's/autoconf/autoupdate/'`
cluster-glue-1.0.12/autogen.sh:79:    ifnames=`echo  "$autoconf" | sed -e 's/autoconf/ifnames/'`
cluster-glue-1.0.12/autogen.sh-80-  fi
##############################################
cluster-glue-1.0.12/autogen.sh-89-    automake=$command
cluster-glue-1.0.12/autogen.sh:90:    aclocal=`echo  "$automake" | sed -e 's/automake/aclocal/'`
cluster-glue-1.0.12/autogen.sh-91-  fi
##############################################
cluster-glue-1.0.12/autogen.sh-122-
cluster-glue-1.0.12/autogen.sh:123:LT_version=`$libtoolize --version | oneline | sed -e 's%^[^0-9]*%%' -e s'% .*%%'`
cluster-glue-1.0.12/autogen.sh:124:LT_majvers=`echo "$LT_version" | sed -e 's%\..*%%'`
cluster-glue-1.0.12/autogen.sh:125:LT_minvers=`echo "$LT_version" | sed -e 's%^[^.]*\.%%' `
cluster-glue-1.0.12/autogen.sh:126:LT_minnum=`echo  "$LT_minvers" | sed -e 's%[^0-9].*%%'`
cluster-glue-1.0.12/autogen.sh-127-
##############################################
cluster-glue-1.0.12/autogen.sh-136-rm -f ./autoconf ./automake ./autoheader
cluster-glue-1.0.12/autogen.sh:137:ln -s `which $autoconf` ./autoconf
cluster-glue-1.0.12/autogen.sh:138:ln -s `which $automake` ./automake
cluster-glue-1.0.12/autogen.sh:139:ln -s `which $autoheader` ./autoheader
cluster-glue-1.0.12/autogen.sh-140-
##############################################
cluster-glue-1.0.12/configure.ac-261-
cluster-glue-1.0.12/configure.ac:262:eval prefix="`eval echo ${prefix}`"
cluster-glue-1.0.12/configure.ac:263:eval exec_prefix="`eval echo ${exec_prefix}`"
cluster-glue-1.0.12/configure.ac:264:eval bindir="`eval echo ${bindir}`"
cluster-glue-1.0.12/configure.ac:265:eval sbindir="`eval echo ${sbindir}`"
cluster-glue-1.0.12/configure.ac:266:eval libexecdir="`eval echo ${libexecdir}`"
cluster-glue-1.0.12/configure.ac:267:eval datadir="`eval echo ${datadir}`"
cluster-glue-1.0.12/configure.ac:268:eval sysconfdir="`eval echo ${sysconfdir}`"
cluster-glue-1.0.12/configure.ac:269:eval sharedstatedir="`eval echo ${sharedstatedir}`"
cluster-glue-1.0.12/configure.ac:270:eval localstatedir="`eval echo ${localstatedir}`"
cluster-glue-1.0.12/configure.ac:271:eval libdir="`eval echo ${libdir}`"
cluster-glue-1.0.12/configure.ac:272:eval includedir="`eval echo ${includedir}`"
cluster-glue-1.0.12/configure.ac:273:eval oldincludedir="`eval echo ${oldincludedir}`"
cluster-glue-1.0.12/configure.ac:274:eval infodir="`eval echo ${infodir}`"
cluster-glue-1.0.12/configure.ac:275:eval mandir="`eval echo ${mandir}`"
cluster-glue-1.0.12/configure.ac-276-
cluster-glue-1.0.12/configure.ac-277-dnl docdir is a recent addition to autotools
cluster-glue-1.0.12/configure.ac:278:eval docdir="`eval echo ${docdir}`"
cluster-glue-1.0.12/configure.ac-279-if test "x$docdir" = "x"; then
cluster-glue-1.0.12/configure.ac:280:   docdir="`eval echo ${datadir}/doc`"
cluster-glue-1.0.12/configure.ac-281-fi
##############################################
cluster-glue-1.0.12/configure.ac-304-do 
cluster-glue-1.0.12/configure.ac:305:  dirname=`eval echo '${'${j}'}'`
cluster-glue-1.0.12/configure.ac-306-  if
##############################################
cluster-glue-1.0.12/configure.ac-469-if test -f $srcdir/.hg_archival.txt; then
cluster-glue-1.0.12/configure.ac:470:   GLUE_BUILD_VERSION=`cat $srcdir/.hg_archival.txt | awk '/node:/ { print $2 }'`
cluster-glue-1.0.12/configure.ac-471-elif test -x $HG -a -d .hg; then
cluster-glue-1.0.12/configure.ac:472:   GLUE_BUILD_VERSION=`$HG id -itb`
cluster-glue-1.0.12/configure.ac-473-   if test $? != 0; then
##############################################
cluster-glue-1.0.12/configure.ac-651-	AC_MSG_CHECKING(for special glib includes: )
cluster-glue-1.0.12/configure.ac:652:	GLIBHEAD=`$GLIBCONFIG --cflags`
cluster-glue-1.0.12/configure.ac-653-	AC_MSG_RESULT($GLIBHEAD)
##############################################
cluster-glue-1.0.12/configure.ac-656-	AC_MSG_CHECKING(for glib library flags)
cluster-glue-1.0.12/configure.ac:657:	GLIBLIB=`$GLIBCONFIG --libs`
cluster-glue-1.0.12/configure.ac-658-	AC_MSG_RESULT($GLIBLIB)
##############################################
cluster-glue-1.0.12/configure.ac-1008-   if test "x$LIBNETLIBS" = x -a "x${LIBNETCONFIG}" != "x" ; then
cluster-glue-1.0.12/configure.ac:1009:      LIBNETDEFINES="`$LIBNETCONFIG --defines` `$LIBNETCONFIG --cflags`";
cluster-glue-1.0.12/configure.ac:1010:      LIBNETLIBS="`$LIBNETCONFIG --libs`";
cluster-glue-1.0.12/configure.ac-1011-      libnet_version="libnet1.0 (old)"
cluster-glue-1.0.12/configure.ac-1012-      case $LIBNETLIBS in
cluster-glue-1.0.12/configure.ac:1013:        *-l*)	libnet=`echo $LIBNETLIBS | sed 's%.*-l%%'`;;
cluster-glue-1.0.12/configure.ac-1014-        *)	libnet_version=none;;
##############################################
cluster-glue-1.0.12/configure.ac-1071-		AC_MSG_CHECKING(for special snmp libraries)
cluster-glue-1.0.12/configure.ac:1072:		SNMPLIB=`${SNMPCONFIG} --libs`
cluster-glue-1.0.12/configure.ac-1073-		AC_MSG_RESULT($SNMPLIB)
##############################################
cluster-glue-1.0.12/configure.ac-1268-
cluster-glue-1.0.12/configure.ac:1269:	GCC_MAJOR=`gcc -v 2>&1 | awk 'END{print $3}' | sed 's/[.].*//'`
cluster-glue-1.0.12/configure.ac-1270-	AM_CONDITIONAL(GCC_4, test "${GCC_MAJOR}" = 4)