summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Scardovi <marco@scardovi.com>2021-12-15 21:04:27 +0100
committerUlrich Müller <ulm@gentoo.org>2022-01-01 11:48:03 +0100
commit2ffc0c8f4b8d51222b1ed5638b41ef48cd1de703 (patch)
treecbb11c111f2de4c83dc863c6ade5a551998fd26b /sys-cluster
parentsys-cluster/pacemaker: bump to 2.1.2 and EAPI 8 (diff)
downloadgentoo-2ffc0c8f4b8d51222b1ed5638b41ef48cd1de703.tar.gz
gentoo-2ffc0c8f4b8d51222b1ed5638b41ef48cd1de703.tar.bz2
gentoo-2ffc0c8f4b8d51222b1ed5638b41ef48cd1de703.zip
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@scardovi.com> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/pacemaker/files/pacemaker.initd4
1 files 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