-
Notifications
You must be signed in to change notification settings - Fork 252
Remove unused logoutd utility
#1344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
8e939db to
c8f8aed
Compare
Link: <shadow-maint#999> Signed-off-by: Iker Pedrosa <[email protected]>
c8f8aed to
a0de791
Compare
|
Are there 0 users of this program? |
|
AFAIK, neither Debian nor Fedora or openSUSE provide this binary. So, yeah, I'd say nobody out there is using this binary. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! LGTM then.
Reviewed-by: Alejandro Colomar <[email protected]>
CC: @thesamesam , @Karlson2k , just in case Gentoo has anything to say.
|
Curious. I thought we had discussed this topic and decided to deprecate this utility and announced it in a release. I don't see any release announcement, so I'm fine with announcing the deprecation in the upcoming release and postponing the removal until the next one. |
|
@ikerexxe how should we announce it? Putting it into the git log is probably the only way that I would remember to put it into release notes. So perhaps you should open a PR creating an API.md or DEPRECATIONS.md or something, put a dated note in there with a meaningful subject line on the git commit entry, and then the git shortlog will automatically put that into the release notes? |
In the release notes.
I don't like this approach. When Alejandro opens the issue to create the new release I'll try to write this topic there. |
I've opened the release ticket. Feel free to add the deprecation notices there. |
|
Should this also remove various references to |
Doesn't seem super clear, maybe porttime and co wants to go away in a release after |
|
I wasn't aware of What is this |
Specifically I was refering to |
|
Those things that you mentioned are part of shadow's internal library and being used by other binaries apart from logoutd, so I think we'll keep using them (at least for the moment) |
Link: #999