From owner-freebsd-stable@FreeBSD.ORG Mon Jul 4 08:54:41 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 431C0106566C for ; Mon, 4 Jul 2011 08:54:41 +0000 (UTC) (envelope-from hans@beastielabs.net) Received: from mail.beastielabs.net (beasties.demon.nl [82.161.3.114]) by mx1.freebsd.org (Postfix) with ESMTP id C3E738FC12 for ; Mon, 4 Jul 2011 08:54:40 +0000 (UTC) Received: from testsoekris.hotsoft.nl (localhost [127.0.0.1]) by mail.beastielabs.net (8.14.4/8.14.4) with ESMTP id p648sc8E018178 for ; Mon, 4 Jul 2011 10:54:38 +0200 (CEST) (envelope-from hans@testsoekris.hotsoft.nl) Received: (from hans@localhost) by testsoekris.hotsoft.nl (8.14.4/8.14.4/Submit) id p648scTD018177 for freebsd-stable@freebsd.org; Mon, 4 Jul 2011 10:54:38 +0200 (CEST) (envelope-from hans) Date: Mon, 4 Jul 2011 10:54:38 +0200 From: Hans Ottevanger To: freebsd-stable@freebsd.org Message-ID: <20110704085438.GA93119@testsoekris.hotsoft.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Subject: NFS related include files and make delete-old X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2011 08:54:41 -0000 Hi, For a few months now, during the usual make delete-old after make installworld the files /usr/include/nfs/krpc.h and /usr/include/nfs/nfsdiskless.h turn up time and again. I have them deleted, but they get reinstalled during the next make installworld. This is a fairly old installation, but running an up-to-date 8.2-STABLE and these header files are also present in the directory /usr/include/nfsclient. Could it be that either the wrong files are specified in /usr/src/ObsoleteFiles.inc or the headers are installed in the wrong directory during make installworld? On my 9.0-CURRENT systems I also have the headers at both locations, but there only those in /usr/include/nfsclient get reinstalled and there is no entry in /usr/src/ObsoleteFiles.inc. Kind regards, Hans Ottevanger