From owner-freebsd-bugs Mon Jul 17 15:23: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from racine.cybercable.fr (racine.cybercable.fr [212.198.0.201]) by hub.freebsd.org (Postfix) with SMTP id E466737B83E for ; Mon, 17 Jul 2000 15:23:01 -0700 (PDT) (envelope-from root@gits.dyndns.org) Received: (qmail 787620 invoked from network); 17 Jul 2000 22:22:57 -0000 Received: from r224m65.cybercable.tm.fr (HELO gits.dyndns.org) ([195.132.224.65]) (envelope-sender ) by racine.cybercable.fr (qmail-ldap-1.03) with SMTP for ; 17 Jul 2000 22:22:57 -0000 Received: (from root@localhost) by gits.dyndns.org (8.9.3/8.9.3) id AAA08872; Tue, 18 Jul 2000 00:22:56 +0200 (CEST) (envelope-from root) From: Cyrille Lefevre Posted-Date: Tue, 18 Jul 2000 00:22:56 +0200 (CEST) Message-Id: <200007172222.AAA08872@gits.dyndns.org> Subject: Re: kern/19961: non existent cam/scsi/scsi_scan.c found in conf/files In-Reply-To: <20000717144328.A92672@panzer.kdm.org> "from Kenneth D. Merry at Jul 17, 2000 02:43:28 pm" To: "Kenneth D. Merry" Date: Tue, 18 Jul 2000 00:22:56 +0200 (CEST) Cc: freebsd-bugs@FreeBSD.org, julian@FreeBSD.org, archie@FreeBSD.org Reply-To: clefevre@citeweb.net Organization: ACME X-Face: V|+c;4!|B?E%BE^{E6);aI.[<97Zd*>^#%Y5Cxv;%Y[PT-LW3;A:fRrJ8+^k"e7@+30g0YD0*^^3jgyShN7o?a]C la*Zv'5NA,=963bM%J^o]C X-Mailer: ELM [version 2.4ME+ PL77 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Kenneth D. Merry wrote: > On Sun, Jul 16, 2000 at 06:43:53 +0200, Cyrille Lefevre wrote: > [ ... ] > > > by a simple awk, I find two other references to non existent files > > which are : net/mppcc.c and net/mppcd.c > > > > # cd /sys > > # awk '/standard|optional/&&!(/^#/||/\\$/){print $1}' conf/files | > > xargs ls -d > /dev/null > > ls: cam/scsi/scsi_scan.c: No such file or directory > > ls: net/mppcc.c: No such file or directory > > ls: net/mppcd.c: No such file or directory > > > > after a simple find (find /usr/src/sys -name 'mppc*'), I found a > > comment about them in modules/netgraph/mppc/Makefile : > > > > .if ${NETGRAPH_MPPC_COMPRESSION} > 0 > > # XXX These files don't exist yet, but hopefully someday they will... > > .PATH: ${.CURDIR}/../../../net > > SRCS+= mppcc.c mppcd.c > > .endif > > > > maybe, these references would be commented until they really exist ? FYI, the same command using conf/files.* says : 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 Cyrille. -- home: mailto:clefevre@citeweb.net work: mailto:Cyrille.Lefevre@edf.fr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message