diff options
author | 2010-11-17 07:07:03 +0000 | |
---|---|---|
committer | 2010-11-17 07:07:03 +0000 | |
commit | 0af5edf5bdb342b424fc673dabbb650c7a35b255 (patch) | |
tree | 77e765bb51274b060ed24773b3024bc52066789a /sys-cluster/corosync | |
parent | Version bump. (diff) | |
download | gentoo-2-0af5edf5bdb342b424fc673dabbb650c7a35b255.tar.gz gentoo-2-0af5edf5bdb342b424fc673dabbb650c7a35b255.tar.bz2 gentoo-2-0af5edf5bdb342b424fc673dabbb650c7a35b255.zip |
Use logger instead of syslog wrt #345781. Thanks to Laurento Frittella (mrfree) for the report.
(Portage version: 2.1.9.24/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster/corosync')
-rw-r--r-- | sys-cluster/corosync/ChangeLog | 10 | ||||
-rw-r--r-- | sys-cluster/corosync/corosync-1.2.8-r2.ebuild (renamed from sys-cluster/corosync/corosync-1.2.8-r1.ebuild) | 2 | ||||
-rw-r--r-- | sys-cluster/corosync/files/corosync.initd | 4 |
3 files changed, 12 insertions, 4 deletions
diff --git a/sys-cluster/corosync/ChangeLog b/sys-cluster/corosync/ChangeLog index e5227bbe73b1..27f713ff925c 100644 --- a/sys-cluster/corosync/ChangeLog +++ b/sys-cluster/corosync/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for sys-cluster/corosync # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/corosync/ChangeLog,v 1.9 2010/10/03 17:50:29 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/corosync/ChangeLog,v 1.10 2010/11/17 07:07:03 xarthisius Exp $ + +*corosync-1.2.8-r2 (17 Nov 2010) + + 17 Nov 2010; Kacper Kowalik <xarthisius@gentoo.org> + -corosync-1.2.8-r1.ebuild, +corosync-1.2.8-r2.ebuild, + files/corosync.initd: + Use logger instead of syslog wrt #345781. Thanks to Laurento Frittella + (mrfree) for the report. *corosync-1.2.8-r1 (03 Oct 2010) diff --git a/sys-cluster/corosync/corosync-1.2.8-r1.ebuild b/sys-cluster/corosync/corosync-1.2.8-r2.ebuild index 1f62fef02281..7a12e887f5d7 100644 --- a/sys-cluster/corosync/corosync-1.2.8-r1.ebuild +++ b/sys-cluster/corosync/corosync-1.2.8-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/corosync/corosync-1.2.8-r1.ebuild,v 1.1 2010/10/03 17:50:29 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/corosync/corosync-1.2.8-r2.ebuild,v 1.1 2010/11/17 07:07:03 xarthisius Exp $ EAPI=3 diff --git a/sys-cluster/corosync/files/corosync.initd b/sys-cluster/corosync/files/corosync.initd index ed57796c9ea4..6c134bd9377a 100644 --- a/sys-cluster/corosync/files/corosync.initd +++ b/sys-cluster/corosync/files/corosync.initd @@ -1,11 +1,11 @@ #!/sbin/runscript # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/corosync/files/corosync.initd,v 1.1 2010/03/23 21:51:15 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/corosync/files/corosync.initd,v 1.2 2010/11/17 07:07:03 xarthisius Exp $ depend() { need net - use syslog + use logger } start() { |