diff options
author | Roman I Khimov <khimov@altell.ru> | 2010-04-23 17:39:12 +0400 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2010-04-23 22:49:09 +0400 |
commit | 4fc81a5cf4ae6c2b6a6187223874682eb2cfa1c4 (patch) | |
tree | bc6b0b563c93544aff5c3f83d8a2dd7db1ee7599 | |
parent | c36d284c99241e64d56ffcd6bab3e248d16fe058 (diff) |
corosync: update to version 1.2.1
Signed-off-by: Roman I Khimov <khimov@altell.ru>
-rw-r--r-- | recipes/corosync/corosync_1.2.1.bb (renamed from recipes/corosync/corosync_1.2.0.bb) | 6 | ||||
-rw-r--r-- | recipes/corosync/files/corosync.conf | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes/corosync/corosync_1.2.0.bb b/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 |