Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 788193 - net-p2p/transmission-3.00-r1 installs files at /etc/systemd with -systemd
Summary: net-p2p/transmission-3.00-r1 installs files at /etc/systemd with -systemd
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mike Gilbert
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-05-04 18:27 UTC by cassioavila
Modified: 2021-05-04 18:40 UTC (History)
0 users

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 cassioavila 2021-05-04 18:27:01 UTC
Installing transmission installs unwanted files at /etc/systemd, on a open-rc install.
Comment 2 Larry the Git Cow gentoo-dev 2021-05-04 18:40:07 UTC
The bug has been closed via the following commit(s):

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

commit e5071aceb25da10a163b0216d140f4b93d56bd64
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2021-05-04 18:38:39 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2021-05-04 18:40:04 +0000

    net-p2p/transmission: move systemd unit behind USE=systemd
    
    The service unit has Type=notify, which is broken if
    transmission-daemon is built without systemd support.
    
    Closes: https://bugs.gentoo.org/788193
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>

 net-p2p/transmission/transmission-3.00-r1.ebuild | 8 ++++++--
 net-p2p/transmission/transmission-9999.ebuild    | 8 ++++++--
 2 files changed, 12 insertions(+), 4 deletions(-)