path_helper will not set MANPATH
Originally posted in the OS X 10.6 forum, since I didn't think of path_helper as "classical" *nix...but this was suggested as a potentially better forum.
For some reason, path_helper has stopped setting the MANPATH variable for login shells...and I have no clue why.
It still sets the PATH variable - in fact, if run from the command line, i get this output:
$ /usr/libexec/path_helper -s
PATH="/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/mysql/bin:/usr/tex bin:/usr/X11/bin"; export PATH;
$
path_helper should be picking up the contents of /etc/manpaths and /etc/manpaths.d and displaying another line setting and exporting the MANPATH.
/etc/manpaths and /etc/manpaths.d/ exist and have appropriate permissions (root:wheel 644 on the files and 755 on the dirs). I'm at a loss as to why its not doing its job properly.
Of couse, a workaround is simple enough, since I can just add the MANPATH manually to the .bash_profile files for my accounts (or even to /etc/profile), but that's not how its supposed to work anymore, so I'd like to get things working properly if possible.
For some reason, path_helper has stopped setting the MANPATH variable for login shells...and I have no clue why.
It still sets the PATH variable - in fact, if run from the command line, i get this output:
$ /usr/libexec/path_helper -s
PATH="/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/mysql/bin:/usr/tex bin:/usr/X11/bin"; export PATH;
$
path_helper should be picking up the contents of /etc/manpaths and /etc/manpaths.d and displaying another line setting and exporting the MANPATH.
/etc/manpaths and /etc/manpaths.d/ exist and have appropriate permissions (root:wheel 644 on the files and 755 on the dirs). I'm at a loss as to why its not doing its job properly.
Of couse, a workaround is simple enough, since I can just add the MANPATH manually to the .bash_profile files for my accounts (or even to /etc/profile), but that's not how its supposed to work anymore, so I'd like to get things working properly if possible.
MacBook Pro, Mac OS X (10.6.1)