Add manpath.config to the default list of things installed in /etc
for releases.
This commit is contained in:
parent
c3331fde7e
commit
d6a9fa2292
@ -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
32
etc/manpath.config
Normal 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
|
Loading…
Reference in New Issue
Block a user