Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/files/
Date: Mon, 11 Mar 2019 09:42:22
Message-Id: 1552297328.5d419604a213424ad157f5c4c795f11a3a3c7bff.polynomial-c@gentoo
1 commit: 5d419604a213424ad157f5c4c795f11a3a3c7bff
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 11 09:42:08 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 11 09:42:08 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d419604
7
8 sys-process/cronie: Don't use /var/run to store the pidfile.
9
10 Closes: https://bugs.gentoo.org/679984
11 Package-Manager: Portage-2.3.62, Repoman-2.3.12
12 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
13
14 sys-process/cronie/files/cronie-systemd.patch | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-process/cronie/files/cronie-systemd.patch b/sys-process/cronie/files/cronie-systemd.patch
18 index 81c19173784..884e6655fa8 100644
19 --- a/sys-process/cronie/files/cronie-systemd.patch
20 +++ b/sys-process/cronie/files/cronie-systemd.patch
21 @@ -21,7 +21,7 @@ index ad46899..7a6c1a9 100644
22 ExecReload=/bin/kill -HUP $MAINPID
23 KillMode=process
24 +Type=forking
25 -+PIDFile=/var/run/crond.pid
26 ++PIDFile=/run/crond.pid
27
28 [Install]
29 WantedBy=multi-user.target