Gentoo Archives: gentoo-commits

From: Andrea Postiglione <andrea.postiglione@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/pcs/files/
Date: Fri, 08 Apr 2022 10:11:38
Message-Id: 1649412655.8c95b0d12f51bd6a4efb77f4ca944b07b0e98154.andrea_postiglione@gentoo
1 commit: 8c95b0d12f51bd6a4efb77f4ca944b07b0e98154
2 Author: Andrea Postiglione <andrea.postiglione <AT> gmail <DOT> com>
3 AuthorDate: Fri Apr 8 10:10:55 2022 +0000
4 Commit: Andrea Postiglione <andrea.postiglione <AT> gmail <DOT> com>
5 CommitDate: Fri Apr 8 10:10:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8c95b0d1
7
8 sys-cluster/pcs-0.11.2: fix initd dep
9
10 Signed-off-by: Andrea Postiglione <andrea.postiglione <AT> gmail.com>
11
12 sys-cluster/pcs/files/pcs-0.11.initd | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-cluster/pcs/files/pcs-0.11.initd b/sys-cluster/pcs/files/pcs-0.11.initd
16 index 62ed7cccd..1df6317f3 100644
17 --- a/sys-cluster/pcs/files/pcs-0.11.initd
18 +++ b/sys-cluster/pcs/files/pcs-0.11.initd
19 @@ -13,7 +13,7 @@ PIDFILE=/var/run/$name.pid
20 if [ -f /etc/default/pcsd ]; then source /etc/default/pcsd; fi
21
22 depend() {
23 - need net pcsd-daemon
24 + need net pcsd
25 use syslog
26 }