| Summary: | 3.2-release /etc/manpath.config misconfigured | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Charlie Root <root> |
| Component: | conf | Assignee: | Mark Murray <markm> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | CC: | xela |
| Priority: | Normal | ||
| Version: | 3.2-RELEASE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Charlie Root
1999-08-11 16:30:01 UTC
Responsible Changed From-To: freebsd-bugs->markm Perl is Mark's baby. Charlie Root <root@abelson.turing.terc.edu> writes: > Delete the line > > MANDATORY_MANPATH /usr/local/lib/perl5/5.00502/man > > in /etc/manpath.config (or point it at the right path, but I have > no idea where that might be). The correct fix is to introduce a new manpath.config keyword that means "check if this directory exists, and use it if it does, but shut up if it doesn't", *or* to make manpath *always* shut up about inexistent directories. There's another problem: if you upgrade to -STABLE, 'make world' will install Perl 5.00503, and new ports will install their man pages in /usr/local/lib/perl5/5.00503/man, but manpath.config will still point to the old directory - unless you update it, in which case it'll only point at the new directory, and you won't have access to the man pages for the older ports. DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no State Changed From-To: open->closed Fixed in manpath.config,v 1.8.2.4. |