Date: Tue, 30 Dec 2008 16:00:36 +0000 (UTC) From: Ken Smith <kensmith@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r186602 - head/gnu/usr.bin/man/manpath Message-ID: <200812301600.mBUG0aEB097945@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kensmith Date: Tue Dec 30 16:00:36 2008 New Revision: 186602 URL: http://svn.freebsd.org/changeset/base/186602 Log: 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 Modified: head/gnu/usr.bin/man/manpath/manpath.config Modified: head/gnu/usr.bin/man/manpath/manpath.config ============================================================================== --- head/gnu/usr.bin/man/manpath/manpath.config Tue Dec 30 12:51:56 2008 (r186601) +++ head/gnu/usr.bin/man/manpath/manpath.config Tue Dec 30 16:00:36 2008 (r186602) @@ -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 #
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812301600.mBUG0aEB097945>