mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove the /usr/X11R6 paths. It has been long enough since the X stuff
moved to /usr/local. Checked with: des (last person to have fiddled with this) MFC after: 1 month
This commit is contained in:
parent
7efa697d80
commit
3fdaf2d2f9
1 changed files with 0 additions and 2 deletions
|
|
@ -17,14 +17,12 @@ MANDATORY_MANPATH /usr/share/openssl/man
|
|||
# check if the directory exists and if it does, add it to MANPATH
|
||||
#
|
||||
OPTIONAL_MANPATH /usr/local/man
|
||||
OPTIONAL_MANPATH /usr/X11R6/man
|
||||
#
|
||||
# set up PATH to MANPATH mapping
|
||||
#
|
||||
MANPATH_MAP /bin /usr/share/man
|
||||
MANPATH_MAP /usr/bin /usr/share/man
|
||||
MANPATH_MAP /usr/local/bin /usr/local/man
|
||||
MANPATH_MAP /usr/X11R6/bin /usr/X11R6/man
|
||||
#
|
||||
# set man locales, if needed
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue