diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-23 11:40:45 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-23 15:49:23 -0500 |
commit | 51a0c943492d4126160507353a0c293ccff52a7a (patch) | |
tree | 250e484b0b9251c53f21c750f184f66ed8b6bbfa | |
parent | ef00a518db514c20c50553ab8d0965140d97aecf (diff) | |
download | slackbuilds-51a0c943492d4126160507353a0c293ccff52a7a.tar.gz |
system/pacemaker: Fixed dep information
-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 284c146928..479a4274ce 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 b2a2e5cc37..2ddce74f1f 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" |