tags 196642 fixed-upstream
thanks
On Sun, Jun 08, 2003 at 07:40:41PM +0100, Colin Watson wrote:
> On Sun, Jun 08, 2003 at 07:33:31PM +0100, Ralph Corderoy wrote:
> > Looking at a Red Hat 7.2 installation I've got here, /etc/man.config
> > contains
> >
> > # NOCACHE keeps man from creating cache pages ("cat pages")
> > # (generally one enables/disable cat page creation by creating/deleting
> > # the directory they would live in - man never does mkdir)
> > #
> > #NOCACHE
> > #
> > # NOCACHE keeps man from creating cache pages
> > NOCACHE
> >
> > So picking up the RH changes might be an option?
> >
> > $ rpm -qf /etc/man.config
> > man-1.5j-7.7x.0
>
> man and man-db came from the same codebase over a decade ago, but have
> diverged radically since. Rewriting the changes will likely be easier
> than merging them.
I've now implemented this in a way that's compatible with Red Hat's man.
This will be in man-db 2.5.0.
Tue Aug 28 18:38:31 BST 2007 Colin Watson <[EMAIL PROTECTED]>
Add a configuration file flag (NOCACHE) to disable cat page caching
(thanks, Ralph Corderoy; Debian bug #196642).
* src/manp.c (add_to_dirlist): Recognise NOCACHE.
* src/man.c (display): Don't save a cat page if NOCACHE is set.
* src/man_db.conf.in: Document NOCACHE.
* man/man5/manpath.man5 (FORMAT): Document NOCACHE.
* docs/NEWS: Document this.
Cheers,
--
Colin Watson [EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]