Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 931119 - sys-apps/shadow: get logind support working for elogind too
Summary: sys-apps/shadow: get logind support working for elogind too
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: time64-migration
  Show dependency tree
 
Reported: 2024-05-03 08:19 UTC by Sam James
Modified: 2024-05-03 08:21 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 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(-)