Your message dated Fri, 14 Jan 2005 10:07:49 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#290223: fixed in rcconf 1.12
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; 13 Jan 2005 00:47:09 +0000
>From [EMAIL PROTECTED] Wed Jan 12 16:47:08 2005
Return-path: <[EMAIL PROTECTED]>
Received: from deschacht.student.utwente.nl [130.89.164.208] (Debian-exim)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Cot8m-00061U-00; Wed, 12 Jan 2005 16:47:08 -0800
Received: from aspen.fathom.backend ([192.168.1.2] ident=olaf)
by deschacht.student.utwente.nl with esmtp (Exim 4.34)
id 1Cot8k-0002N5-W8; Thu, 13 Jan 2005 01:47:07 +0100
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Olaf Conradi <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: rcconf: uninitialized values
Bcc: Olaf Conradi <[EMAIL PROTECTED]>
X-Mailer: reportbug 3.5
Date: Thu, 13 Jan 2005 01:47:06 +0100
Message-ID: <[EMAIL PROTECTED]>
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-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Package: rcconf
Version: 1.11
Severity: minor
Showing the help page produces two warnings:
# rcconf --help
Usage:
rcconf [options]
Options:
--help Print out a usage message.
--dialog Use dialog command to display menu
--whiptail Use whiptail command to display menu
--now
For each service that had the links changed, call the corresponding
/etc/init.d/service-name script using invoke-rc.d, so the package
starts or stops immediately. If you do not use this option, the
changes will only take effect the next time you reboot (or change
runlevel).
--verbose Output verbose messages.
Use of uninitialized value in unlink at /usr/bin/rcconf line 1005.
Use of uninitialized value in -f at /usr/bin/rcconf line 157.
Cheers,
-Olaf
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (900, 'unstable'), (102, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.8aspen
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)
Versions of packages rcconf depends on:
ii perl 5.8.4-5 Larry Wall's Practical Extraction
ii perl-modules 5.8.4-5 Core Perl modules
ii sysv-rc 2.86.ds1-1 Standard boot mechanism using syml
ii whiptail [whiptail-provider] 0.51.6-20 Displays user-friendly dialog boxe
-- no debconf information
---------------------------------------
Received: (at 290223-close) by bugs.debian.org; 14 Jan 2005 15:08:38 +0000
>From [EMAIL PROTECTED] Fri Jan 14 07:08:38 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CpT42-0007Q1-00; Fri, 14 Jan 2005 07:08:38 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1CpT3F-0003YZ-00; Fri, 14 Jan 2005 10:07:49 -0500
From: Atsushi KAMOSHIDA <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#290223: fixed in rcconf 1.12
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Fri, 14 Jan 2005 10:07:49 -0500
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-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-Spam-Level:
Source: rcconf
Source-Version: 1.12
We believe that the bug you reported is fixed in the latest version of
rcconf, which is due to be installed in the Debian FTP archive:
rcconf_1.12.dsc
to pool/main/r/rcconf/rcconf_1.12.dsc
rcconf_1.12.tar.gz
to pool/main/r/rcconf/rcconf_1.12.tar.gz
rcconf_1.12_all.deb
to pool/main/r/rcconf/rcconf_1.12_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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Atsushi KAMOSHIDA <[EMAIL PROTECTED]> (supplier of updated rcconf 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: Fri, 14 Jan 2005 22:49:28 +0900
Source: rcconf
Binary: rcconf
Architecture: source all
Version: 1.12
Distribution: unstable
Urgency: low
Maintainer: Atsushi KAMOSHIDA <[EMAIL PROTECTED]>
Changed-By: Atsushi KAMOSHIDA <[EMAIL PROTECTED]>
Description:
rcconf - Debian Runlevel configuration tool
Closes: 290223
Changes:
rcconf (1.12) unstable; urgency=low
.
* Initialize each variable before they are used.(Closes: #290223)
Some variables are used in END block, but END block is called before
their initialization if the option --help is stated.
Files:
6e2f55ff2ef00378d4c4cb8c6d4eb551 483 admin optional rcconf_1.12.dsc
8b0b0d6390200df500db939e63db8175 10701 admin optional rcconf_1.12.tar.gz
04ca4de26f8462a85bd11b01ccf7b4d5 17460 admin optional rcconf_1.12_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
iD8DBQFB59OaYxU8kEKVVoIRAitnAJ9iQHJD9LpA38pnDfFHFC3UZ7RRGwCfVaFW
RW9LDCKawNV+Lmv4KJf463U=
=7e66
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]