summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2022-03-24 08:41:27 +0100
committerLars Wendler <polynomial-c@gentoo.org>2022-03-24 08:41:50 +0100
commit9d36b56b990f150502a050d8d2444539bde32741 (patch)
treef393474488c358dda4adb2030e217f4098c33bd6
parentdev-db/postgresql: Migrate to llvm eclass (diff)
downloadgentoo-9d36b56b990f150502a050d8d2444539bde32741.tar.gz
gentoo-9d36b56b990f150502a050d8d2444539bde32741.tar.bz2
gentoo-9d36b56b990f150502a050d8d2444539bde32741.zip
sys-process/cronie: Revbump to give correct path to pidfile location
Closes: https://bugs.gentoo.org/835814 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
-rw-r--r--sys-process/cronie/cronie-1.6.0-r1.ebuild (renamed from sys-process/cronie/cronie-1.6.0.ebuild)2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys-process/cronie/cronie-1.6.0.ebuild b/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
)