diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-23 11:38:14 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-23 15:49:23 -0500 |
commit | ef00a518db514c20c50553ab8d0965140d97aecf (patch) | |
tree | 257f6be84d304923c5bf174810f1a1459cc04d6d /system/openais | |
parent | 4eebb2286a01826a79223412c401a3d6f5e5d6c7 (diff) | |
download | slackbuilds-ef00a518db514c20c50553ab8d0965140d97aecf.tar.gz |
system/openais: Fixed dep information
Diffstat (limited to 'system/openais')
-rw-r--r-- | system/openais/README | 7 | ||||
-rw-r--r-- | system/openais/openais.info | 2 |
2 files changed, 1 insertions, 8 deletions
diff --git a/system/openais/README b/system/openais/README index 9066f403ba..6bd04e4fac 100644 --- a/system/openais/README +++ b/system/openais/README @@ -11,10 +11,3 @@ applications which may not be modified. The OpenAIS software is built to operate on the Corosync Cluster Engine (http://www.corosync.org) which allows any third party to implement plugin cluster services using the infrastructure provided. - -In order to have a functioning High Availability software stack, -before running this SlackBuild, build AND install, each in order, -the following other SlackBuilds. - -Requires: libnet, libesmtp, clusterglue, clusterresourceagents, -and corosync all available at SlackBuilds.org. diff --git a/system/openais/openais.info b/system/openais/openais.info index b2dc5236e9..c4ff436a02 100644 --- a/system/openais/openais.info +++ b/system/openais/openais.info @@ -5,6 +5,6 @@ DOWNLOAD="ftp://ftp:downloads@ftp.openais.org/downloads/openais-1.1.2/openais-1. MD5SUM="f94ccb867358ac54ab24bc54def27335" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="clusterglue clusterresourceagents corosync libesmtp libnet" +REQUIRES="corosync" MAINTAINER="Zordrak" EMAIL="slackbuilds@tpa.me.uk" |