diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-07 21:15:07 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-07 21:15:07 +0200 |
commit | 8e0732eefc64546a4917dbddb2c3552ef87b7e2f (patch) | |
tree | 9056f551fb856c07da87b53e0c04c756f58eb36b /package/corosync | |
parent | 20341b4098547b4f1f8e80103d2d7e72069f731c (diff) |
remove ha packages for now, old and seldom tested
Diffstat (limited to 'package/corosync')
-rw-r--r-- | package/corosync/Makefile | 44 | ||||
-rw-r--r-- | package/corosync/files/corosync.conf | 32 | ||||
-rw-r--r-- | package/corosync/files/corosync.conffiles | 1 |
3 files changed, 0 insertions, 77 deletions
diff --git a/package/corosync/Makefile b/package/corosync/Makefile deleted file mode 100644 index efb99a11a..000000000 --- a/package/corosync/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# This file is part of the OpenADK project. OpenADK is copyrighted -# material, please see the LICENCE file in the top-level directory. - -include $(TOPDIR)/rules.mk - -PKG_NAME:= corosync -PKG_VERSION:= 2.3.0 -PKG_RELEASE:= 1 -PKG_MD5SUM:= 4689279c36b1417e122a23c6818017dd -PKG_DESCR:= Cluster Engine -PKG_SECTION:= ha -PKG_BUILDDEP:= libqb nss -PKG_DEPENDS:= cluster-glue libqb nss -PKG_URL:= http://www.corosync.org/ -PKG_SITES:= http://corosync.org/download/ - -PKG_CFLINE_COROSYNC:= select ADK_KERNEL_IP_MULTICAST -PKG_LIBC_DEPENDS:= glibc musl -PKG_ARCH_DEPENDS:= x86 x86_64 - -include $(TOPDIR)/mk/package.mk - -$(eval $(call PKG_template,COROSYNC,corosync,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) - -XAKE_FLAGS+= GCC_HONOUR_COPTS=s -TARGET_CPPFLAGS+= -I$(STAGING_TARGET_DIR)/usr/include/nss \ - -I$(STAGING_TARGET_DIR)/usr/include/nspr -TARGET_LDFLAGS+= -lssl3 -lsmime3 -lnss3 -lnssutil3 -CONFIGURE_ENV+= ac_cv_func_fnmatch_works=yes - -corosync-install: - $(INSTALL_DIR) $(IDIR_COROSYNC)/etc/corosync - $(CP) ./files/corosync.conf $(IDIR_COROSYNC)/etc/corosync - $(INSTALL_DIR) $(IDIR_COROSYNC)/usr/lib - $(CP) $(WRKINST)/usr/lib/lib*.so* \ - $(IDIR_COROSYNC)/usr/lib - $(INSTALL_DIR) $(IDIR_COROSYNC)/usr/sbin - $(CP) $(WRKINST)/usr/sbin/* \ - $(IDIR_COROSYNC)/usr/sbin - $(INSTALL_DIR) $(IDIR_COROSYNC)/usr/bin - $(CP) $(WRKINST)/usr/bin/* \ - $(IDIR_COROSYNC)/usr/bin - -include ${TOPDIR}/mk/pkg-bottom.mk diff --git a/package/corosync/files/corosync.conf b/package/corosync/files/corosync.conf deleted file mode 100644 index 11fd9cf2d..000000000 --- a/package/corosync/files/corosync.conf +++ /dev/null @@ -1,32 +0,0 @@ -aisexec { - user: root - group: root -} -service { - name: pacemaker - ver: 0 -} -totem { - version: 2 - secauth: on - threads: 0 - interface { - ringnumber: 0 - bindnetaddr: 192.168.1.0 - mcastaddr: 226.94.1.1 - mcastport: 5405 - } - netmtu: 8800 -} -logging { - debug: off - fileline: off - to_syslog: yes - to_stderr: no - syslog_facility: daemon - timestamp: on -} -amf { - mode: disabled -} - diff --git a/package/corosync/files/corosync.conffiles b/package/corosync/files/corosync.conffiles deleted file mode 100644 index e24947d6b..000000000 --- a/package/corosync/files/corosync.conffiles +++ /dev/null @@ -1 +0,0 @@ -/etc/corosync/corosync.conf |