Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Sep 2009 17:50:05 -0400
From:      "Jason J. Hellenthal" <jasonh@DataIX.net>
To:        FreeBSD Stable <freebsd-stable@freebsd.org>
Subject:   Fixup manpath.config suggestion
Message-ID:  <alpine.BSF.2.00.0909171744280.19683@qvzrafvba.5c.ybpny>

next in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]

Fix manpath.config optional manpath of /usr/X11R6. This has not been a actual 
path for some time now and is just a symlink to /usr/local which is already in 
the manpath.config.

The attached patch just deletes the referenced lines, it might be better off 
just commenting them out and adding a comment next to them referring to the 
symlink usage.

-- 

  Jason J. Hellenthal
  http://www.DataIX.net/
  jasonh@DataIX.net
  0x691411AC

  - (2^(N-1))
[-- Attachment #2 --]
--- manpath.config.orig	2009-09-14 06:41:11.000000000 -0400
+++ manpath.config	2009-09-17 17:29:37.088290738 -0400
@@ -17,14 +17,12 @@
 # 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
 #

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.0909171744280.19683>