Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 523564 - mail-filter/spamassassin installs /etc/systemd/ service when systemd is not being used
Summary: mail-filter/spamassassin installs /etc/systemd/ service when systemd is not b...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-23 23:01 UTC by Joe M
Modified: 2014-09-26 15:08 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 Joe M 2014-09-23 23:01:27 UTC
Even with the below use flag, spamassassin installs systemd service

grep --ignore-case --exclude-dir=".git" --recursive systemd make.conf
# do not use systemd
USE="${USE} -systemd"
Comment 1 Joe M 2014-09-23 23:02:38 UTC
eix --exact spamassassin
[I] mail-filter/spamassassin
     Available versions:  3.3.2-r2 ~3.3.2-r4 3.3.2-r5{tbz2} ~3.4.0 {berkdb doc ipv6 ldap mysql postgres qmail sqlite ssl}
     Installed versions:  3.3.2-r5{tbz2}(12:15:22 PM 09/23/2014)(berkdb doc ldap ssl -ipv6 -mysql -postgres -qmail -sqlite)
     Homepage:            http://spamassassin.apache.org/
     Description:         SpamAssassin is an extensible email filter which is used to identify spam
Comment 2 Alex Xu (Hello71) 2014-09-23 23:32:00 UTC
systemd units are installed unconditionally.

use INSTALL_MASK=/usr/lib/systemd/system if you want to save the 500 bytes.
Comment 3 Joe M 2014-09-26 14:55:27 UTC
Hello Alex Xu,

Thanks for the response.

> systemd units are installed unconditionally.
> 
> use INSTALL_MASK=/usr/lib/systemd/system if you want to save the 500 bytes.

It is installing to /etc/systemd directory and I do not want the /etc littered with components I do not use.

Will the INSTALL_MASK on /usr/lib/systemd/system also restrict installs to /etc/systemd?

Thanks
Joe
Comment 4 Joe M 2014-09-26 15:08:33 UTC
checked on #gentoo for info.

INSTALL_MASK="/usr/lib/systemd/system /etc/systemd"