From owner-freebsd-bugs Wed Oct 25 13:30: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C222C37B479 for ; Wed, 25 Oct 2000 13:30:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA90137; Wed, 25 Oct 2000 13:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 25 Oct 2000 13:30:02 -0700 (PDT) Message-Id: <200010252030.NAA90137@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Cyrille Lefevre Subject: Re: kern/20231: non existing kernel files found in conf/files.* Reply-To: Cyrille Lefevre Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/20231; it has been noted by GNATS. From: Cyrille Lefevre 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message