Don't set $MANPATH#1599
Conversation
The man pages aren't built anymore since cfengine/core#715 . The directory /var/cfengine/share/man does not exist as part of the package so it does not make sense to refer to it.
|
@abbeyj thanks for the contribution! How did you find this? |
|
A coworker of mine noticed that their |
Very good. Thanks for the explanation. I'll take a look around and try to get this merged. |
|
Marking this PR as stale due to inactivity; it will be closed in 7 days. |
|
I believe this is still relevant and I'd still like to have it merged and not closed. |
Absolutely. I am looking at this now and will try to resolve it one way or another. Thanks for the contribution! |
|
This change looks correct to me. We now install man pages to standard locations and not in /var/cfengine/share/man as part of the post install scriptlets: https://github.com/cfengine/buildscripts/blob/master/packaging/common/cfengine-non-hub/postinstall.sh#L55-L64 Man pages printed out with the |
|
@abbeyj Thanks for the contribution! We will take care of cherry picking this change back to LTS releases if we need to. Be well! |
The man pages aren't built anymore since cfengine/core#715 . The directory /var/cfengine/share/man does not exist as part of the package so it does not make sense to refer to it.