Gentoo Archives: gentoo-commits

From: "Alexys Jacob (ultrabug)" <ultrabug@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-cluster/heartbeat/files: heartbeat-init
Date: Mon, 29 Oct 2012 16:44:34
Message-Id: 20121029164423.C808021601@flycatcher.gentoo.org
1 ultrabug 12/10/29 16:44:23
2
3 Modified: heartbeat-init
4 Log:
5 Fix heartbeat init script fix #438672
6
7 (Portage version: 2.1.11.30/cvs/Linux x86_64, signed Manifest commit with key B658FA13)
8
9 Revision Changes Path
10 1.8 sys-cluster/heartbeat/files/heartbeat-init
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/heartbeat/files/heartbeat-init?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/heartbeat/files/heartbeat-init?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/heartbeat/files/heartbeat-init?r1=1.7&r2=1.8
15
16 Index: heartbeat-init
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/heartbeat/files/heartbeat-init,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- heartbeat-init 1 Mar 2007 00:48:11 -0000 1.7
23 +++ heartbeat-init 29 Oct 2012 16:44:23 -0000 1.8
24 @@ -1,7 +1,7 @@
25 #!/sbin/runscript
26 -# Copyright 1999-2006 Gentoo Foundation
27 +# Copyright 1999-2012 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/heartbeat/files/heartbeat-init,v 1.7 2007/03/01 00:48:11 xmerlin Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/heartbeat/files/heartbeat-init,v 1.8 2012/10/29 16:44:23 ultrabug Exp $
31
32 HA_DIR=/etc/ha.d
33 . $HA_DIR/shellfuncs
34 @@ -26,6 +26,8 @@
35 }
36
37 start() {
38 + checkpath -q -d -m 0755 -o root:root /var/run/heartbeat
39 +
40 ebegin "Starting heartbeat"
41
42 . $HA_DIR/shellfuncs