From owner-freebsd-bugs Mon Jul 17 14:13:34 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from panzer.kdm.org (panzer.kdm.org [216.160.178.169]) by hub.freebsd.org (Postfix) with ESMTP id B627A37BCF8; Mon, 17 Jul 2000 14:11:56 -0700 (PDT) (envelope-from ken@panzer.kdm.org) Received: (from ken@localhost) by panzer.kdm.org (8.9.3/8.9.1) id PAA93002; Mon, 17 Jul 2000 15:11:50 -0600 (MDT) (envelope-from ken) Date: Mon, 17 Jul 2000 15:11:50 -0600 From: "Kenneth D. Merry" To: Archie Cobbs Cc: clefevre@citeweb.net, freebsd-bugs@FreeBSD.org, julian@FreeBSD.org Subject: Re: kern/19961: non existent cam/scsi/scsi_scan.c found in conf/files Message-ID: <20000717151150.A92980@panzer.kdm.org> References: <20000717144328.A92672@panzer.kdm.org> <200007172109.OAA45270@bubba.whistle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200007172109.OAA45270@bubba.whistle.com>; from archie@whistle.com on Mon, Jul 17, 2000 at 02:09:01PM -0700 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Jul 17, 2000 at 14:09:01 -0700, 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). What's "Hi/Fn"? > Until then, they are ignored. > > Is this a problem? Sounds reasonable to me. Ken -- Kenneth Merry ken@kdm.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message