From owner-freebsd-stable@FreeBSD.ORG Fri Feb 27 14:41:11 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29A6B16A4CE for ; Fri, 27 Feb 2004 14:41:11 -0800 (PST) Received: from TheWorld.com (pcls1.std.com [192.74.137.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDF6343D2D for ; Fri, 27 Feb 2004 14:41:10 -0800 (PST) (envelope-from kwc@shell.TheWorld.com) Received: from shell.TheWorld.com (root@shell01.theworld.com [192.74.137.71]) by TheWorld.com (8.12.8p1/8.12.8) with ESMTP id i1RMf9W3017380; Fri, 27 Feb 2004 17:41:09 -0500 Received: (from kwc@localhost) by shell.TheWorld.com (8.9.3/8.9.3) id RAA23531215; Fri, 27 Feb 2004 17:41:08 -0500 (EST) Date: Fri, 27 Feb 2004 17:41:08 -0500 (EST) From: Kenneth W Cochran Message-Id: <200402272241.RAA23531215@shell.TheWorld.com> To: Dmitry Morozovsky References: <200402271908.OAA23119255@shell.TheWorld.com> cc: freebsd-stable@freebsd.org Subject: Re: makewhatis wierdness in 4.9-stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Feb 2004 22:41:11 -0000 >Date: Sat, 28 Feb 2004 00:13:52 +0300 (MSK) >From: Dmitry Morozovsky >To: Kenneth W Cochran >cc: freebsd-stable@freebsd.org >Subject: Re: makewhatis wierdness in 4.9-stable > >On Fri, 27 Feb 2004, Kenneth W Cochran wrote: > >KWC> Since makewhatis went from Perl to C I get the following output >KWC> in the weekly periodic/maintenance run: >KWC> >KWC> Rebuilding whatis database: >KWC> makewhatis: /usr/local/man/man1/scp.old.1: No such file or directory >KWC> makewhatis: /usr/local/man/man1/ssh-add.old.1: No such file or directory >KWC> makewhatis: /usr/local/man/man1/ssh-agent.old.1: No such file or directory >KWC> makewhatis: /usr/local/man/man1/ssh-keygen.old.1: No such file or directory >KWC> makewhatis: /usr/local/man/man1/ssh.old.1: No such file or directory >KWC> >KWC> Is something "strange" in /etc/*? Maybe something mergemaster >KWC> didn't quite fix during a cvsup/{make,install}world? > >I suppose these are stale symlinks. What do you get by issuing > >ls -l /usr/local/man/man1/*.old.1 > >? $ ls -l /usr/local/man/man1/*.old.1 lrwxrwxrwx 1 root wheel 6 Jan 19 2003 /usr/local/man/man1/scp.old.1 -> scp2.1 lrwxrwxrwx 1 root wheel 10 Jan 19 2003 /usr/local/man/man1/ssh-add.old.1 -> ssh-add2.1 lrwxrwxrwx 1 root wheel 12 Jan 19 2003 /usr/local/man/man1/ssh-agent.old.1 -> ssh-agent2.1 lrwxrwxrwx 1 root wheel 13 Jan 19 2003 /usr/local/man/man1/ssh-keygen.old.1 -> ssh-keygen2.1 lrwxrwxrwx 1 root wheel 6 Jan 19 2003 /usr/local/man/man1/ssh.old.1 -> ssh2.1 $ Hmmm... Any idea how this has happened? I've tracked -stable since early 4.x times. -kc >Sincerely, >D.Marck [DM5020, MCK-RIPE, DM3-RIPN] >------------------------------------------------------------------------ >*** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** >------------------------------------------------------------------------