Your message dated Sun, 23 Oct 2005 08:02:06 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#287526: fixed in microcode.ctl 1.12-1
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; 28 Dec 2004 15:54:37 +0000
>From [EMAIL PROTECTED] Tue Dec 28 07:54:37 2004
Return-path: <[EMAIL PROTECTED]>
Received: from mx02.qsc.de [213.148.130.14] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CjJgD-0007XW-00; Tue, 28 Dec 2004 07:54:37 -0800
Received: from port-212-202-71-46.dynamic.qsc.de ([212.202.71.46] 
helo=treasure.calvinsplayground.de)
        by mx02.qsc.de with smtp (Exim 3.35 #1)
        id 1CjJfi-00024p-00
        for [EMAIL PROTECTED]; Tue, 28 Dec 2004 16:54:06 +0100
Received: (qmail 17578 invoked by uid 1000); 28 Dec 2004 15:54:06 -0000
Message-ID: <[EMAIL PROTECTED]>
Content-Type: multipart/mixed; boundary="===============0681098916=="
MIME-Version: 1.0
From: Bastian Kleineidam <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: microcode.ctl: Check for Debian system first
X-Mailer: reportbug 3.5
Date: Tue, 28 Dec 2004 16:54:06 +0100
Delivered-To: [EMAIL PROTECTED]
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: 

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

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

Package: microcode.ctl
Version: 1.11-1
Severity: wishlist
Tags: patch

Hi,

I'd like for the init.d script to check first for a Debian installation
before checking for other Linux distros.
This is needed since I have a file "/etc/redhat-release" on my Debian
system. Why? Because you need this if you want to install Oracle 10g
(see here for the Oracle install doc:
http://www.togaware.com/linux/survivor/Preparing_Installation.shtml)

And to put the Debian check first is also a sane thing on a Debian
package :)

Regards,
  Bastian
-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (900, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-bk1-treasure1
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages microcode.ctl depends on:
ii  libc6                       2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  makedev                     2.3.1-75     Creates device files in /dev
ii  module-init-tools           3.1-rel-2    tools for managing Linux kernel mo
ii  modutils                    2.4.26-1.2   Linux module utilities

--===============0681098916==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="microcode.ctl.diff"

--- microcode.ctl.orig  2004-12-28 16:42:49.000000000 +0100
+++ microcode.ctl       2004-12-28 16:43:02.000000000 +0100
@@ -34,7 +34,12 @@
 
 # Sort out sourcing in the distribution specific library functions
 # and the command to run them.
-if [ -f /etc/redhat-release ]; then
+if [ -f /etc/debian_version ]; then
+       . /etc/default/rcS
+       if [ "$VERBOSE" != "no" ] ; then
+               END=debian_end
+       fi
+elif [ -f /etc/redhat-release ]; then
        . /etc/rc.d/init.d/functions
        START=daemon
        END=
@@ -43,11 +48,6 @@
        END="rc_status -v"
        . /etc/rc.config
        . /etc/rc.status
-elif [ -f /etc/debian_version ]; then
-       . /etc/default/rcS
-       if [ "$VERBOSE" != "no" ] ; then
-               END=debian_end
-       fi
 elif [ -f /etc/slackware-version ]; then
        . /etc/rc.d/rc.sysvinit
        if [ "$VERBOSE" != "no" ]; then

--===============0681098916==--

---------------------------------------
Received: (at 287526-close) by bugs.debian.org; 23 Oct 2005 15:08:05 +0000
>From [EMAIL PROTECTED] Sun Oct 23 08:08:05 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1EThMM-0006wd-00; Sun, 23 Oct 2005 08:02:06 -0700
From: Giacomo Catenazzi <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#287526: fixed in microcode.ctl 1.12-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 23 Oct 2005 08:02:06 -0700
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.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 2

Source: microcode.ctl
Source-Version: 1.12-1

We believe that the bug you reported is fixed in the latest version of
microcode.ctl, which is due to be installed in the Debian FTP archive:

microcode.ctl_1.12-1.diff.gz
  to pool/contrib/m/microcode.ctl/microcode.ctl_1.12-1.diff.gz
microcode.ctl_1.12-1.dsc
  to pool/contrib/m/microcode.ctl/microcode.ctl_1.12-1.dsc
microcode.ctl_1.12-1_i386.deb
  to pool/contrib/m/microcode.ctl/microcode.ctl_1.12-1_i386.deb
microcode.ctl_1.12.orig.tar.gz
  to pool/contrib/m/microcode.ctl/microcode.ctl_1.12.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Giacomo Catenazzi <[EMAIL PROTECTED]> (supplier of updated microcode.ctl 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun, 23 Oct 2005 16:32:44 +0200
Source: microcode.ctl
Binary: microcode.ctl
Architecture: source i386
Version: 1.12-1
Distribution: unstable
Urgency: low
Maintainer: Giacomo Catenazzi <[EMAIL PROTECTED]>
Changed-By: Giacomo Catenazzi <[EMAIL PROTECTED]>
Description: 
 microcode.ctl - Intel IA32/IA64 CPU Microcode Utility
Closes: 287526 330849
Changes: 
 microcode.ctl (1.12-1) unstable; urgency=low
 .
   * New upstream release: (closes: #330849)
       microcode: 29Aug2005
       no other code changes
   * In init.d script: assume debian always! (closes: #287526)
   * Build also on i64
Files: 
 9514418811e2834f0b3d45f508a825f0 585 contrib/utils optional 
microcode.ctl_1.12-1.dsc
 de2b88c5115ebc858f9e635b03988205 8079 contrib/utils optional 
microcode.ctl_1.12.orig.tar.gz
 062531ae8d85100a4e4890276ebba5c1 10256 contrib/utils optional 
microcode.ctl_1.12-1.diff.gz
 18a538ac5b8740621361f859bfaa39d1 17304 contrib/utils optional 
microcode.ctl_1.12-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDW6HY+ZNUJLHfmlcRAlV7AJ9VCWaDRttldz6pRgW51jJnV5JgqACfWYTz
JyAx7yPCa07pt+e/rmlY1nA=
=SbCM
-----END PGP SIGNATURE-----


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

Reply via email to