Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 740632 - www-misc/vdradmin-am: use tmpfiles.eclass instead of systemd_tmpfiles*
Summary: www-misc/vdradmin-am: use tmpfiles.eclass instead of systemd_tmpfiles*
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo VDR Project
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: 740638
  Show dependency tree
 
Reported: 2020-09-06 03:25 UTC by Michał Górny
Modified: 2021-02-12 09:50 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-09-06 03:25:08 UTC
The packages listed in summary still use systemd_tmpfiles API.  Please switch to tmpfiles.eclass that is maintained and supports OpenRC correctly.
Comment 1 Martin Dummer 2021-01-22 08:03:43 UTC
I'll fix this
Comment 2 Larry the Git Cow gentoo-dev 2021-02-12 09:50:56 UTC
The bug has been closed via the following commit(s):

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

commit 3a9c74317ca518e97b50188e9d3207c5c0002852
Author:     Martin Dummer <martin.dummer@gmx.net>
AuthorDate: 2021-01-26 08:12:11 +0000
Commit:     Joerg Bornkessel <hd_brummy@gentoo.org>
CommitDate: 2021-02-12 09:50:48 +0000

    www-misc/vdradmin-am: switch tmpfiles handling to tmpfiles.eclass
    
    use tmpfiles.eclass instead of systemd_tmpfiles*
    small fixes in systemd service file
    small changes in the ebuild's configuration guidance output
    remove unused ${FILESDIR}/vdradmin-3.6.6.conf
    
    Closes: https://bugs.gentoo.org/740632
    Package-Manager: Portage-3.0.12, Repoman-3.0.2
    Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
    Reviewed-by: Joerg Bornkessel <hd_brummy@gentoo.org>
    Closes: https://github.com/gentoo/gentoo/pull/19227
    Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>

 www-misc/vdradmin-am/files/vdradmin-3.6.6.conf    |  26 ---
 www-misc/vdradmin-am/files/vdradmind.service      |   2 -
 www-misc/vdradmin-am/metadata.xml                 |   8 +
 www-misc/vdradmin-am/vdradmin-am-3.6.10-r2.ebuild | 187 ++++++++++++++++++++++
 4 files changed, 195 insertions(+), 28 deletions(-)