[BusyBox] bug#1268: marked as done (busybox dpkg prerm typo)

BusyBox.net bug Tracking System owner at busybox.net
Mon Sep 16 00:46:34 UTC 2002


Your message dated Mon, 16 Sep 2002 00:27:25 -0600
with message-id <20020916062725.GA4953 at dillweed.codepoet.org>
and subject line [BusyBox] bug#1268: busybox dpkg prerm typo
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.)

Erik Andersen
(administrator, BusyBox.net bugs database)

--------------------------------------
Received: (at submit) by bugs.busybox.net; 5 Sep 2002 18:34:33 +0000
>From msmith at cbnco.com  Thu Sep  5 12:34:33 2002
Received: by winder.codepoet.org (Postfix, from userid 104)
	id 129941579E1; Thu,  5 Sep 2002 12:34:32 -0600 (MDT)
Received: from cbnsitar.cbnco.com (unknown [207.164.182.16])
	by winder.codepoet.org (Postfix) with ESMTP id 113F31575D0
	for <submit at bugs.busybox.net>; Thu,  5 Sep 2002 12:34:26 -0600 (MDT)
Received: (from root at localhost)
	by cbnsitar.cbnco.com (8.11.6/8.11.3/SuSE Linux 8.11.1-0.5) id g85IYNm07090
	for submit at bugs.busybox.net; Thu, 5 Sep 2002 14:34:23 -0400
Received: from msmith.ott.cti.com (porcupine.wann.com [207.164.182.104])
	by cbnsitar.cbnco.com (8.11.6/8.11.3/SuSE Linux 8.11.1-0.5) with ESMTP id g85IYLt07081
	for <submit at bugs.busybox.net>; Thu, 5 Sep 2002 14:34:21 -0400
Date: Thu, 5 Sep 2002 14:33:34 -0400 (EDT)
From: Michael Smith <msmith at cbnco.com>
X-X-Sender: michael at juice.ott.ctd.com
To: submit at bugs.busybox.net
Subject: busybox dpkg prerm typo
Message-ID: <Pine.LNX.4.44.0209051432450.3769-100000 at juice.ott.ctd.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Scanned-By: MIMEDefang 2.15 (www dot roaringpenguin dot com slash mimedefang)
X-Virus-Scanned: by AMaViS 0.3.12pre6
X-Spam-Status: No, hits=-5.0 required=5.0
	tests=UNIFIED_PATCH
	version=2.31
X-Spam-Level: 

Package: busybox
Version: 0.60.3
Severity: low


I noticed this by accident:

--- dpkg.c      22 May 2002 14:46:10 -0000      1.1.1.1
+++ dpkg.c      5 Sep 2002 18:29:07 -0000
@@ -1141,7 +1141,7 @@
        printf("Removing %s ...\n", package_name);

        /* run prerm script */
-       return_value = run_package_script(package_name, "prem");
+       return_value = run_package_script(package_name, "prerm");
        if (return_value == -1) {
                error_msg_and_die("script failed, prerm failure");
        }


---------------------------------------
Received: (at 1268-done) by bugs.busybox.net; 16 Sep 2002 06:27:36 +0000
>From andersen at dillweed.codepoet.org  Mon Sep 16 00:27:36 2002
Received: by winder.codepoet.org (Postfix, from userid 104)
	id 9A95215790E; Mon, 16 Sep 2002 00:27:35 -0600 (MDT)
Received: from dillweed.codepoet.org (dillweed.codepoet.org [10.10.10.2])
	by winder.codepoet.org (Postfix) with ESMTP
	id 8B606157903; Mon, 16 Sep 2002 00:27:31 -0600 (MDT)
Received: by dillweed.codepoet.org (Postfix, from userid 1000)
	id B8E4B1780F1; Mon, 16 Sep 2002 00:27:25 -0600 (MDT)
Date: Mon, 16 Sep 2002 00:27:25 -0600
From: Erik Andersen <andersen at codepoet.org>
To: Michael Smith <msmith at cbnco.com>, 1268-done at bugs.busybox.net
Subject: Re: [BusyBox] bug#1268: busybox dpkg prerm typo
Message-ID: <20020916062725.GA4953 at dillweed.codepoet.org>
Reply-To: andersen at codepoet.org
References: <Pine.LNX.4.44.0209051432450.3769-100000 at juice.ott.ctd.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <Pine.LNX.4.44.0209051432450.3769-100000 at juice.ott.ctd.com>
User-Agent: Mutt/1.4i
X-Operating-System: Linux 2.4.20-pre7-erik, Rebel-NetWinder(Intel StrongARM 110 rev 3), 185.95 BogoMips
X-No-Junk-Mail: I do not want to get *any* junk mail.
X-Spam-Status: No, hits=-3.4 required=5.0
	tests=IN_REP_TO
	version=2.31
X-Spam-Level: 

On Thu Sep 05, 2002 at 02:33:34PM -0400, Michael Smith wrote:
> Package: busybox
> Version: 0.60.3
> Severity: low
> 
> 
> I noticed this by accident:
> 
> --- dpkg.c      22 May 2002 14:46:10 -0000      1.1.1.1
> +++ dpkg.c      5 Sep 2002 18:29:07 -0000
> @@ -1141,7 +1141,7 @@
>         printf("Removing %s ...\n", package_name);
> 
>         /* run prerm script */
> -       return_value = run_package_script(package_name, "prem");
> +       return_value = run_package_script(package_name, "prerm");

Thanks, applied.

 -Erik

--
Erik B. Andersen             http://codepoet-consulting.com/



More information about the busybox mailing list