From owner-cvs-all Tue Nov 5 15:11:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A839D37B404 for ; Tue, 5 Nov 2002 15:11:46 -0800 (PST) Received: from mail.speakeasy.net (mail13.speakeasy.net [216.254.0.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C9A243E97 for ; Tue, 5 Nov 2002 15:11:44 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 9199 invoked from network); 5 Nov 2002 23:11:52 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail13.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 5 Nov 2002 23:11:52 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.6/8.12.6) with ESMTP id gA5NBfn5050065; Tue, 5 Nov 2002 18:11:41 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200211052256.gA5MuiEO074028@repoman.freebsd.org> Date: Tue, 05 Nov 2002 18:11:42 -0500 (EST) From: John Baldwin To: John Baldwin Subject: RE: cvs commit: src/usr.sbin/sysinstall dist.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 05-Nov-2002 John Baldwin wrote: > jhb 2002/11/05 14:56:44 PST > > Modified files: > usr.sbin/sysinstall dist.c > Log: > Mount devfs with nmount(2) instead of mount(2). This error was masked > because errors from mount(2) were explicitly ignored. I didn't fix that > bug. This fixes DHCP during an install on 5.0. dhclient was dying b/c /dev/bpf0 didn't exist. Hmm, apparently mux@ did spot this earlier but I was too busy tracking down this problem to check his patch which was identical to this. *sigh* -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message