-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
users: support on OpenBSD #5665
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
Comments
I would be glad to work on this. I'm an occasional OpenBSD user and tried compiling coreutils there; which worked smoothly, But obviously no Since this is a larger contribution than what I've done before on this project, I've decided to ask first & propose my solution. My idea is adding a Would be glad to have your comments & suggestions. |
Great news if I'm not the only dev to work on OpenBSD support for coreutils :) I have also a partial implementation of (WIP for me to add CI support for OpenBSD) |
OpenBSD uses the original utmp file format so the general `users` does not work there. By using the `utmp-classic` lib, we cna process the current users on the system from the /var/run/utmp and show the list. fixes uutils#5665
OpenBSD uses the original utmp file format so the general `users` does not work there. By using the `utmp-classic` lib, we cna process the current users on the system from the /var/run/utmp and show the list. fixes uutils#5665
OpenBSD uses the original utmp file format so the general `users` does not work there. By using the `utmp-classic` lib, we cna process the current users on the system from the /var/run/utmp and show the list. fixes uutils#5665
OpenBSD uses the original utmp file format so the general `users` does not work there. By using the `utmp-classic` lib, we cna process the current users on the system from the /var/run/utmp and show the list. fixes uutils#5665
OpenBSD uses the original utmp file format so the general `users` does not work there. By using the `utmp-classic` lib, we cna process the current users on the system from the /var/run/utmp and show the list. fixes uutils#5665
Following PR#5620
users
tool is not supported on OpenBSD, due to the lack of support for utmpx (see #5596).=> implement
users
on OpenBSD with an alternate solution without using utmpx.The text was updated successfully, but these errors were encountered: