From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1MqzSI-00005k-7j for mharc-grub-devel@gnu.org; Thu, 24 Sep 2009 21:18:38 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MqzSG-00005N-8w for grub-devel@gnu.org; Thu, 24 Sep 2009 21:18:36 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MqzSB-00004z-Sk for grub-devel@gnu.org; Thu, 24 Sep 2009 21:18:35 -0400 Received: from [199.232.76.173] (port=44799 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MqzSB-00004w-M4 for grub-devel@gnu.org; Thu, 24 Sep 2009 21:18:31 -0400 Received: from smtp110.biz.mail.mud.yahoo.com ([68.142.201.179]:25619) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MqzSB-0000mg-Ba for grub-devel@gnu.org; Thu, 24 Sep 2009 21:18:31 -0400 Received: (qmail 59723 invoked from network); 25 Sep 2009 01:18:30 -0000 Received: from unknown (HELO ?10.1.1.18?) (bjones@207.47.5.30 with plain) by smtp110.biz.mail.mud.yahoo.com with SMTP; 25 Sep 2009 01:18:30 -0000 X-Yahoo-SMTP: Bbwys1KswBD3337FUnZiIE55gVQORST4nEbCfAIFkrWpYxc- X-YMail-OSG: 2tSgUP0VM1kgD_MX4Iim1HzmyfDGY6QQFR9aI_NhW2Y0GcEBzow.cvgcsp6ET3UHXV_NZ5ErWVQeZLPki1B4a57Aj4wSlWr.8DBdz0NWns1XzsG84ZP_tkYMMUR4Qv1JvSIF5kkl_5I6wfhjuF1f_T5gNE4sB1Z0sQQssCAd13TSg5SnCWwYsF.lumA6sEFyHGMuhRGJ.7Vt1BKzKFARPHFrz1Phy4S85YsB4OinoPwklUS4zKnvWn1LhCgw1iuUd_9X_EPMI0R.so2PcPseNHfso7aORC1DkF9HIw3FqorbiyJUoZJ_C9r.ERtS0cMOhA-- X-Yahoo-Newman-Property: ymail-3 Message-ID: <4ABC1A64.5060802@castlejones.net> Date: Thu, 24 Sep 2009 18:18:28 -0700 From: "Brian R. Jones" Organization: dis User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: The development of GRUB 2 References: <875790.2323.qm@web112116.mail.gq1.yahoo.com> <4AB9C1D1.9040004@gmail.com> <20090924120921.GE4558@thorin> <4ABBB3EC.9050505@castlejones.net> <20090924201833.GA16343@thorin> In-Reply-To: <20090924201833.GA16343@thorin> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) Subject: Re: grub-install for FreeBSD X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2009 01:18:37 -0000 Robert Millan wrote: > On Thu, Sep 24, 2009 at 11:01:16AM -0700, Brian R. Jones wrote: >> Not sure if Felix's patch covers it, but there is also a problem with the >> 'sed' syntax in 10_freebsd and 30_os-prober. It turns out that freebsd >> 'sed' is quite retarded (at least in 7.2) and doesn't know that '\t' is >> supposed to be tab. Replacing 'sed' with 'gsed' or 'perl -p' fixes this >> issue. > > Would you like to write a patch that makes autoconf check for a working > option? > I could give it a shot, as long as you accept that I don't have the slightest clue as to what I'm doing. -- --Brian