Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 931119

Summary: sys-apps/shadow: get logind support working for elogind too
Product: Gentoo Linux Reporter: Sam James <sam>
Component: Current packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: CONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=931115
https://github.com/util-linux/util-linux/pull/2100#issuecomment-1461837657
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 876883    

Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-05-03 08:19:15 UTC
The ebuild currently has:
```
                # TODO: wire up upstream for elogind too
                $(use_enable systemd logind)
```

We need to get the logind support working with elogind too for a "post-lastlog" / post-utmpx future. See also bug 931115.
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-05-03 08:21:06 UTC
Note that util-linux had https://github.com/util-linux/util-linux/pull/2100#issuecomment-1461837657 and that needs reading over, I think..
Comment 2 Larry the Git Cow gentoo-dev 2024-05-03 08:21:53 UTC
The bug has been referenced in the following commit(s):

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

commit bf8c88c8217403e04b5ab76c1b33172c35d8b350
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-05-03 08:19:55 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-05-03 08:19:55 +0000

    sys-apps/shadow: add bug ref for elogind TODO
    
    Bug: https://bugs.gentoo.org/931119
    Signed-off-by: Sam James <sam@gentoo.org>

 sys-apps/shadow/shadow-4.14.2.ebuild | 2 +-
 sys-apps/shadow/shadow-4.14.5.ebuild | 2 +-
 sys-apps/shadow/shadow-4.14.6.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)