From ac3a06a8c1d5d898d582e015ee53ecd2ac4bad7d Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 17 Dec 2008 23:44:04 +0000 Subject: Handle package name changes in Fedora10: openais->corosync cman->cmanlib git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@727583 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/ais_check | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/src/tests') diff --git a/cpp/src/tests/ais_check b/cpp/src/tests/ais_check index f35010c9f6..5687110165 100755 --- a/cpp/src/tests/ais_check +++ b/cpp/src/tests/ais_check @@ -23,8 +23,8 @@ srcdir=`dirname $0` # Check AIS requirements and run tests if found. id -nG | grep '\' >/dev/null || \ NOGROUP="You are not a member of the ais group." -ps -u root | grep aisexec >/dev/null || \ - NOAISEXEC="The aisexec daemon is not running as root" +ps -u root | grep 'aisexec\|corosync' >/dev/null || \ + NOAISEXEC="The aisexec or corosync daemon is not running as root" if test -n "$NOGROUP" -o -n "$NOAISEXEC"; then cat <