mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Improve MANPATH control
* Revert changes to programs/dtsearchpath/libCliSrv/UnixEnv.C
introduced by c3cb5b8aa6
that could have produced disappearing Application Manager
icons on FreeBSD
* Introduce SearchPath:useSystemPath() virtual method to tell
dtsearchpath to leave some environment variables alone.
It is currently overriden for FreeBSD only if the MANPATH
is empty (system default). Other operating systems
might want to override it if they prefer to have distribution
specific control of a search path in effect.
* Symlink /usr/dt/share/man to /usr/dt/man for FreeBSD
This allows dtsearchpath to actually include /usr/dt/man
in the MANPATH when MANPATH override is in effect.
This commit is contained in:
parent
071da0d223
commit
464bc5b3f6
5 changed files with 47 additions and 15 deletions
|
|
@ -1288,6 +1288,10 @@ doc/C/man/man4/mwmrc.4
|
|||
install_target = /usr/dt/man
|
||||
type = sym_link
|
||||
}
|
||||
{ freebsd
|
||||
install_target = /usr/dt/man
|
||||
type = sym_link
|
||||
}
|
||||
#
|
||||
./share/catman
|
||||
{ uxp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue