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

man file doesn't get updated with custom config file location #244

Open
TurtleWilly opened this issue Aug 15, 2023 · 0 comments
Open

man file doesn't get updated with custom config file location #244

TurtleWilly opened this issue Aug 15, 2023 · 0 comments
Labels

Comments

@TurtleWilly
Copy link

TurtleWilly commented Aug 15, 2023

The installed man file reports:

…
RHash looks for a config file at $XDG_CONFIG_HOME/rhash/rhashrc,
$HOME/.config/rhash/rhashrc, $XDG_CONFIG_DIRS/rhash/rhashrc,
$HOME/.rhashrc and /etc/rhashrc.
…

But I configured and build rhash with ./configure --sysconfdir=/usr/local/etc/rhash …, so instead checking "/etc/rhashrc" it now checks "/usr/local/etc/rhash/rhashrc" (I have a schema where I only have directories in /usr/local/etc, because I dislike random file clutter). The installed man file properly should inject the actually configured/ used path.

Note: Even if I had not used --sysconfdir it would have used "/usr/local/etc" and not the system "/etc", I believe, so "/etc/rhashrc" probably was wrong in any way.

@rhash rhash added the bug label Aug 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants