Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/pacemaker/files/
Date: Sat, 01 Jan 2022 10:48:28
Message-Id: 1641034083.2ffc0c8f4b8d51222b1ed5638b41ef48cd1de703.ulm@gentoo
1 commit: 2ffc0c8f4b8d51222b1ed5638b41ef48cd1de703
2 Author: Marco Scardovi <marco <AT> scardovi <DOT> com>
3 AuthorDate: Wed Dec 15 20:04:27 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 1 10:48:03 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ffc0c8f
7
8 sys-cluster/pacemaker: update the pacemaker.initd's copyright
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>
12 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
13
14 sys-cluster/pacemaker/files/pacemaker.initd | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/sys-cluster/pacemaker/files/pacemaker.initd b/sys-cluster/pacemaker/files/pacemaker.initd
18 index 8dbcea6ce37d..0264d34c25d3 100644
19 --- a/sys-cluster/pacemaker/files/pacemaker.initd
20 +++ b/sys-cluster/pacemaker/files/pacemaker.initd
21 @@ -1,5 +1,5 @@
22 #!/sbin/openrc-run
23 -# Copyright 1999-2013 Gentoo Foundation
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 PIDFILE=/var/run/pacemaker.pid
28 @@ -21,7 +21,7 @@ start() {
29 nc=$(expr $nc + 1)
30 if [ $nc -gt 30 ]; then
31 echo
32 - eend 1 "Failed to detect Corosync startup, is it really running ?"
33 + eend 1 "Failed to detect Corosync startup, is it really running?"
34 exit 1
35 fi
36 sleep 1