From owner-freebsd-current Tue Oct 24 11:36:52 2000 Delivered-To: freebsd-current@freebsd.org Received: from bsdone.bsdwins.com (www.bsdwins.com [192.58.184.33]) by hub.freebsd.org (Postfix) with ESMTP id 48AFD37B479; Tue, 24 Oct 2000 11:36:48 -0700 (PDT) Received: (from jwd@localhost) by bsdone.bsdwins.com (8.11.0/8.11.0) id e9OIaie53210; Tue, 24 Oct 2000 14:36:44 -0400 (EDT) (envelope-from jwd) Date: Tue, 24 Oct 2000 14:36:44 -0400 From: "John W. De Boskey" To: freebsd-current@FreeBSD.org Cc: jkh@FreeBSD.org, Hajimu UMEMOTO , "Thomas D. Dean" , John Hay , Makoto MATSUSHITA , Will Andrews Subject: "make release" breakage - dokern.sh patch 2 Message-ID: <20001024143644.A52958@bsdwins.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ok, folks want INET6. It's back.. It's been pointed out to me by "Thomas D. Dean" 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