commit:     9d36b56b990f150502a050d8d2444539bde32741
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 24 07:41:27 2022 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu Mar 24 07:41:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d36b56b

sys-process/cronie: Revbump to give correct path to pidfile location

Closes: https://bugs.gentoo.org/835814
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 sys-process/cronie/{cronie-1.6.0.ebuild => cronie-1.6.0-r1.ebuild} | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sys-process/cronie/cronie-1.6.0.ebuild 
b/sys-process/cronie/cronie-1.6.0-r1.ebuild
similarity index 97%
rename from sys-process/cronie/cronie-1.6.0.ebuild
rename to sys-process/cronie/cronie-1.6.0-r1.ebuild
index 803851ce4c04..f45298904d22 100644
--- a/sys-process/cronie/cronie-1.6.0.ebuild
+++ b/sys-process/cronie/cronie-1.6.0-r1.ebuild
@@ -47,6 +47,8 @@ src_configure() {
                $(use_with selinux)
                $(use_enable anacron)
                --enable-syscrontab
+               # Required for correct pidfile location #835814
+               --runstatedir="/run"
                --with-daemon_username=cron
                --with-daemon_groupname=cron
        )

Reply via email to