Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Oct 2007 07:56:28 -0400 (EDT)
From:      Michael Voorhis <mvoorhis@cs.wpi.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   conf/117016: ObsoleteFiles v 1.112 does not remove cached manpages
Message-ID:  <200710061156.l96BuSgr030972@eressea.wpi.edu>
Resent-Message-ID: <200710081420.l98EK1Ww096249@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         117016
>Category:       conf
>Synopsis:       ObsoleteFiles v 1.112 does not remove cached manpages
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 08 14:20:00 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Michael Voorhis
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD xxxxxxxx 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Sat Sep 22 05:30:38 EDT 2007 root@xxxxxxx:/usr/obj/key/tmp/src-releng_7/src/sys/ERESSEA7 i386

>Description:

Not serious, but: /usr/src/ObsoleteFiles v1.112 contains

OLD_FILES+=usr/share/man/man5/cached.conf.5
OLD_FILES+=usr/share/man/man8/cached.8

When it should contain gzipped versions of those two
files.  My machine (Current 22 Sep 2007, awaiting reboot)
contains

   /usr/share/man/man5/cached.conf.5.gz
   /usr/share/man/man8/cached.8.gz

So running a "make delete-old" will not entirely remove files
associated with cached in favor of nscd.

>How-To-Repeat:
	Look in /usr/src/ObsoleteFiles, if you have v 1.112 (or
	later?).  Note that other manpages in ObsoleteFiles are
	listed as gzip'd.  Wish silently that all your problems
	were as complicated as this.
>Fix:
	Append ".gz" to the two cached manpage lines mentioned above.
	Consider running "rm /usr/share/man/man?/cached.*".


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710061156.l96BuSgr030972>