Add support for /etc/hans.conf configuration directives#26
Open
randolf wants to merge 3 commits intofriedrich:masterfrom
Open
Add support for /etc/hans.conf configuration directives#26randolf wants to merge 3 commits intofriedrich:masterfrom
randolf wants to merge 3 commits intofriedrich:masterfrom
Conversation
Added support for /etc/hans.conf and also the -F command-line argument to support additional .conf files on-the-fly.
This file contains hidden or 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
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.
Motivation: HANS is a fantastic solution, and having directives in /etc/hans.conf makes it more convenient when administering multiple Linux servers.
I added support for reading configuration directives from /etc/hans.conf by default (if it exists), and also added a -F command-line argument to support reading configuration files on-the-fly.
I also created an /etc/hans.conf configuration file, which documents all the directives using inline comments.
I also updated the version number to 1.2 in /src/main.c and in /CHANGES (along with a few notes about these new features).
Please note that I have not tested compilation for MS-Windows, but I don't expect my changes to fail to compile as I've tried to keep the code simple-and-straightforward. If someone wants to help with this side of things, that would be great.
Thanks!