From 4fc81a5cf4ae6c2b6a6187223874682eb2cfa1c4 Mon Sep 17 00:00:00 2001 From: Roman I Khimov Date: Fri, 23 Apr 2010 17:39:12 +0400 Subject: [PATCH] corosync: update to version 1.2.1 Signed-off-by: Roman I Khimov --- recipes/corosync/{corosync_1.2.0.bb => corosync_1.2.1.bb} | 6 +++--- recipes/corosync/files/corosync.conf | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename recipes/corosync/{corosync_1.2.0.bb => corosync_1.2.1.bb} (86%) diff --git a/recipes/corosync/corosync_1.2.0.bb b/recipes/corosync/corosync_1.2.1.bb similarity index 86% rename from recipes/corosync/corosync_1.2.0.bb rename to recipes/corosync/corosync_1.2.1.bb index 03820166f0..5a86d87cf3 100644 --- a/recipes/corosync/corosync_1.2.0.bb +++ b/recipes/corosync/corosync_1.2.1.bb @@ -1,7 +1,7 @@ DESCRIPTION = "OSI Certified implementation of a complete cluster engine" LICENSE = "BSD" -PR = "r1" +PR = "r0" SRC_URI = " \ ftp://ftp@corosync.org/downloads/corosync-${PV}/corosync-${PV}.tar.gz;name=tar \ @@ -10,8 +10,8 @@ SRC_URI = " \ file://corosync.conf \ file://volatiles \ " -SRC_URI[tar.md5sum] = "789bea831a97977e56900477c3022cc1" -SRC_URI[tar.sha256sum] = "3cee3be9f747c7031da9eafdffa5e3009513f4ac93ce021a49574e3de1fd93f0" +SRC_URI[tar.md5sum] = "cba5eb5da41630f53e54b90c449c056d" +SRC_URI[tar.sha256sum] = "d919d9817c4cde9e3d38e6f79731d9e1cd53485c6160bd253d888fa58a87a43d" inherit autotools_stage update-rc.d diff --git a/recipes/corosync/files/corosync.conf b/recipes/corosync/files/corosync.conf index 4caea969ec..f84679fe03 100644 --- a/recipes/corosync/files/corosync.conf +++ b/recipes/corosync/files/corosync.conf @@ -35,7 +35,7 @@ totem { logging { fileline: off - to_stderr: yes + to_stderr: no to_logfile: yes to_syslog: yes logfile: /var/log/corosync.log -- 2.39.5