forked from networkupstools/nut
-
Notifications
You must be signed in to change notification settings - Fork 0
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
docs/config-prereqs.txt: update freeipmi -largp install for OpenBSD (… #2
Open
amikot
wants to merge
4,857
commits into
amikot:master
Choose a base branch
from
networkupstools:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
amikot
commented
Nov 13, 2022
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.
Want to merge new upstream changes.
jimklimov
pushed a commit
that referenced
this pull request
Feb 26, 2024
Prepare for supporting API changes in FreeIPMI 1.1.x and 1.2.x. This 2nd patch, which completes [[SVN:3675]], addresses FRU API changes, and removes code redundancy. This code has been tested with FreeIPMI 0.8.12 and the latest [[FreeIPMI SVN]] trunk r9505 (reported as 1.2.0.beta2 by pkgconfig) [[SVN:3675]] = 2012-07-16T13:18:[email protected] Fossil-ID: SVN r3733
… of a role than a set of actions Signed-off-by: Jim Klimov <[email protected]>
…to run drivers directly sometimes Signed-off-by: Jim Klimov <[email protected]>
…ter intro) Signed-off-by: Jim Klimov <[email protected]>
…introduce linkmanext and linkmanext2 macros for non-NUT man pages Signed-off-by: Jim Klimov <[email protected]>
Signed-off-by: Jim Klimov <[email protected]>
…erial number, allow_duplicates, etc. Signed-off-by: Jim Klimov <[email protected]>
Signed-off-by: Jim Klimov <[email protected]>
* Align multi-paragraph blocks to render with correct indentation * Upper-case program description sentences on top, and start of text in NOTE/WARNING blocks * Apply linkman/linkmanext instead of direct emphasis * Apply backtick verbatim format in more places for files, commands, etc. * Do not state that a driver "is not built by default", but that it "may be not built by default" (`configure --with-all=auto` is now default for some time) * Assorted typos * Short content clarifications and extensions here and there (long/significant ones tracked by other commits) Signed-off-by: Jim Klimov <[email protected]>
Signed-off-by: Jim Klimov <[email protected]>
…ilt-in identifiers, and that they may be avoided Signed-off-by: Jim Klimov <[email protected]>
…a chapter for legacy approach with upsdrvctl (keep same anchor) Signed-off-by: Jim Klimov <[email protected]>
…AG file Signed-off-by: Jim Klimov <[email protected]>
Signed-off-by: Jim Klimov <[email protected]>
…n NUT v2.8.3 Signed-off-by: Jim Klimov <[email protected]>
…bupsclient-config --config-flags` vs. `libupsclient.pc` Signed-off-by: Jim Klimov <[email protected]>
Signed-off-by: Jim Klimov <[email protected]>
Signed-off-by: Jim Klimov <[email protected]>
Signed-off-by: Jim Klimov <[email protected]>
Signed-off-by: Jim Klimov <[email protected]>
…fig is a dependency of its own Signed-off-by: Jim Klimov <[email protected]>
…cations Signed-off-by: Jim Klimov <[email protected]>
…rs in words Signed-off-by: Jim Klimov <[email protected]>
…ue for altpidpath, and expose why it is so named Signed-off-by: Jim Klimov <[email protected]>
…d pipes, and driver-to-driver queries using local socket protocol [#1903] Signed-off-by: Jim Klimov <[email protected]>
Signed-off-by: Jim Klimov <[email protected]>
… always EXIT_FAILURE Signed-off-by: Jim Klimov <[email protected]>
… of "C++" Signed-off-by: Jim Klimov <[email protected]>
…nel fame Signed-off-by: Jim Klimov <[email protected]>
… rule (just in case) Signed-off-by: Jim Klimov <[email protected]>
… for consistency Signed-off-by: Jim Klimov <[email protected]>
…version.h Signed-off-by: Jim Klimov <[email protected]>
…al deliverables Dependency on it from some consumers might cause unwanted parallel builds of same directory. Signed-off-by: Jim Klimov <[email protected]>
Signed-off-by: Jim Klimov <[email protected]>
…EFLAGS Signed-off-by: Jim Klimov <[email protected]>
…id automake rewrites and actually not-conflict building dummy-ups twice Signed-off-by: Jim Klimov <[email protected]>
…elog CI: Fix Makefiles for parallel builds
…e -j` [#2825] Signed-off-by: Jim Klimov <[email protected]>
…tions Signed-off-by: Jim Klimov <[email protected]>
Signed-off-by: Jim Klimov <[email protected]>
… names Signed-off-by: Jim Klimov <[email protected]>
…ddition of "skel" Signed-off-by: Jim Klimov <[email protected]>
* FIXME: Enable SO build, API version, etc. like in clients/Makefile.am and nut-scanner * Headers somewhere there too Signed-off-by: Jim Klimov <[email protected]>
…ing them into a library Signed-off-by: Jim Klimov <[email protected]>
… experimental) to generate the shared object file Signed-off-by: Jim Klimov <[email protected]>
…r lib+headers) and WITH_LIBNUTCONF (at least one of tool or lib) Signed-off-by: Jim Klimov <[email protected]>
Signed-off-by: Jim Klimov <[email protected]>
… we already use it in libcommonclient.la Signed-off-by: Jim Klimov <[email protected]>
Signed-off-by: Jim Klimov <[email protected]>
…completes, report SUCCESS more visibly Signed-off-by: Jim Klimov <[email protected]>
…tax of configure options Signed-off-by: Jim Klimov <[email protected]>
Signed-off-by: Jim Klimov <[email protected]>
Signed-off-by: Jim Klimov <[email protected]>
Signed-off-by: Jim Klimov <[email protected]>
…d --with-dev-libnutconf The original independence of settings led to CI failures, where explicit `--with-nutconf=auto --with-all=yes` correctly turned `with_nutconf` to `no` on systems or build scenarios without the required level of C++ support, but the defaulted `with_dev_libnutconf` became `yes` (following `with_all`). Signed-off-by: Jim Klimov <[email protected]>
CI: Fix configure.ac and Makefiles to deliver libnutconf (optionally)
…t on packaging [#2828] Signed-off-by: Jim Klimov <[email protected]>
…FPATH; update a few comments Signed-off-by: Jim Klimov <[email protected]>
Signed-off-by: Jim Klimov <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Okay, so now I have conflict, so I can sync with networkupstools:master only if I delete commits on my fork - which I don't like.
Opposite I would like ask to merge commits from here into networkupstools:master.
I've tested them and all looks good.