diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-23 11:37:15 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-23 15:49:23 -0500 |
commit | 4eebb2286a01826a79223412c401a3d6f5e5d6c7 (patch) | |
tree | a6cdc9dc15f8490c5a24f72ab2970816952513f0 /system/corosync | |
parent | 9d529a2ca637bdfe8868892c7d07ac3ed3ba6181 (diff) | |
download | slackbuilds-4eebb2286a01826a79223412c401a3d6f5e5d6c7.tar.gz |
system/corosync: Fixed dep information
Diffstat (limited to 'system/corosync')
-rw-r--r-- | system/corosync/README | 7 | ||||
-rw-r--r-- | system/corosync/corosync.info | 2 |
2 files changed, 1 insertions, 8 deletions
diff --git a/system/corosync/README b/system/corosync/README index 1760a74ab3..d4676243ba 100644 --- a/system/corosync/README +++ b/system/corosync/README @@ -5,10 +5,3 @@ for third party cluster service developers. Designers develop service engines for use with Corosync that can take advantage of its features including messaging, membership, IPC, a configuration object database, a handle database, automatic replication, and more. - -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 -All available at SlackBuilds.org. diff --git a/system/corosync/corosync.info b/system/corosync/corosync.info index d20d23b7aa..a0901f51c0 100644 --- a/system/corosync/corosync.info +++ b/system/corosync/corosync.info @@ -5,6 +5,6 @@ DOWNLOAD="ftp://ftp:downloads@ftp.corosync.org/downloads/corosync-1.2.1/corosync MD5SUM="cba5eb5da41630f53e54b90c449c056d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="clusterglue clusterresourceagents libesmtp libnet" +REQUIRES="clusterresourceagents" MAINTAINER="Zordrak" EMAIL="slackbuilds@tpa.me.uk" |