Date: Tue, 24 Oct 2000 14:36:44 -0400 From: "John W. De Boskey" <jwd@FreeBSD.org> To: freebsd-current@FreeBSD.org Cc: jkh@FreeBSD.org, Hajimu UMEMOTO <ume@FreeBSD.org>, "Thomas D. Dean" <tomdean@ix.netcom.com>, John Hay <jhay@icomtek.csir.co.za>, Makoto MATSUSHITA <matusita@jp.FreeBSD.org>, Will Andrews <will@physics.purdue.edu> Subject: "make release" breakage - dokern.sh patch 2 Message-ID: <20001024143644.A52958@bsdwins.com>
next in thread | raw e-mail | index | archive | help
Ok, folks want INET6. It's back.. It's been pointed out to me by "Thomas D. Dean" <tomdean@ix.netcom.com> that the 'le' driver does not work. Can someone provide additional information about why it's in GENERIC? Other candidates I've been pointed to include the removal of /boot/boot[12] and NFS (which I seem to remember Jordan axing at one point before we went to a 2 disk set). So, the 2nd try at the patch is below. Comments welcome. -John Index: dokern.sh =================================================================== RCS file: /mirror/ncvs/src/release/scripts/dokern.sh,v retrieving revision 1.37 diff -r1.37 dokern.sh 40a41 > -e '/ le/d' \ 43c44 < -e '/apm0/d' \ --- > -e '/apm/d' \ 63c64,65 < sed -e '/pty/d' \ --- > sed -e '/ le/d' \ > -e '/pty/d' \ 65c67 < -e '/apm0/d' \ --- > -e '/apm/d' \ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001024143644.A52958>