[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#256078: marked as done (base-config: logic inverted in debconf-seed)



Your message dated Wed, 30 Jun 2004 14:02:02 -0400
with message-id <E1BfjPG-00023c-00@newraff.debian.org>
and subject line Bug#256078: fixed in base-config 2.33
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; 24 Jun 2004 21:32:03 +0000
>From martin@walnut.methody.org Thu Jun 24 14:32:03 2004
Return-path: <martin@walnut.methody.org>
Received: from public2-cosh5-6-cust60933.cosh.broadband.ntl.com (eames.methody.org) [80.4.152.5] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BdbpD-0008Ep-00; Thu, 24 Jun 2004 14:32:03 -0700
Received: from henry.methody.org (henry.methody.org [::ffff:10.10.10.13])
  by eames.methody.org with esmtp; Thu, 24 Jun 2004 22:31:23 +0100
Received: from l4545 by henry.methody.org with local (Exim 3.36 #1 (Debian))
	id 1Bdbo7-0002Fb-00; Thu, 24 Jun 2004 22:30:55 +0100
Date: Thu, 24 Jun 2004 22:30:55 +0100
From: Martin Orr <martin@walnut.methody.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: base-config: logic inverted in debconf-seed
Message-ID: <[🔎] 20040624213055.GA8647@dummy.henry.methody.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
X-Reportbug-Version: 2.62
User-Agent: Mutt/1.5.6+20040523i
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: base-config
Version: 2.31
Severity: normal
Tages: patch

In the debconf-seed menu script, the logic to test for an invalid seed file
is reversed:
--- lib/menu/debconf-seed       2004-06-24 22:12:44.000000000 +0100
+++ ../../base-config-2.31.mcb/lib/menu/debconf-seed    2004-06-24
13:02:53.000000000 +0100
@@ -11,8 +11,8 @@
 
 for file in $SEEDDIR/*; do
 if debconf-set-selections -c $file ; then
-       echo "error: Unparsable debconf values in file '$file'."
-    else
        debconf-set-selections $file
+    else
+       echo "error: Unparsable debconf values in file '$file'."
     fi
 done

In addition, the script is not executable.

-- 
Martin Orr
Linux Administrator,
Methodist College Belfast

---------------------------------------
Received: (at 256078-close) by bugs.debian.org; 30 Jun 2004 18:08:08 +0000
>From katie@ftp-master.debian.org Wed Jun 30 11:08:08 2004
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BfjVA-0008FW-00; Wed, 30 Jun 2004 11:08:08 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1BfjPG-00023c-00; Wed, 30 Jun 2004 14:02:02 -0400
From: Joey Hess <joeyh@debian.org>
To: 256078-close@bugs.debian.org
X-Katie: $Revision: 1.51 $
Subject: Bug#256078: fixed in base-config 2.33
Message-Id: <E1BfjPG-00023c-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Wed, 30 Jun 2004 14:02:02 -0400
Delivered-To: 256078-close@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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Source: base-config
Source-Version: 2.33

We believe that the bug you reported is fixed in the latest version of
base-config, which is due to be installed in the Debian FTP archive:

base-config_2.33.dsc
  to pool/main/b/base-config/base-config_2.33.dsc
base-config_2.33.tar.gz
  to pool/main/b/base-config/base-config_2.33.tar.gz
base-config_2.33_all.deb
  to pool/main/b/base-config/base-config_2.33_all.deb



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 256078@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joey Hess <joeyh@debian.org> (supplier of updated base-config 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 ftpmaster@debian.org)


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

Format: 1.7
Date: Wed, 30 Jun 2004 13:41:29 -0400
Source: base-config
Binary: base-config
Architecture: source all
Version: 2.33
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Joey Hess <joeyh@debian.org>
Description: 
 base-config - Debian base system configurator
Closes: 256078 256511 256530 256766
Changes: 
 base-config (2.33) unstable; urgency=medium
 .
   * Joey Hess
     - Correct inverted logic in debconf-seed. Closes: #256078
       Thanks, Martin Orr
     - Patch from David Weinehall to make base-config's shell fully POSIX.
       Closes: #256530
   * Recai Oktas
     - Fix the revisited line drawing problem with the kernel 2.6 which
       deserves a high urgency. Closes: #256766
   * Translations:
     - Eugeniy Meshcheryakov
       - Updated Ukrainian debconf translation
     - KÄ?stutis BiliÅ«nas
       - Updated Lithuanian debconf translation
     - Verok Istvan
       - Updated Hungarian (program and debconf). Closes: #256511
Files: 
 e77a72a35cab6c2e75073cc7786f1868 715 base optional base-config_2.33.dsc
 a3f3e319bd906ea79c53b34bd92d4bd3 372134 base optional base-config_2.33.tar.gz
 1a0679ae612dd9601811bbb413f78d8e 290222 base optional base-config_2.33_all.deb

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

iD8DBQFA4v4O2tp5zXiKP0wRAg4GAJ9iH5BJRp+kH65NIiT8nB71JG+5fwCeNnqm
DwNDfvVsPTYBnkqj8AZRCFo=
=etEy
-----END PGP SIGNATURE-----



Reply to: