commit: 2ffc0c8f4b8d51222b1ed5638b41ef48cd1de703
Author: Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Wed Dec 15 20:04:27 2021 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Jan 1 10:48:03 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ffc0c8f
sys-cluster/pacemaker: update the pacemaker.initd's copyright
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
sys-cluster/pacemaker/files/pacemaker.initd | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-cluster/pacemaker/files/pacemaker.initd
b/sys-cluster/pacemaker/files/pacemaker.initd
index 8dbcea6ce37d..0264d34c25d3 100644
--- a/sys-cluster/pacemaker/files/pacemaker.initd
+++ b/sys-cluster/pacemaker/files/pacemaker.initd
@@ -1,5 +1,5 @@
#!/sbin/openrc-run
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
PIDFILE=/var/run/pacemaker.pid
@@ -21,7 +21,7 @@ start() {
nc=$(expr $nc + 1)
if [ $nc -gt 30 ]; then
echo
- eend 1 "Failed to detect Corosync startup, is it really
running ?"
+ eend 1 "Failed to detect Corosync startup, is it really
running?"
exit 1
fi
sleep 1