From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jan 8 13:22:32 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 665C516A4CE for ; Thu, 8 Jan 2004 13:22:32 -0800 (PST) Received: from graf.pompo.net (graf.pompo.net [81.56.186.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3097C43D1D for ; Thu, 8 Jan 2004 13:22:31 -0800 (PST) (envelope-from thierry@pompo.net) Received: by graf.pompo.net (Postfix, from userid 1001) id 2532A752D; Thu, 8 Jan 2004 22:21:14 +0100 (CET) Date: Thu, 8 Jan 2004 22:21:14 +0100 From: Thierry Thomas To: Joe Marcus Clarke Message-ID: <20040108212113.GA18007@graf.pompo.net> Mail-Followup-To: Joe Marcus Clarke , freebsd-ports-bugs@FreeBSD.org References: <200401082100.i08L0fwc078280@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <200401082100.i08L0fwc078280@freefall.freebsd.org> X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc; y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 4.9-STABLE i386 Organization: Kabbale Eros X-PGP: 0xC71405A2 cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/61092: sysutils/grub: warning about unsupported UFS2. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jan 2004 21:22:32 -0000 Le Jeu 8 jan 04 à 22:00:41 +0100, Joe Marcus Clarke écrivait : > > It would be better to make this a pkg-message so users installing from > package would benefit from it as well. OK, this is simple, since a pkg-message is already displayed. So, just apply the following patch: --- grub.diff begins here --- --- sysutils/grub/pkg-message Thu Jan 8 22:16:23 2004 +++ sysutils/grub.orig/pkg-message Wed Aug 2 10:30:07 2000 @@ -4,6 +4,4 @@ To do this, or to use it with a floppy disk, you will need to read the info page using 'info grub'. - -Warning! GRUB does not (yet) support UFS2. ########################################################### --- grub.diff ends here --- Regards, -- Th. Thomas.