-
Notifications
You must be signed in to change notification settings - Fork 908
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
fix(openbsd): services & build tool #4660
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great progress!
Looking a lot better.
Now it's time to make linters happy, not just reviewers!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reminder, re #4654
echo "Please install python first." | ||
exit 1 | ||
fi | ||
|
||
# Check dependencies: | ||
depschecked=/tmp/c-i.dependencieschecked | ||
pkgs=" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
n.b.: following #4654, we can drop the dependency on dmidecode
60d3807
to
2067788
Compare
c1d7099
to
81bc56d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏻
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
First pass review, no major objections to this so far @CodeBleu.
I left a few comments and questions inline.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one more thing
given all the feedback we've received from the #OpenBSD folks, this seems like the best option |
406a19c
to
d44cb2a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no need to have the same code in if and else.
Let's just check if rc.local exists in grep for PATH
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work @CodeBleu. I have another round of questions / requests for you.
My main questions / concerns relate to expectations around how OpenBSD daemons are expected to behave. I'm not an expert in rc
, but I just want to make sure that the assumptions held are reasonable, and that I understand them correctly.
a08227f
to
99f20a8
Compare
* Added net/activator for `ifconfig` that is used with OpenBSD * Added sysvinit scripts for OpenBSD * Updated build-on-openbsd tool with additional dependencies and better logic
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, thanks for this contribution @CodeBleu!
Proposed Commit Message