Date: Sat, 21 Aug 1999 00:23:42 -0700 (PDT) From: Ruslan Ermilov <ru@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/man/manpath Makefile manpath.c manpath.config manpath.h manpath.man Message-ID: <199908210723.AAA55644@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
ru 1999/08/21 00:23:41 PDT
Modified files: (Branch: RELENG_3)
gnu/usr.bin/man/manpath Makefile manpath.c manpath.config
manpath.h manpath.man
Log:
MFC:
- Remove unused MANBIN directive.
- Add an OPTIONAL_MANPATH directive (same as MANDATORY_MANPATH,
except an absence of the directory is not considered an error
and doesn't produce a warning).
Put /usr/local/lib/perl5/*/man under OPTIONAL_MANPATH.
- An order of directives in manpath.config is now irrelevant.
- Get rid of infinite loop when PATH is unset or NULL, and
MANDATORY_MANPATH directory doesn't exist.
- mdoc(9)ify manpage.
Approved by: jkh
Revision Changes Path
1.19.2.1 +2 -2 src/gnu/usr.bin/man/manpath/Makefile
1.6.2.1 +27 -27 src/gnu/usr.bin/man/manpath/manpath.c
1.8.2.5 +9 -12 src/gnu/usr.bin/man/manpath/manpath.config
1.2.8.1 +7 -1 src/gnu/usr.bin/man/manpath/manpath.h
1.3.2.1 +22 -14 src/gnu/usr.bin/man/manpath/manpath.man
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908210723.AAA55644>
