summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-05-17 13:03:36 +0000
committerjkh <jkh@FreeBSD.org>1994-05-17 13:03:36 +0000
commitb94dcca853949f7a991c9cb02ab2dd034900f7a2 (patch)
treebbf944e84085bb2f19cfff7dba1361c295fbb2ac /etc
parentacccd62b1384d07c87f1480dd85457535bda3bb9 (diff)
downloadFreeBSD-src-b94dcca853949f7a991c9cb02ab2dd034900f7a2.zip
FreeBSD-src-b94dcca853949f7a991c9cb02ab2dd034900f7a2.tar.gz
Add manpath.config to the default list of things installed in /etc
for releases.
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile4
-rw-r--r--etc/manpath.config32
2 files changed, 34 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile
index c47720e..7bd99be 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -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
diff --git a/etc/manpath.config b/etc/manpath.config
new file mode 100644
index 0000000..677b1ad
--- /dev/null
+++ b/etc/manpath.config
@@ -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
OpenPOWER on IntegriCloud