diff options
| author | Alan Conway <aconway@apache.org> | 2008-12-17 23:44:04 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-12-17 23:44:04 +0000 |
| commit | ac3a06a8c1d5d898d582e015ee53ecd2ac4bad7d (patch) | |
| tree | 66149a7a392129fba5c43dfd661c258d5e8573a3 /cpp/src/tests | |
| parent | c146f7f3af6ecac234498102e97175927347bd71 (diff) | |
| download | qpid-python-ac3a06a8c1d5d898d582e015ee53ecd2ac4bad7d.tar.gz | |
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
Diffstat (limited to 'cpp/src/tests')
| -rwxr-xr-x | cpp/src/tests/ais_check | 4 |
1 files changed, 2 insertions, 2 deletions
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 '\<ais\>' >/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 <<EOF |
