Your message dated Mon, 14 Nov 2005 15:32:05 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#335359: fixed in cryptsetup 20050111-4
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; 23 Oct 2005 12:54:16 +0000
>From [EMAIL PROTECTED] Sun Oct 23 05:54:16 2005
Return-path: <[EMAIL PROTECTED]>
Received: from pat.uio.no [129.240.130.16] (7411)
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1ETfMe-0006uu-00; Sun, 23 Oct 2005 05:54:16 -0700
Received: from mail-mx4.uio.no ([129.240.10.45])
        by pat.uio.no with esmtp (Exim 4.43)
        id 1ETfMZ-0005Jy-Gq
        for [EMAIL PROTECTED]; Sun, 23 Oct 2005 14:54:11 +0200
Received: from saruman.uio.no ([129.240.201.202])
        by mail-mx4.uio.no with esmtp (Exim 4.43)
        id 1ETfMV-0003gg-VP; Sun, 23 Oct 2005 14:54:07 +0200
Received: from pre by saruman.uio.no with local (Exim 4.44)
        id 1ETfMV-0005On-G0; Sun, 23 Oct 2005 14:54:07 +0200
To: [EMAIL PROTECTED]
Subject: cryptsetup: Please add LSB formatted dependency info in init.d script
From: Petter Reinholdtsen <[EMAIL PROTECTED]>
Message-Id: <[EMAIL PROTECTED]>
Sender: Petter Reinholdtsen <[EMAIL PROTECTED]>
Date: Sun, 23 Oct 2005 14:54:07 +0200
X-UiO-Spam-info: not spam, SpamAssassin (score=-4.296, required 12,
        autolearn=disabled, AWL 0.70, UIO_MAIL_IS_INTERNAL -5.00)
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-Level: 
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


Package:  cryptsetup
Version:  20050111-3
Severity: wishlist

To be able to check boot script order, and also to be able to start
boot scripts in parallel, it is important to know the dependencies of
the various boot scripts.  The Linux Software Base specifies a init.d
header file format useful for this purpose, and adding such header to
the init.d scripts would make it possible for me to use this
information to check the current sequence and speed up the debian
boot.

<URL:http://refspecs.freestandards.org/LSB_2.1.0/LSB-generic/LSB-generic/initscrcomconv.html>
documents the LSB header format.  Some debian notes are available from
<URL:http://wiki.debian.org/?LSBInitScripts>.

Here is a proposed dependency header to document the dependencies of
cryptdisks.  It is slightly tested using the insserv package and the
new parallell booting support in sysvinit.

### BEGIN INIT INFO
# Provides:          cryptdisks
# Required-Start:    checkroot
# Required-Stop:     umountroot
# Should-Start:      udev devfsd raid2 mdadm lvm
# Should-Stop:
# Default-Start:     S
# Default-Stop:      0 6
### END INIT INFO

---------------------------------------
Received: (at 335359-close) by bugs.debian.org; 14 Nov 2005 23:42:35 +0000
>From [EMAIL PROTECTED] Mon Nov 14 15:42:35 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
        id 1Ebnnx-0002fM-79; Mon, 14 Nov 2005 15:32:05 -0800
From: Jonas Meurer <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#335359: fixed in cryptsetup 20050111-4
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 14 Nov 2005 15:32:05 -0800
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-Level: 
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-CrossAssassin-Score: 2

Source: cryptsetup
Source-Version: 20050111-4

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

cryptsetup_20050111-4.diff.gz
  to pool/main/c/cryptsetup/cryptsetup_20050111-4.diff.gz
cryptsetup_20050111-4.dsc
  to pool/main/c/cryptsetup/cryptsetup_20050111-4.dsc
cryptsetup_20050111-4_i386.deb
  to pool/main/c/cryptsetup/cryptsetup_20050111-4_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.
Jonas Meurer <[EMAIL PROTECTED]> (supplier of updated cryptsetup 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 Nov 2005 23:24:43 +0100
Source: cryptsetup
Binary: cryptsetup
Architecture: source i386
Version: 20050111-4
Distribution: unstable
Urgency: low
Maintainer: Debian Cryptsetup Team <[EMAIL PROTECTED]>
Changed-By: Jonas Meurer <[EMAIL PROTECTED]>
Description: 
 cryptsetup - configures encrypted block devices
Closes: 298944 303484 306021 310295 330370 334485 334490 335359 335604
Changes: 
 cryptsetup (20050111-4) unstable; urgency=low
 .
   * Change Maintainer field to the Debian Cryptsetup Team, add wesley and
     myself to Uploaders
   * Bump standards-version to 3.6.2.1, no changes needed
   * Document that -d option disables hashing (closes: #335604, #298944)
     Thanks to Bastian Kleineidam <[EMAIL PROTECTED]> for the patch
   * Document -r and --readonly options in the manpage (closes: #306021)
   * Split documentation of --help and --usage in manpage
   * Remove /etc/keys and /etc/crypttab on purge (closes: #330370)
   * Update README.html (closes: #334485)
   * Document how to prevent a watermark attack weakness in CryptoRoot.HowTo
     (closes: #334490)
   * Document shortness of /dev/random in CryptoSwap.HowTo (closes: #310295)
   * Fix the first line of usbcrypto.initrd, fixes half of #324353
   * Set permissions for /tmp in cryptdisks script (closes: #303484)
     Thanks to Stefan Reuter <[EMAIL PROTECTED]> for the patch
   * Added LSB initscript headers to cryptdisks script (closes: #335359)
   * renamed cryptsetup.{preinst,postinst,postrm} to preinst, postinst and
     postrm
   * Fix use of update-rc.d in postinst, cryptdisks should be stopped at
     runlevel 0 and 6, and be started at runlevel S. Instead it has been
     started in all tree runlevels up to now.
Files: 
 a39fe7c2609060864ea40b70d624b461 838 admin optional cryptsetup_20050111-4.dsc
 b2f2b2cd6646936297328db2f8ccd255 23269 admin optional 
cryptsetup_20050111-4.diff.gz
 ade422c32985301050f5cfece49ee791 196972 admin optional 
cryptsetup_20050111-4_i386.deb

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

iD8DBQFDeRn4d6lUs+JfIQIRAnHXAJ9XcytK7UrbwYDTU+us6DSATjY6wgCcCtI2
cf7gO0lzbtKMfAXekmUeWAo=
=FcJr
-----END PGP SIGNATURE-----


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

Reply via email to