1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Add manpath.config to the default list of things installed in /etc

for releases.
This commit is contained in:
Jordan K. Hubbard 1994-05-17 13:03:36 +00:00
parent c3331fde7e
commit d6a9fa2292
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1505
2 changed files with 34 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
# $Id: Makefile,v 1.56 1994/04/18 04:23:33 rgrimes Exp $
# $Id: Makefile,v 1.57 1994/05/03 10:11:21 rgrimes Exp $
NOOBJ= noobj
@ -9,7 +9,7 @@ BINOWN= root
BINGRP= wheel
BIN1= aliases csh.cshrc csh.login csh.logout dm.conf \
ftpusers gettytab group hosts host.conf hosts.equiv hosts.lpd \
inetd.conf motd myname netstart networks phones \
inetd.conf manpath.config motd myname netstart networks phones \
printcap protocols rc rc.local remote security services shells \
syslog.conf ttys etc.${MACHINE}/disktab rpc

32
etc/manpath.config Normal file
View File

@ -0,0 +1,32 @@
# manpath.config
#
# This file is read by manpath to configure the mandatory manpath, to
# map each path element to a manpath element and to determine where the
# "man" binary lives. The format is:
#
# MANBIN pathname
# MANDATORY_MANPATH manpath_element
# MANPATH_MAP path_element manpath_element
#
# MANBIN is optional
#
#MANBIN /usr/local/bin/man
#
# every automatically generated MANPATH includes these fields
#
MANDATORY_MANPATH /usr/share/man
MANDATORY_MANPATH /usr/local/man
MANDATORY_MANPATH /usr/X386/man
MANDATORY_MANPATH /usr/X11R6/man
MANDATORY_MANPATH /usr/gnu/man
#
# set up PATH to MANPATH mapping
#
MANPATH_MAP /bin /usr/share/man
MANPATH_MAP /usr/bin /usr/share/man
MANPATH_MAP /usr/ucb /usr/share/man
MANPATH_MAP /usr/local/mh /usr/local/mh/man
MANPATH_MAP /usr/local/bin /usr/local/man
MANPATH_MAP /usr/gnu /usr/gnu/man
MANPATH_MAP /usr/X386/bin /usr/X386/man
MANPATH_MAP /usr/X11R6/bin /usr/X11R6/man