* On Mon, Mar 04, 2002 at 05:14:18PM +0200, * Ruslan Ermilov <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
