commit: ceac712a60a3e72df8b28fc7a096c96c6c29356a
Author: Andrea Postiglione <andrea.postiglione <AT> gmail <DOT> com>
AuthorDate: Sun Apr 24 11:30:02 2022 +0000
Commit: Andrea Postiglione <andrea.postiglione <AT> gmail <DOT> com>
CommitDate: Sun Apr 24 11:30:02 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ceac712a
sys-cluster/pcs-0.11.2: fix bashism
Signed-off-by: Andrea Postiglione <andrea.postiglione <AT> gmail.com>
sys-cluster/pcs/files/pcs-0.11.initd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-cluster/pcs/files/pcs-0.11.initd
b/sys-cluster/pcs/files/pcs-0.11.initd
index 1df6317f3..38aa0c9d6 100644
--- a/sys-cluster/pcs/files/pcs-0.11.initd
+++ b/sys-cluster/pcs/files/pcs-0.11.initd
@@ -10,7 +10,7 @@ command_args="${pcsd_args}"
PIDFILE=/var/run/$name.pid
# load defaults
-if [ -f /etc/default/pcsd ]; then source /etc/default/pcsd; fi
+if [ -f /etc/default/pcsd ]; then . /etc/default/pcsd; fi
depend() {
need net pcsd