ultrabug 14/12/30 11:10:14 Modified: corosync.initd Log: fix typo in initd thx to Florian Tham (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key B658FA13)
Revision Changes Path 1.4 sys-cluster/corosync/files/corosync.initd file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/corosync/files/corosync.initd?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/corosync/files/corosync.initd?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/corosync/files/corosync.initd?r1=1.3&r2=1.4 Index: corosync.initd =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-cluster/corosync/files/corosync.initd,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- corosync.initd 2 Dec 2014 14:55:49 -0000 1.3 +++ corosync.initd 30 Dec 2014 11:10:14 -0000 1.4 @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2014 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.3 2014/12/02 14:55:49 ultrabug Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/corosync/files/corosync.initd,v 1.4 2014/12/30 11:10:14 ultrabug Exp $ depend() { need net @@ -25,6 +25,6 @@ configtest() { ebegin "Checking corosync configuration" - test -f /etc/corosync/corosync.confs + test -f /etc/corosync/corosync.conf eend $? "failed, please create the corosync configuration file" }
