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

Use the wheel group by default on FreeBSD #672

Merged
merged 1 commit into from
Oct 8, 2023

Conversation

smortex
Copy link
Member

@smortex smortex commented Oct 7, 2023

FreeBSD does not have a 'root' group. System files owned by the 'root'
user belong to the 'wheel' group, so use that group by default.

This allow to use python::pip without the need to explicitly set the
group parameter to avoid the error:

Error: Could not execute posix command: Invalid group: root

FreeBSD does not have a 'root' group.  System files owned by the 'root'
user belong to the 'wheel' group, so use that group by default.

This allow to use python::pip without the need to explicitly set the
`group` parameter to avoid the error:

> Error: Could not execute posix command: Invalid group: root
@smortex smortex merged commit 74399b1 into master Oct 8, 2023
17 checks passed
@smortex smortex deleted the fix-freebsd-default-group branch October 8, 2023 16:18
@bastelfreak bastelfreak added the bug Something isn't working label Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants