Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 685306

Summary: sys-process/cronie uses /var/run instead of /run
Product: Gentoo Linux Reporter: Bertrand Jacquin <bertrand>
Component: Current packagesAssignee: Lars Wendler (Polynomial-C) (RETIRED) <polynomial-c>
Status: RESOLVED FIXED    
Severity: normal CC: bertrand
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=835814
https://github.com/gentoo/gentoo/pull/24716
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 830306    

Description Bertrand Jacquin 2019-05-07 23:51:15 UTC
Hi,

sys-process/cronie-1.5.2 init script refers /var/run:

/etc/init.d/cronie:pidfile="/var/run/crond.pid"
Comment 1 Larry the Git Cow gentoo-dev 2022-03-22 18:13:53 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e064a543ab94d8c2378fe1368292e78f6f6af0f2

commit e064a543ab94d8c2378fe1368292e78f6f6af0f2
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2022-03-22 18:11:51 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2022-03-22 18:13:45 +0000

    sys-process/cronie: Bump to version 1.6.0
    
    Do some more anacron adjustments. Hopefully all is set now for anacron.
    Use /run instead of /var/run for pidfile.
    
    Bug: https://bugs.gentoo.org/825026
    Closes: https://bugs.gentoo.org/685306
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 sys-process/cronie/Manifest               |   1 +
 sys-process/cronie/cronie-1.6.0.ebuild    | 116 ++++++++++++++++++++++++++++++
 sys-process/cronie/files/cronie-1.3-initd |   2 +-
 3 files changed, 118 insertions(+), 1 deletion(-)