Summary: | app-admin/tenshi init script uses runscript instead of openrc-run | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Hanno Böck <hanno> |
Component: | Current packages | Assignee: | Brian De Wolf <bldewolf> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | atj, esigra, jstein, mjo, proxy-maint |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 573846 |
Description
Hanno Böck
![]() This is fixed upstream already, and I sent some more init script improvements: https://github.com/inversepath/tenshi/pull/5 If that pull request gets merged, the following code in the ebuild will become unnecessary: dodir /var/lib/tenshi fowners tenshi:root /var/lib/tenshi ... keepdir /var/lib/tenshi The new init script writes the PID file to /run/tenshi/tenshi.pid, and creates that location on-the-fly with the correct permissions. abarisani merged commit 2e637b5 into inversepath:master on Jul 27, 2017 Whoops, I forgot about this one. It's been fixed for a while. Thanks for the ping Jonas. |