Your message dated Mon, 14 Feb 2005 21:17:06 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#295321: fixed in rng-tools 2-unofficial-mt.8-5
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; 15 Feb 2005 00:39:56 +0000
>From [EMAIL PROTECTED] Mon Feb 14 16:39:56 2005
Return-path: <[EMAIL PROTECTED]>
Received: from acolyte.scowler.net [216.254.112.45] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1D0qku-0008Tc-00; Mon, 14 Feb 2005 16:39:56 -0800
Received: by acolyte.scowler.net (Postfix, from userid 1000)
        id 9DE247004A; Mon, 14 Feb 2005 19:39:55 -0500 (EST)
Date: Mon, 14 Feb 2005 19:39:55 -0500
From: Clint Adams <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: typo and non-posix scoping in /etc/init.d/rng-tools
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Reportbug-Version: 3.2
User-Agent: Mutt/1.5.6+20040907i
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: rng-tools
Version: 2-unofficial-mt.8-4
Tags: patch

Setting up rng-tools (2-unofficial-mt.8-4) ...
Installing new version of config file /etc/init.d/rng-tools ...
Starting Hardware RNG entropy gatherer daemon: /etc/init.d/rng-tools:
line 32: [: missing `]'
/etc/init.d/rng-tools: line 32: [: missing `]'
rngd.

--- /tmp/rng-tools      2005-02-14 19:31:46.000000000 -0500
+++ /etc/init.d/rng-tools       2005-02-14 19:38:33.000000000 -0500
@@ -25,14 +25,14 @@
 finddevice () {
        [ -c "${HWRNGDEVICE}" ] && return 0
        for i in ${DEVICELIST} ; do
-               [ -c "/dev/$i" ] && {
+               if [ -c "/dev/$i" ]; then
                        HRNGDEVICE="/dev/$i"
                        return 0
-               }
-               [ -c "/dev/misc/$i"] && {
+               fi
+               if [ -c "/dev/misc/$i" ]; then
                        HRNGDEVICE="/dev/misc/$i"
                        return 0
-               }
+               fi
        done
 
        echo "(Hardware RNG device inode not found)"

---------------------------------------
Received: (at 295321-close) by bugs.debian.org; 15 Feb 2005 02:23:01 +0000
>From [EMAIL PROTECTED] Mon Feb 14 18:23:01 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 1D0sMf-0004Xg-00; Mon, 14 Feb 2005 18:23:01 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1D0sGw-0002iA-00; Mon, 14 Feb 2005 21:17:06 -0500
From: Henrique de Moraes Holschuh <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#295321: fixed in rng-tools 2-unofficial-mt.8-5
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 14 Feb 2005 21:17:06 -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: rng-tools
Source-Version: 2-unofficial-mt.8-5

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

rng-tools_2-unofficial-mt.8-5.diff.gz
  to pool/main/r/rng-tools/rng-tools_2-unofficial-mt.8-5.diff.gz
rng-tools_2-unofficial-mt.8-5.dsc
  to pool/main/r/rng-tools/rng-tools_2-unofficial-mt.8-5.dsc
rng-tools_2-unofficial-mt.8-5_i386.deb
  to pool/main/r/rng-tools/rng-tools_2-unofficial-mt.8-5_i386.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.
Henrique de Moraes Holschuh <[EMAIL PROTECTED]> (supplier of updated rng-tools 
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: Mon, 14 Feb 2005 23:58:37 -0200
Source: rng-tools
Binary: rng-tools
Architecture: source i386
Version: 2-unofficial-mt.8-5
Distribution: unstable
Urgency: high
Maintainer: Henrique de Moraes Holschuh <[EMAIL PROTECTED]>
Changed-By: Henrique de Moraes Holschuh <[EMAIL PROTECTED]>
Description: 
 rng-tools  - Daemon to use a Hardware TRNG
Closes: 295321
Changes: 
 rng-tools (2-unofficial-mt.8-5) unstable; urgency=high
 .
   * Fix initscript, thanks to Clint Adams <[EMAIL PROTECTED]>
     (closes: #295321)
   * Urgency high to get this simple fix into testing ASAP
Files: 
 f70957d9ea095280d174652454fd3eab 613 utils optional 
rng-tools_2-unofficial-mt.8-5.dsc
 3cf64f142aea64de0948153c7841d354 13338 utils optional 
rng-tools_2-unofficial-mt.8-5.diff.gz
 2d5b25d118044ca9fd9a412d8e539f5c 39108 utils optional 
rng-tools_2-unofficial-mt.8-5_i386.deb

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

iD8DBQFCEVd67iXePxzbD+MRAstsAKCK6cpN0X4gPDf4KHRvbT85SQ5NggCdEtDO
tEQCN3tkJ7hzBrygOZi9ZgI=
=tKWq
-----END PGP SIGNATURE-----


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

Reply via email to