From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Mqu1y-0006xv-Mi for mharc-grub-devel@gnu.org; Thu, 24 Sep 2009 15:31:06 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mqu1x-0006xb-ME for grub-devel@gnu.org; Thu, 24 Sep 2009 15:31:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mqu1t-0006vr-AW for grub-devel@gnu.org; Thu, 24 Sep 2009 15:31:05 -0400 Received: from [199.232.76.173] (port=44376 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mqu1t-0006vn-2D for grub-devel@gnu.org; Thu, 24 Sep 2009 15:31:01 -0400 Received: from smtp105.biz.mail.mud.yahoo.com ([68.142.200.253]:26034) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Mqu1s-0004XF-Hu for grub-devel@gnu.org; Thu, 24 Sep 2009 15:31:00 -0400 Received: (qmail 39719 invoked from network); 24 Sep 2009 19:30:59 -0000 Received: from unknown (HELO ?10.1.1.18?) (bjones@207.47.5.30 with plain) by smtp105.biz.mail.mud.yahoo.com with SMTP; 24 Sep 2009 19:30:59 -0000 X-Yahoo-SMTP: Bbwys1KswBD3337FUnZiIE55gVQORST4nEbCfAIFkrWpYxc- X-YMail-OSG: 7NnosZIVM1lALqRaPkBz5twjiO6Mxa6NACYZecaJZMolY75NMaJ8cYQdFc6.E67P0eCGFv9iCfpi4eTLelXyeiw5jk_SmquePaFuXug2jDauucq7CB.3PyubJA1uSzfcZEhCICONWOFVs9tlKR3KjKFXZlmcCB6jQOCN9WjPy_MpYH0jorH5f8D90geRvHakygdXBOknZf5NoJXqR4tNIarNdIzoaSeFkepi6GA6mzPRnOmA3KrqKKnJGpChRTpWUzXGRuOtw11ieRJVjWsxIS.I87qe6vJYMaPz50tLTmiqZjPab6QuW_NsKODSvvG93Q-- X-Yahoo-Newman-Property: ymail-3 Message-ID: <4ABBC8F1.4070608@castlejones.net> Date: Thu, 24 Sep 2009 12:30:57 -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> <20090924185325.GL13423@riva.ucam.org> In-Reply-To: <20090924185325.GL13423@riva.ucam.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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: Thu, 24 Sep 2009 19:31:05 -0000 Colin Watson 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. > > Does putting a hard tab in the source file fix this? It's not pretty, > but we could do that. > Yeah, hard tab works. But you're right, it's ugly. -- --Brian