From owner-freebsd-stable@FreeBSD.ORG Mon Nov 22 11:18:47 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 086C916A4CE for ; Mon, 22 Nov 2004 11:18:47 +0000 (GMT) Received: from orb.pobox.com (orb.pobox.com [207.8.226.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEC3D43D45 for ; Mon, 22 Nov 2004 11:18:46 +0000 (GMT) (envelope-from b.candler@pobox.com) Received: from orb (localhost [127.0.0.1]) by orb.pobox.com (Postfix) with ESMTP id AEE702FABAD for ; Mon, 22 Nov 2004 06:18:45 -0500 (EST) Received: from billdog.local.linnet.org (dsl-212-74-113-65.access.uk.tiscali.com [212.74.113.65]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by orb.sasl.smtp.pobox.com (Postfix) with ESMTP id 884AE2FAA8D for ; Mon, 22 Nov 2004 06:18:45 -0500 (EST) Received: from brian by billdog.local.linnet.org with local (Exim 4.43 (FreeBSD)) id 1CWCDT-0000g8-9M for freebsd-stable@freebsd.org; Mon, 22 Nov 2004 11:18:43 +0000 Date: Mon, 22 Nov 2004 11:18:41 +0000 From: Brian Candler To: freebsd-stable@freebsd.org Message-ID: <20041122111841.GA2598@uk.tiscali.com> References: <20041120155511.GA2935@uk.tiscali.com> <20041120161251.GA3237@uk.tiscali.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041120161251.GA3237@uk.tiscali.com> User-Agent: Mutt/1.4.2.1i Subject: Re: netstat -finet not working after upgrading to 5.3-STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Nov 2004 11:18:47 -0000 > On Sat, Nov 20, 2004 at 03:55:11PM +0000, Brian Candler wrote: > > I started with a fresh 5.3-RELEASE install and then upgraded the kernel > > source to 5.3-STABLE > > Sorry, I meant to say 5-STABLE. The release tag is RELENG_5 (I just used > /usr/share/examples/cvsup/stable-supfile) Well, the full buildworld / buildkernel / installkernel / installworld sequence fixed it, so it's not a problem any more. I'd still like to know what had changed underneath though :-) Regards, Brian.