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

Bug#244300: marked as done (base-config: Unquoted variable in apt-setup)



Your message dated Mon, 19 Apr 2004 00:02:02 -0400
with message-id <E1BFPys-0005wB-00@newraff.debian.org>
and subject line Bug#244300: fixed in base-config 2.19
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; 17 Apr 2004 20:28:22 +0000
>From jurij@wooyd.org Sat Apr 17 13:28:22 2004
Return-path: <jurij@wooyd.org>
Received: from ns2.dnsjunction.com (cuba.globat.com) [216.193.201.5] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BEwQH-00035x-00; Sat, 17 Apr 2004 13:28:21 -0700
Received: from stmaarten.globat.com (stmaarten.inside.globat.com [10.1.1.23])
	by cuba.globat.com (8.12.9p2/8.12.9) with SMTP id i3HKRpJh021842
	for <submit@bugs.debian.org>; Sat, 17 Apr 2004 13:27:51 -0700 (PDT)
	(envelope-from jurij@wooyd.org)
Message-Id: <[🔎] 200404172027.i3HKRpJh021842@cuba.globat.com>
Received: (qmail 97473 invoked from network); 17 Apr 2004 20:27:51 -0000
Received: from d141-170-139.home.cgocable.net (HELO ?127.0.0.1?) (24.141.170.139)
  by stmaarten.globat.com with SMTP; 17 Apr 2004 20:27:51 -0000
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Jurij Smakov <jurij@wooyd.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: base-config: Unquoted variable in apt-setup
X-Mailer: reportbug 2.56
Date: Sat, 17 Apr 2004 16:33:34 -0400
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=-6.3 required=4.0 tests=BAYES_00,HAS_PACKAGE,
	MSGID_FROM_MTA_HEADER autolearn=no 
	version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 1

Package: base-config
Version: 2.18
Severity: minor

Hi,

The following code snippet around line 326 of /usr/sbin/apt-setup

                   if [ -n $COUNTRY ]; then
                     db_set apt-setup/country $COUNTRY
                   fi

produces an error like

/usr/sbin/apt-setup: line 326: [: United: binary operator expected

if the COUNTRY variable contains more than one word. It probably needs 
to be quoted to be treated like a single argument in such a case. It 
seems like this problem does not affect the db_set statement, i.e. the
complete name of the country is put into the debconf database.

Best regards,

Jurij Smakov                                        jurij@wooyd.org
Key: http://www.wooyd.org/pgpkey/                   KeyID: C99E03CC

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: sparc
Kernel: Linux 2.4.24-sparc32
Locale: LANG=C, LC_CTYPE=C

Versions of packages base-config depends on:
ii  adduser                 3.52             Add and remove users and groups
ii  apt                     0.5.24           Advanced front-end for dpkg
ii  aptitude                0.2.14.1-2       curses-based apt frontend
ii  bsdutils                1:2.12-6         Basic utilities from 4.4BSD-Lite
ii  console-data            2002.12.04dbs-37 Keymaps, fonts, charset maps, fall
ii  console-tools           1:0.2.3dbs-50    Linux console and font utilities
ii  debconf                 1.4.22           Debian configuration management sy
ii  debianutils             2.8.1            Miscellaneous utilities specific t
ii  gettext-base            0.14.1-2         GNU Internationalization utilities
ii  passwd                  1:4.0.3-26       Change and administer password and

-- debconf information excluded

---------------------------------------
Received: (at 244300-close) by bugs.debian.org; 19 Apr 2004 04:08:20 +0000
>From katie@ftp-master.debian.org Sun Apr 18 21:08:20 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 1BFQ4y-00084j-00; Sun, 18 Apr 2004 21:08:20 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1BFPys-0005wB-00; Mon, 19 Apr 2004 00:02:02 -0400
From: Joey Hess <joeyh@debian.org>
To: 244300-close@bugs.debian.org
X-Katie: $Revision: 1.47 $
Subject: Bug#244300: fixed in base-config 2.19
Message-Id: <E1BFPys-0005wB-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Mon, 19 Apr 2004 00:02:02 -0400
Delivered-To: 244300-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=-5.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 1

Source: base-config
Source-Version: 2.19

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.19.dsc
  to pool/main/b/base-config/base-config_2.19.dsc
base-config_2.19.tar.gz
  to pool/main/b/base-config/base-config_2.19.tar.gz
base-config_2.19_all.deb
  to pool/main/b/base-config/base-config_2.19_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 244300@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: Sun, 18 Apr 2004 23:12:30 -0400
Source: base-config
Binary: base-config
Architecture: source all
Version: 2.19
Distribution: unstable
Urgency: high
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: 244300
Changes: 
 base-config (2.19) unstable; urgency=high
 .
   * Eugeniy Meshcheryakov
     - Use console-cyrillic for KOI8-U if possible.
   * Joey Hess
     - Quote a variable in apt-setup. Closes: #244300
     - Shut up adduser calls.
     - Clear screen before displaying available file update message.
     - Inflated urgency to make beta4.
Files: 
 b2c16d29f0b7222e92984d2a351a566b 638 base optional base-config_2.19.dsc
 de87c205d1144a9b1802b6ee4e62d962 355814 base optional base-config_2.19.tar.gz
 67f52e4417fb492c946de7abe24db76a 284262 base optional base-config_2.19_all.deb

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

iD8DBQFAg0f22tp5zXiKP0wRArwPAJ9W2A2f/KPJPotX3lA9gxNoXgmr+gCgu9rL
PuoXXcNfAoqlOlY4wqZh5w4=
=mHVz
-----END PGP SIGNATURE-----



Reply to: