diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/pacemaker/README | 14 | ||||
-rw-r--r-- | system/pacemaker/pacemaker.info | 2 |
2 files changed, 4 insertions, 12 deletions
diff --git a/system/pacemaker/README b/system/pacemaker/README index 284c146928a0..479a4274cead 100644 --- a/system/pacemaker/README +++ b/system/pacemaker/README @@ -17,14 +17,6 @@ the standards most other projects conform to: * The build will produce soft-errors relating to mercurial, with invalid single-operand basename and dirname calls. -This SlackBuild is configured to use libesmtp which is also -available from SBo. If you don't want esmtp support you should -change the "--with-esmtp \" line in the script to -"--without-esmtp \". - -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, -corosync, and openais all available at SlackBuilds.org. +This SlackBuild is configured to use libesmtp. If you don't want +esmtp support you should change the "--with-esmtp \" line in the +script to "--without-esmtp \". diff --git a/system/pacemaker/pacemaker.info b/system/pacemaker/pacemaker.info index b2a2e5cc372c..2ddce74f1f32 100644 --- a/system/pacemaker/pacemaker.info +++ b/system/pacemaker/pacemaker.info @@ -5,6 +5,6 @@ DOWNLOAD="http://hg.clusterlabs.org/pacemaker/1.1/archive/b9b672590e79.tar.bz2" MD5SUM="ff48a1a0736449f2da85e378c9f41ab3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="clusterglue clusterresourceagents corosync libesmtp libnet openais" +REQUIRES="openais" MAINTAINER="Zordrak" EMAIL="slackbuilds@tpa.me.uk" |