Date: Tue, 18 Jul 2000 00:15:45 +0200 (CEST) From: Cyrille Lefevre <root@gits.dyndns.org> To: Archie Cobbs <archie@whistle.com> Cc: "Kenneth D. Merry" <ken@kdm.org>, freebsd-bugs@FreeBSD.org, julian@FreeBSD.org Subject: Re: kern/19961: non existent cam/scsi/scsi_scan.c found in conf/files Message-ID: <200007172215.AAA08285@gits.dyndns.org> In-Reply-To: <200007172109.OAA45270@bubba.whistle.com> "from Archie Cobbs at Jul 17, 2000 02:09:01 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
Archie Cobbs wrote: > Kenneth D. Merry writes: > > > 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. > > The intent there was to let someone 'drop in' those files if they > were able to get their hands on them (ie., sign some doodad with Hi/Fn), > and/or to encourage someone to write a replacement (the algorithm is > documented in RFC 2118). > > Until then, they are ignored. > > Is this a problem? not really. I checked LINT and ng_mppc(4) and they are saying the code is not there, so. 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007172215.AAA08285>