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

Revert back to using /sbin #1406

Merged
merged 1 commit into from
Apr 14, 2017

Conversation

crosbymichael
Copy link
Member

This was changed in
d2f49696#diff-b67911656ef5d18c4ae36cb6741b7965R7
and is causing install problems for people building runc and having it
installed in /bin and /sbin.

Signed-off-by: Michael Crosby crosbymichael@gmail.com

This was changed in
opencontainers@d2f49696#diff-b67911656ef5d18c4ae36cb6741b7965R7
and is causing install problems for people building runc and having it
installed in /bin and /sbin.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
@crosbymichael
Copy link
Member Author

This change was probably made during development and forgotten/missed in code review.

@cyphar
Copy link
Member

cyphar commented Apr 14, 2017

It was intentional (it's no longer software that only admins can use), but I didn't realise this would cause issues.

LGTM.

Approved with PullApprove

@crosbymichael
Copy link
Member Author

Ya, the issue was sbin was trumping bin so people were installing, saying it does not work, etc. And runc was never being updated on their system because the new version was being installed in bin and all the applications depending on runc were looking in sbin, including bash.

@mrunalp
Copy link
Contributor

mrunalp commented Apr 14, 2017

LGTM

Approved with PullApprove

@mrunalp mrunalp merged commit 7947d06 into opencontainers:master Apr 14, 2017
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.

3 participants