From owner-cvs-all Mon Aug 16 4:35:58 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 B093514DF2; Mon, 16 Aug 1999 04:35:50 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA38575; Mon, 16 Aug 1999 04:34:58 -0700 (PDT) (envelope-from ru@FreeBSD.org) Message-Id: <199908161134.EAA38575@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 16 Aug 1999 04:34:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/man/manpath manpath.c manpath.config manpath.h manpath.man Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ru 1999/08/16 04:34:58 PDT Modified files: gnu/usr.bin/man/manpath manpath.c manpath.config manpath.h manpath.man Log: - 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. Reviewed by: des, markm, sheldonh Revision Changes Path 1.7 +27 -24 src/gnu/usr.bin/man/manpath/manpath.c 1.12 +9 -7 src/gnu/usr.bin/man/manpath/manpath.config 1.3 +7 -1 src/gnu/usr.bin/man/manpath/manpath.h 1.4 +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