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

busybox: improvements to less and ash applets #11358

Merged
merged 1 commit into from Apr 27, 2019

Conversation

CameronNemo
Copy link
Contributor

less: set MAXLINES to the default value
ash:

  • add to xbps-alternatives
  • register the shell in /etc/shells
  • enable autocompletion with $HOME and ~

less: set MAXLINES to the default value
ash:
 - add to xbps-alternatives
 - register the shell in /etc/shells
 - enable autocompletion with $HOME and ~
@maxice8 maxice8 merged commit 7b3aa5e into void-linux:master Apr 27, 2019
ntpd:ntpd:/usr/bin/busybox
ntpd:ntpd:/etc/sv/busybox-ntpd"

alternatives="${_alternatives}"
register_shell="/usr/bin/ash"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All other shells use /bin, I think we should stick to one, even if /usr/bin is more correct.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Counter point: fish. But I would agree with the value of consistency.

@CameronNemo CameronNemo deleted the busybox branch May 4, 2019 23:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants