| Summary: | Please Change "/usr/share/skel/dot.login" | ||
|---|---|---|---|
| Product: | Base System | Reporter: | nori <nori> |
| Component: | conf | Assignee: | Alexey Zelkin <phantom> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 3.3-STABLE | ||
| Hardware: | Any | ||
| OS: | Any | ||
State Changed From-To: open->feedback Fixed in rev 1.14 dot.login in -CURRENT Responsible Changed From-To: freebsd-bugs->phantom I will commit this fix to -STABLE. State Changed From-To: feedback->closed This is fixed in 4.0. |
Manual say. Don't need to set the MANPATH. But default .login(/usr/share/skel/dot.login), set MANPATH=... . Why? I think, We must modifiy dot.login. #man manpath Manpath is used by man(1) to determine the search path, so users normally don't need to set the MANPATH environment variable directly. Fix: unsetenv MANPATH at dot.login How-To-Repeat: #cat /usr/share/skel/dot.login setenv MANPATH "/usr/share/man:/usr/X11R6/man:/usr/local/man"