From owner-cvs-all Sat Aug 21 0:26:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D945715373; Sat, 21 Aug 1999 00:26:12 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA55644; Sat, 21 Aug 1999 00:23:42 -0700 (PDT) (envelope-from ru@FreeBSD.org) Message-Id: <199908210723.AAA55644@freefall.freebsd.org> From: Ruslan Ermilov Date: Sat, 21 Aug 1999 00:23:42 -0700 (PDT) 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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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