Bug#260946: marked as done (/sbin/update-grub: line 1: gt: command not found)
Debian Bug Tracking System
owner@bugs.debian.org
Fri, 23 Jul 2004 07:48:10 -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 22:07:47 +0000
>From srivasta@golden-gryphon.com Thu Jul 22 15:07:47 2004
Return-path: <srivasta@golden-gryphon.com>
Received: from host-12-107-230-171.dtccom.net (glaurung.internal.golden-gryphon.com) [12.107.230.171]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Bnlj9-0006iG-00; Thu, 22 Jul 2004 15:07:47 -0700
Received: from glaurung.internal.golden-gryphon.com (srivasta@localhost [127.0.0.1])
by glaurung.internal.golden-gryphon.com (8.12.11/8.12.11/Debian-5) with ESMTP id i6MM6AfW014220;
Thu, 22 Jul 2004 17:06:10 -0500
Received: (from srivasta@localhost)
by glaurung.internal.golden-gryphon.com (8.12.11/8.12.11/Debian-5) id i6MM6AIG014219;
Thu, 22 Jul 2004 17:06:10 -0500
Message-Id: <200407222206.i6MM6AIG014219@glaurung.internal.golden-gryphon.com>
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Manoj Srivastava <srivasta@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: /sbin/update-grub: line 1: gt: command not found
Reply-To: Manoj Srivastava <srivasta@debian.org>
X-Mailer: reportbug 2.63
Date: Thu, 22 Jul 2004 17:06:10 -0500
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
/sbin/update-grub: line 1: gt: command not found
/sbin/update-grub: line 208: quot: command not found
The patch is simple:
--- /sbin/update-grub 2004-07-20 18:12:00.000000000 -0500
+++ /tmp/update-grub 2004-07-22 17:04:07.000000000 -0500
@@ -202,10 +202,10 @@
# (hd0,0) if anything goes wrong
convert_default () {
local tmp
- if tmp=$(convert $1 2>/dev/null) ; then
+ if tmp=$(convert $1 2>&/dev/null) ; then
echo $tmp
else
- echo "(hd0,0)"
+ echo "(hd0,0)";
fi
}
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.7-2
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (ignored: LC_ALL set to en_US.UTF-8)
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.