From owner-freebsd-current Mon Jan 27 13: 8:26 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FE2E37B401 for ; Mon, 27 Jan 2003 13:08:25 -0800 (PST) Received: from mail.rdslink.ro (mail.rdslink.ro [193.231.236.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 6898A43E4A for ; Mon, 27 Jan 2003 13:08:23 -0800 (PST) (envelope-from enache@rdslink.ro) Received: (qmail 5768 invoked from network); 27 Jan 2003 21:07:30 -0000 Received: from unknown (HELO ratsnest.hole) (81.196.245.47) by mail.rdslink.ro with SMTP; 27 Jan 2003 21:07:30 -0000 Received: from ratsnest.hole (localhost [127.0.0.1]) by ratsnest.hole (8.12.5/8.12.5) with ESMTP id h0RLEfFe001235 for ; Mon, 27 Jan 2003 23:14:41 +0200 Received: (from adi@localhost) by ratsnest.hole (8.12.5/8.12.5/Submit) id h0RLEfUn001233 for current@freebsd.org; Mon, 27 Jan 2003 23:14:41 +0200 Date: Mon, 27 Jan 2003 23:14:41 +0200 From: Enache Adrian To: current@freebsd.org Subject: add ext2fs to the module list in modules/Makefile Message-ID: <20030127211441.GC1043@ratsnest.hole> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG please add ext2fs to the modules list in src/sys/modules/Makefile. my /usr/src tree resides on an ext2fs partition and the fact that ext2fs.ko isn't built causes me trouble when making installworld just after rebooting the new kernel. Thanks & Regards Adi --- /arc/freebsd/src/sys/modules/Makefile 2003-01-22 01:31:50.000000000 +0200 +++ sys/modules/Makefile 2003-01-27 21:36:45.000000000 +0200 @@ -34,6 +34,7 @@ de \ digi \ dummynet \ + ext2fs \ fdc \ fdescfs \ firewire \ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message