Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Oct 2000 13:30:02 -0700 (PDT)
From:      Cyrille Lefevre <clefevre@citeweb.net>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/20231: non existing kernel files found in conf/files.*
Message-ID:  <200010252030.NAA90137@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/20231; it has been noted by GNATS.

From: Cyrille Lefevre <clefevre@citeweb.net>
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




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