From owner-freebsd-stable Mon Mar 4 7:45:45 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mailout02.sul.t-online.com (mailout02.sul.t-online.com [194.25.134.17]) by hub.freebsd.org (Postfix) with ESMTP id B1AED37B400 for ; Mon, 4 Mar 2002 07:45:41 -0800 (PST) Received: from fwd09.sul.t-online.de by mailout02.sul.t-online.com with smtp id 16huei-00030h-0B; Mon, 04 Mar 2002 16:45:40 +0100 Received: from pc5.abc (520067998749-0001@[217.233.109.197]) by fmrl09.sul.t-online.com with esmtp id 16huee-1PhE2qC; Mon, 4 Mar 2002 16:45:36 +0100 Received: (from nicolas@localhost) by pc5.abc (8.11.6/8.11.6) id g24FjZN00403 for stable@FreeBSD.ORG; Mon, 4 Mar 2002 16:45:35 +0100 (CET) (envelope-from list@rachinsky.de) Date: Mon, 4 Mar 2002 16:45:35 +0100 From: Nicolas Rachinsky To: stable@FreeBSD.ORG Subject: Re: Changes to man page in 4.5-R? Message-ID: <20020304154535.GA286@pc5.abc> Mail-Followup-To: stable@FreeBSD.ORG References: <20020116072926.GV6073@windriver.com> <20020304090236.GA70885@pc5.abc> <20020304151418.GE39468@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020304151418.GE39468@sunbay.com> User-Agent: Mutt/1.3.27i X-Powered-by: FreeBSD X-Homepage: http://www.rachinsky.de X-PGP-Keyid: C11ABC0E X-PGP-Fingerprint: 19DB 8392 8FE0 814A 7362 EEBD A53B 526A C11A BC0E X-PGP-Key: http://www.rachinsky.de/nicolas/nicolas_rachinsky.asc X-Sender: 520067998749-0001@t-dialin.net Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * On Mon, Mar 04, 2002 at 05:14:18PM +0200, * Ruslan Ermilov wrote: > On Mon, Mar 04, 2002 at 10:02:36AM +0100, Nicolas Rachinsky wrote: > > * On Tue, Jan 15, 2002 at 11:29:26PM -0800, > > * Murray Stokely wrote: > > > This means man(1) can no longer create system catpages on a > > > regular user's behalf. (It is still able to if the user has > > > write permissions to the directory holding catpages, e.g., > > > user's own manpages, or if the running user is ``root''.) > > > > > > To create and install catpages during ``make world'', please > > > set MANBUILDCAT=YES in /etc/make.conf. To rebuild catpages > > > on a weekly basis, please set weekly_catman_enable="YES" in > > > /etc/periodic.conf. > > > > But with FreeBSD 4.5-RELEASE a make world cycle does not build the > > catpages within /usr/share/man/en.ISO8859-1/cat*. So even with > > MANBUILDCAT=YES in my make.conf, I have to wait when accessing a man > > page the first time. These directories are created by a make world > > cycle. > > > 1. These changes were not incorporated into 4.5-RELEASE. > > 2. You need to put MANBUILDCAT=yes to your /etc/make.conf > to have catpages built as part of the buildworld. I have MANBUILDCAT=yes in my /etc/make.conf. Some of the catpages are generated during the buildworld, but not for all cat? directories. The make world cycle seems to generate for example all the catpages under /usr/share/man/cat?, but it does not generate the ones under /usr/share/man/en.ISO8859-1/cat?, while these cat? directories are created. Since my LC_CTYPE is set to de_DE.ISO8859-15 man looks for the man and catpages in the directory /usr/share/man/en.ISO8859-15, which is a symlink to /usr/share/man/en.ISO8859-1, but there are not catpages, so they need to be generated. Nicolas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message