diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2022-03-24 08:41:27 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2022-03-24 08:41:50 +0100 |
commit | 9d36b56b990f150502a050d8d2444539bde32741 (patch) | |
tree | f393474488c358dda4adb2030e217f4098c33bd6 /sys-process | |
parent | dev-db/postgresql: Migrate to llvm eclass (diff) | |
download | gentoo-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>
Diffstat (limited to 'sys-process')
-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 ) |