Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jul 2000 14:43:28 -0600
From:      "Kenneth D. Merry" <ken@kdm.org>
To:        clefevre@citeweb.net
Cc:        freebsd-bugs@FreeBSD.org, julian@FreeBSD.org, archie@FreeBSD.org
Subject:   Re: kern/19961: non existent cam/scsi/scsi_scan.c found in conf/files
Message-ID:  <20000717144328.A92672@panzer.kdm.org>
In-Reply-To: <200007160443.GAA28229@gits.dyndns.org>; from root@gits.dyndns.org on Sun, Jul 16, 2000 at 06:43:53AM %2B0200
References:  <200007160256.TAA65191@freefall.freebsd.org> <200007160443.GAA28229@gits.dyndns.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 ?

I think I'll let the Netgraph guys (Julian and Archie, CCed) handle this
one.

Ken
-- 
Kenneth Merry
ken@kdm.org


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




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