Bug#260811: marked as done (a couple of syntax errors in /sbin/update-grub)

Debian Bug Tracking System owner@bugs.debian.org
Fri, 23 Jul 2004 07:48:09 -0700


Your message dated Fri, 23 Jul 2004 16:36:29 +0200
with message-id <20040723143629.GA23713@pooh>
and subject line fixed in 0.95+cvs20040624-6
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 22 Jul 2004 10:26:40 +0000
>From fpiris@portsdebalears.com Thu Jul 22 03:26:40 2004
Return-path: <fpiris@portsdebalears.com>
Received: from palma.portsdebalears.com (cochise.portsdebalears.com) [195.53.243.35] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1Bnamd-0007IL-00; Thu, 22 Jul 2004 03:26:39 -0700
Received: from jabato.portsdebalears.com (jabato.portsdebalears.com [10.1.1.202])
	by cochise.portsdebalears.com (Postfix) with ESMTP
	id 216BEB598; Thu, 22 Jul 2004 12:26:04 +0200 (CEST)
Received: from localhost (localhost [127.0.0.1])
	by jabato.portsdebalears.com (Postfix) with ESMTP
	id 9A13F36894; Thu, 22 Jul 2004 12:26:03 +0200 (CEST)
Received: from jabato.portsdebalears.com ([127.0.0.1])
	by localhost (jabato [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id 23566-01; Thu, 22 Jul 2004 12:26:02 +0200 (CEST)
Received: from fpirisp.portsdebalears.com (fpirisp.portsdebalears.com [10.1.2.5])
	by jabato.portsdebalears.com (Postfix) with ESMTP
	id 3B51F36893; Thu, 22 Jul 2004 12:26:02 +0200 (CEST)
Received: by fpirisp.portsdebalears.com (Postfix, from userid 1000)
	id E6FF6E1; Thu, 22 Jul 2004 12:26:01 +0200 (CEST)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Kiko Piris <menorqui@pirispons.net>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: a couple of syntax errors in /sbin/update-grub
X-Mailer: reportbug 2.63
Date: Thu, 22 Jul 2004 12:26:01 +0200
Message-Id: <20040722102601.E6FF6E1@fpirisp.portsdebalears.com>
X-Virus-Scanned: by amavisd-new (Debian) at jabato.portsdebalears.com
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: grub
Version: 0.95+cvs20040624-5
Severity: important
Tags: patch

There are a couple of syntax errors in /sbin/update-grub, following is a
trivial patch to fix them:

---8<---
--- /sbin/update-grub_0.95+cvs20040624-5	2004-07-21 01:12:00.000000000 +0200
+++ /sbin/update-grub	2004-07-22 12:18:59.000000000 +0200
@@ -202,10 +202,10 @@ convert () {
 # (hd0,0) if anything goes wrong
 convert_default () {
 	local tmp
-	if tmp=$(convert $1 2&gt;/dev/null) ; then
+	if tmp=$(convert $1 2>/dev/null) ; then
 		echo $tmp
 	else
-		echo &quot;(hd0,0)&quot;
+		echo "(hd0,0)"
 	fi
 }
 
--->8---

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.7
Locale: LANG=es_ES.ISO-8859-15, LC_CTYPE=es_ES.ISO-8859-15 (ignored: LC_ALL set to es_ES@euro)

Versions of packages grub depends on:
ii  libc6                       2.3.2.ds1-13 GNU C Library: Shared libraries an
ii  libncurses5                 5.4-4        Shared libraries for terminal hand

-- no debconf information

---------------------------------------
Received: (at 260811-done) by bugs.debian.org; 23 Jul 2004 14:37:19 +0000
>From gcs@lsc.hu Fri Jul 23 07:37:19 2004
Return-path: <gcs@lsc.hu>
Received: from pooh.lsc.hu [195.56.172.131] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1Bo1Al-0002YK-00; Fri, 23 Jul 2004 07:37:19 -0700
Received: by pooh.lsc.hu (Postfix, from userid 1004)
	id F1A3C1D498; Fri, 23 Jul 2004 16:36:29 +0200 (CEST)
Date: Fri, 23 Jul 2004 16:36:29 +0200
From: Laszlo 'GCS' Boszormenyi <gcs-guest@users.alioth.debian.org>
To: 260811-done@bugs.debian.org
Subject: fixed in 0.95+cvs20040624-6
Message-ID: <20040723143629.GA23713@pooh>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.4i
X-Whitelist: OK
Delivered-To: 260811-done@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
	version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Robert just forgot to close these bugs.