Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 646908 - sys-auth/elogind - fix inconsistent configuration - configure with -Ddefault-kill-user-processes=false
Summary: sys-auth/elogind - fix inconsistent configuration - configure with -Ddefault-...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Andreas Sturmlechner
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2018-02-07 15:49 UTC by Herbert Wantesh
Modified: 2018-03-04 10:06 UTC (History)
1 user (show)

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


Attachments
Set default-kill-user-processes (kill-user-processes.patch,495 bytes, patch)
2018-02-07 15:49 UTC, Herbert Wantesh
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Herbert Wantesh 2018-02-07 15:49:07 UTC
Created attachment 518364 [details, diff]
Set default-kill-user-processes

bug https://bugs.gentoo.org/show_bug.cgi?id=628342 - fixed the same inconsistent configuration compared to sys-apps/systemd:

# pwd
/usr/portage/sys-apps/systemd
# grep kill-user-processes *
grep: files: Is a directory
systemd-233-r6.ebuild:          --without-kill-user-processes
systemd-236-r5.ebuild:          -Ddefault-kill-user-processes=false
systemd-237-r1.ebuild:          -Ddefault-kill-user-processes=false
systemd-9999.ebuild:            -Ddefault-kill-user-processes=false

some time ago. i added a patch to the closed bug but it seems to be ignored.
Comment 1 Herbert Wantesh 2018-02-07 15:52:54 UTC
newer versions introduced the regression. get it fixed again
Comment 2 Larry the Git Cow gentoo-dev 2018-03-04 10:06:31 UTC
The bug has been closed via the following commit(s):

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

commit 6539dc8c14471d416ebe09ae58daceacba770be0
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2018-03-03 22:49:56 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2018-03-04 09:32:28 +0000

    sys-auth/elogind: Restore default-kill-user-processes=false
    
    Reported-by: Herbert Wantesh <rauchwolke@gmx.net>
    Closes: https://bugs.gentoo.org/646908
    Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-auth/elogind/elogind-235.2-r2.ebuild | 129 +++++++++++++++++++++++++++++++
 1 file changed, 129 insertions(+)