Your message dated Sat, 12 Nov 2005 20:59:24 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Cleaning up
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; 25 Jul 2005 23:11:13 +0000
>From [EMAIL PROTECTED] Mon Jul 25 16:11:13 2005
Return-path: <[EMAIL PROTECTED]>
Received: from farad.aurel32.net [82.232.2.251] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1DxC6L-0000GF-00; Mon, 25 Jul 2005 16:11:13 -0700
Received: from hertz.aurel32.net ([2001:618:400:fc13:2e0:18ff:fea3:b80f])
        by farad.aurel32.net with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32)
        (Exim 4.50)
        id 1DxC6K-0001KF-D0; Tue, 26 Jul 2005 01:11:12 +0200
Received: from aurel32 by hertz.aurel32.net with local (Exim 4.52)
        id 1DxC6L-000EAJ-Vj; Tue, 26 Jul 2005 01:11:13 +0200
Content-Type: multipart/mixed; boundary="===============1154093653=="
MIME-Version: 1.0
From: Aurelien Jarno <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: Please change the os name from KFreeBSD to kFreeBSD
X-Mailer: reportbug 3.15
Date: Tue, 26 Jul 2005 01:11:13 +0200
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.8 required=4.0 tests=BAYES_00,FROM_ENDS_IN_NUMS,
        HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02

This is a multi-part MIME message sent by reportbug.

--===============1154093653==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: coreutils
Version: 5.2.1-2
Severity: minor
Tags: patch

Hi,

Sorry to bother you with so minor things, but currently uname returns
GNU/KFreeBSD instead of GNU/kFreeBSD (the k should be lower-case) as 
the system name. 

Please find attached a patch to fix that. It would be nice if you could
include it in the next upload. Also could you please forward it to
upstream?

Thanks for your cooperation,
Aurelien


-- System Information:
Debian Release: testing/unstable
Architecture: kfreebsd-i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: GNU/kFreeBSD 5.3-17
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages coreutils depends on:
ii  libc0.1                    2.3-1+kbsd.10 GNU C Library: Shared libraries an

coreutils recommends no packages.

-- no debconf information

--===============1154093653==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="coreutils_5.2.1-2.kbsd.patch"

--- coreutils-5.2.1.orig/debian/patches/22_kbsd_name.diff
+++ coreutils-5.2.1/debian/patches/22_kbsd_name.diff
@@ -0,0 +1,28 @@
+diff -Nur coreutils-5.2.1.orig/configure coreutils-5.2.1/configure
+--- coreutils-5.2.1.orig/configure     2004-03-11 09:58:11.000000000 +0100
++++ coreutils-5.2.1/configure  2005-07-26 00:42:37.000000000 +0200
+@@ -8333,8 +8333,8 @@
+        nonstopux*)    os='NonStop-UX';;
+        netbsd*-gnu*)  os='GNU/NetBSD';; # NetBSD kernel+libc, GNU userland
+        netbsd*)               os='NetBSD';;
+-       knetbsd*-gnu)  os='GNU/KNetBSD';; # NetBSD kernel, GNU libc+userland
+-       kfreebsd*-gnu) os='GNU/KFreeBSD';; # FreeBSD kernel, GNU libc+userland
++       knetbsd*-gnu)  os='GNU/kNetBSD';; # NetBSD kernel, GNU libc+userland
++       kfreebsd*-gnu) os='GNU/kFreeBSD';; # FreeBSD kernel, GNU libc+userland
+        msdosdjgpp*)   os='DJGPP';;
+        mpeix*)                os='MPE/iX';;
+        mint*)         os='MiNT';;
+diff -Nur coreutils-5.2.1.orig/m4/host-os.m4 coreutils-5.2.1/m4/host-os.m4
+--- coreutils-5.2.1.orig/m4/host-os.m4 2003-11-03 16:37:44.000000000 +0100
++++ coreutils-5.2.1/m4/host-os.m4      2005-07-26 00:42:27.000000000 +0200
+@@ -32,8 +32,8 @@
+        nonstopux*)    os='NonStop-UX';;
+        netbsd*-gnu*)  os='GNU/NetBSD';; # NetBSD kernel+libc, GNU userland
+        netbsd*)               os='NetBSD';;
+-       knetbsd*-gnu)  os='GNU/KNetBSD';; # NetBSD kernel, GNU libc+userland
+-       kfreebsd*-gnu) os='GNU/KFreeBSD';; # FreeBSD kernel, GNU libc+userland
++       knetbsd*-gnu)  os='GNU/kNetBSD';; # NetBSD kernel, GNU libc+userland
++       kfreebsd*-gnu) os='GNU/kFreeBSD';; # FreeBSD kernel, GNU libc+userland
+        msdosdjgpp*)   os='DJGPP';;
+        mpeix*)                os='MPE/iX';;
+        mint*)         os='MiNT';;

--===============1154093653==--

---------------------------------------
Received: (at 319960-done) by bugs.debian.org; 13 Nov 2005 01:59:27 +0000
>From [EMAIL PROTECTED] Sat Nov 12 17:59:27 2005
Return-path: <[EMAIL PROTECTED]>
Received: from vms048pub.verizon.net ([206.46.252.48])
        by spohr.debian.org with esmtp (Exim 4.50)
        id 1Eb79T-0003V8-Ca; Sat, 12 Nov 2005 17:59:27 -0800
Received: from osgiliath.mathom.us ([70.108.64.202])
 by vms048.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep
 9 2005)) with ESMTPA id <[EMAIL PROTECTED]>; Sat,
 12 Nov 2005 19:59:26 -0600 (CST)
Received: from localhost (localhost [127.0.0.1])
        by osgiliath.mathom.us (Postfix) with ESMTP id A57CF606646; Sat,
 12 Nov 2005 20:59:25 -0500 (EST)
Received: from osgiliath.mathom.us ([127.0.0.1])
        by localhost (osgiliath [127.0.0.1]) (amavisd-new, port 10024)
        with LMTP id 08378-03; Sat, 12 Nov 2005 20:59:25 -0500 (EST)
Received: by osgiliath.mathom.us (Postfix, from userid 1000)
        id 4649B6001D6; Sat, 12 Nov 2005 20:59:25 -0500 (EST)
Date: Sat, 12 Nov 2005 20:59:24 -0500
From: Michael Stone <[EMAIL PROTECTED]>
Subject: Cleaning up
To: [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED]
Message-id: <[EMAIL PROTECTED]>
MIME-version: 1.0
Content-type: text/plain; charset=us-ascii; format=flowed
Content-disposition: inline
X-Pgp-Fingerprint: 53 FF 38 00 E7 DD 0A 9C  84 52 84 C5 EE DF 7C 88
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at mathom.us
User-Agent: Mutt/1.5.11
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
        version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 8

Version: 5.93-1

Many bugs were fixed upstream in coreutils 5.93; the bug associated with
this message was one of them.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to