Your message dated 13 Apr 2001 19:35:44 -0400
with message-id <[EMAIL PROTECTED]>
and subject line bugs closed as of boot-floppies 2.3.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.)

Darren Benham
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 4 Apr 2001 19:35:01 +0000
>From [EMAIL PROTECTED] Wed Apr 04 14:35:01 2001
Return-path: <[EMAIL PROTECTED]>
Received: from svfulraptor1.beckman.com [134.217.237.30] 
        by master.debian.org with smtp (Exim 3.12 1 (Debian))
        id 14kt3V-0001WC-00; Wed, 04 Apr 2001 14:35:01 -0500
Received: from dhcp46.dse.beckman.com by svfulraptor1.beckman.com
          via smtpd (for master.debian.org [216.234.231.5]) with SMTP; 4 Apr 2001 
19:43:04 UT
Received: from kraai by catalonia with local (Exim 3.12 #1 (Debian))
        id 14kWZl-0000Qb-00
        for <[EMAIL PROTECTED]>; Tue, 03 Apr 2001 12:34:49 -0700
Date: Tue, 3 Apr 2001 12:34:49 -0700
From: Matt Kraai <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: [dbootstrap] net-fetch log message improvements
Message-ID: <20010403123449.B238@catalonia>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
Sender: Matt Kraai <kraai@catalonia>
X-BadReturnPath: kraai@catalonia rewritten as [EMAIL PROTECTED]
  using "From" header
Delivered-To: [EMAIL PROTECTED]

Package: boot-floppies
Version: N/A
Severity: minor

When fetching files from the network, the messages output to the
logfile are confusing.  Before downloading each file, it states:

retrieving %s from %s

After downloading, but before installing, it logs

sucessfully installed %s

It prints no message after installing the file.  The following
patch makes it log

successfully retrieved %s

after downloading,

installing %s

before installing, and

successfully installed %s

after installation.

Matt

--- net-fetch.c.orig    Tue Apr  3 12:29:10 2001
+++ net-fetch.c Tue Apr  3 12:30:21 2001
@@ -574,7 +574,7 @@
       return 1;
     }
 
-    INFOMSG("sucessfully installed %s", filename);
+    INFOMSG("successfully retrieved %s", filename);
   }
 
   /*
@@ -586,10 +586,14 @@
 
     snprintf(filename, sizeof filename - 1, "/tmp/%s", files_to_fetch[i].local);
 
+    INFOMSG("installing %s", filename);
+
     if (files_to_fetch[i].install_fn(filename) != 0) {
       vaproblemBox(_("Problem"), _("Installation of the file '%s' failed."), 
filename);
       return 1;
     }
+
+    INFOMSG("successfully installed %s", filename);
   }
 
   return 0;

---------------------------------------
Received: (at 92907-done) by bugs.debian.org; 13 Apr 2001 23:35:27 +0000
>From [EMAIL PROTECTED] Fri Apr 13 18:35:27 2001
Return-path: <[EMAIL PROTECTED]>
Received: from arroz.onshored.com [216.220.101.2] (postfix)
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 14oD65-0006YA-00; Fri, 13 Apr 2001 18:35:26 -0500
Received: from arroz.fake (localhost [127.0.0.1])
        by arroz.onshored.com (Postfix) with ESMTP
        id 9D3E993802; Fri, 13 Apr 2001 19:35:44 -0400 (EDT)
Sender: [EMAIL PROTECTED]
To: [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED]
Subject: bugs closed as of boot-floppies 2.3.1
From: Adam Di Carlo <[EMAIL PROTECTED]>
Date: 13 Apr 2001 19:35:44 -0400
Message-ID: <[EMAIL PROTECTED]>
Lines: 24
User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Delivered-To: [EMAIL PROTECTED]


Thank you very much for your bug report.  We believe the issue you
reported is solved as of boot-floppies 2.3.1.  That is the woody
version of boot-floppies, which is available in the archive, or, some
SPARC and i386, at
<URL:http://people.debian.org/~aph/debian/dists/woody/main/>.

If you feel your bug is still outstanding, please let us know or
reopen your bug -- see <http://www.debian.org/Bugs/> for instructions
how to do that.

We are not longer working on Potato boot-floppies, except for critical
issues.  If you feel that your bug hasn't been fixed as of
boot-floppies 2.2.22 (the latest Potato version), then you we need to
reopen your bug and put the 'potato' tag on it.  Please be sparing --
the more we are distracted with Potato issues, the less effort we are
able to put into Woody boot-floppies.

Again, thanks for your report.  Bug reports are a significant
contribution to Debian. We apologize that it probably took so long to
fix the issue you reported.

-- 
.....Adam Di [EMAIL PROTECTED]<URL:http://www.onshored.com/>


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

Reply via email to