Skip to content
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

loginutils/getty issues #2

Open
Arcterus opened this issue Jun 15, 2018 · 2 comments
Open

loginutils/getty issues #2

Arcterus opened this issue Jun 15, 2018 · 2 comments
Labels
enhancement New feature or request

Comments

@Arcterus
Copy link
Contributor

Firstly, getty shouldn't just panic on failure (it should instead return Results like the other utilities). Because of how getty affects the state of the system, I think the execve() call may be alright though.

getty should not be hard-coded to call /bin/ion. It should instead take an argument specifying what TTY to take control of and what program to start on said TTY (the current values can serve as defaults, however). We may want to implement gettytab or something similar as well.

@Arcterus Arcterus added the enhancement New feature or request label Jun 15, 2018
@mssun
Copy link
Contributor

mssun commented Jun 19, 2018

True. Please ignore my previous simple implementation. We need a decent getty.

@Arcterus
Copy link
Contributor Author

Yeah, I'm just writing down some notes. The current version is a good enough jumping off point though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants