From root@gits.dyndns.org  Thu Jul 27 17:11:06 2000
Return-Path: <root@gits.dyndns.org>
Received: from racine.cybercable.fr (racine.cybercable.fr [212.198.0.201])
	by hub.freebsd.org (Postfix) with SMTP id C3A4237C16C
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 27 Jul 2000 17:11:04 -0700 (PDT)
	(envelope-from root@gits.dyndns.org)
Received: (qmail 5284386 invoked from network); 28 Jul 2000 00:11:02 -0000
Received: from r227m167.cybercable.tm.fr (HELO gits.dyndns.org) ([195.132.227.167]) (envelope-sender <root@gits.dyndns.org>)
          by racine.cybercable.fr (qmail-ldap-1.03) with SMTP
          for <FreeBSD-gnats-submit@freebsd.org>; 28 Jul 2000 00:11:02 -0000
Received: (from root@localhost)
	by gits.dyndns.org (8.9.3/8.9.3) id CAA70314;
	Fri, 28 Jul 2000 02:11:02 +0200 (CEST)
	(envelope-from root)
Message-Id: <200007280011.CAA70314@gits.dyndns.org>
Date: Fri, 28 Jul 2000 02:11:02 +0200 (CEST)
From: Cyrille Lefevre <clefevre@citeweb.net>
Sender: root@gits.dyndns.org
Reply-To: Cyrille Lefevre <clefevre@citeweb.net>
To: FreeBSD-gnats-submit@freebsd.org
Subject: non existing kernel files found in conf/files.*
X-Send-Pr-Version: 3.2

>Number:         20231
>Category:       kern
>Synopsis:       non existing kernel files found in conf/files.*
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 27 17:20:00 PDT 2000
>Closed-Date:    Wed Jan 3 13:14:46 PST 2001
>Last-Modified:  Wed Jan 03 13:15:24 PST 2001
>Originator:     Cyrille Lefevre
>Release:        FreeBSD 4.1-RC i386
>Organization:
ACME
>Environment:

FreeBSD gits 4.1-RC FreeBSD 4.1-RC #0: Tue Jul 18 01:55:07 CEST 2000     root@gits:/disk2/4.0-stable/obj/disk2/4.0-stable/src/sys/CUSTOM  i386

>Description:

	Some files are referenced in /sys/conf/files.* but are not
	part of 4.0-STABLE.

>How-To-Repeat:

	# cd /sys
	# awk '/standard|optional/&&!(/^#/||/\\$/){print $1}' conf/files |
	  xargs ls -d > /dev/null
ls: alpha/alpha/mountroot.c: No such file or directory
ls: alpha/alpha/mp_machdep.c: No such file or directory
ls: alpha/alpha/perfmon.c: No such file or directory
ls: alpha/alpha/perfmon.c: No such file or directory
ls: alpha/alpha/simplelock.s: No such file or directory
ls: alpha/alpha/userconfig.c: No such file or directory
ls: i386/isa/if_wlp.c: No such file or directory

	# egrep $(\
	  awk '/standard|optional/&&!(/^#/||/\\$/){print $1}' conf/files.* |
	  xargs ls -d 2>&1 > /dev/null | awk -F: '{printf "%s ", $2}' |
	  sed 's/^ /(/;s/  /|/g;s/ $/)/') conf/files.*
conf/files.alpha:alpha/alpha/mountroot.c                optional        slice
conf/files.alpha:alpha/alpha/mp_machdep.c       optional        smp
conf/files.alpha:alpha/alpha/perfmon.c          optional        perfmon profiling-routine
conf/files.alpha:alpha/alpha/perfmon.c          optional        perfmon
conf/files.alpha:alpha/alpha/simplelock.s       optional        smp
conf/files.alpha:alpha/alpha/userconfig.c       optional        userconfig
conf/files.i386:i386/isa/if_wlp.c               optional        wlp

>Fix:

	n/a


>Release-Note:
>Audit-Trail:

From: Cyrille Lefevre <clefevre@citeweb.net>
To: freebsd-gnats-submit@FreeBSD.org, clefevre@citeweb.net
Cc:  
Subject: Re: kern/20231: non existing kernel files found in conf/files.*
Date: Wed, 25 Oct 2000 22:29:35 +0200

 could someone close this PR ?
 
 it seems /sys/conf/files.* have been fixed.
 
 # cd /sys
 # awk '/standard|optional/&&!(/^#/||/\\$/){print $1}' conf/files |
   xargs ls -d > /dev/null 
 ls: net/mppcc.c: No such file or directory
 ls: net/mppcd.c: No such file or directory
 
 those missing files are "normal" as /sys/conf/files says :
 
 # The next two files (plus the header file net/mppc.h) are proprietary
 and
 # must be obtained elsewhere in order to enable
 NETGRAPH_MPPC_COMPRESSION
 net/mppcc.c             optional netgraph_mppc_compression
 net/mppcd.c             optional netgraph_mppc_compression
 
 Cyrille.
 --
 home: mailto:clefevre@citeweb.net work: mailto:Cyrille.Lefevre@edf.fr
 

From: Cyrille Lefevre <root@gits.dyndns.org>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: kern/20231: non existing kernel files found in conf/files.*
Date: Wed, 3 Jan 2001 22:07:22 +0100 (CET)

 hi and HNY,
 
 could someone close this PR#20231 ?
 /sys/conf/files.* have been fixed.
 
 thanks.
 
 Cyrille.
 --
 home: mailto:clefevre@citeweb.net work: mailto:Cyrille.Lefevre@edf.fr
 
State-Changed-From-To: open->closed 
State-Changed-By: roam 
State-Changed-When: Wed Jan 3 13:14:46 PST 2001 
State-Changed-Why:  
Closed as originator reports satisfaction. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=20231 
>Unformatted:
