Your message dated Fri, 01 Sep 2006 20:32:14 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#385157: fixed in cryptmount 1.1-2 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)
--- Begin Message ---Package: cryptmount Version: 1.1-1 Severity: serious Tags: patch Justification: Policy 10.4 /etc/init.d/cryptmount: 16: source: not found /etc/init.d/cryptmount: 19: Syntax error: "(" unexpected Please use POSIX shell (s/source/./; s/^function //;) or specify /bin/bash as interpreter. A patch to fix the init script is attached; but I didn't check the other scripts for similar problems. Maybe you could make the init-script LSB compliant, too. Btw, do you have a hint for me on how to have nautilus/pmount ask for the luks passphrase with a graphical prompt? -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/dash Kernel: Linux 2.6.17.7 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8) Versions of packages cryptmount depends on: ii libc6 2.3.6.ds1-4 GNU C Library: Shared libraries ii libdevmapper1.02 [libdevmapp 2:1.02.08-1 The Linux Kernel Device Mapper use ii libssl0.9.8 0.9.8b-2 SSL shared libraries ii openssl 0.9.8b-2 Secure Socket Layer (SSL) binary a Versions of packages cryptmount recommends: ii dmsetup 2:1.02.08-1 The Linux Kernel Device Mapper use -- no debconf information--- /tmp/cryptmount 2006-08-29 15:17:51.000000000 +0200 +++ /etc/init.d/cryptmount 2006-08-29 15:18:21.000000000 +0200 @@ -12,11 +12,11 @@ test -x "${CM_EXE}" || exit 0 if [ -f /etc/default/cryptmount ]; then - source /etc/default/cryptmount + . /etc/default/cryptmount fi -function configured() { +configured() { # check if any of the targets needed at boot has been configured: for target in ${CM_BOOTDV} ${CM_BOOTFS} ${CM_BOOTSW}; do if [ -b "${DMPATH}/${target}" ]; then @@ -28,7 +28,7 @@ } -function dodevices() { +dodevices() { case "$1" in start) test -z "${CM_BOOTDV}" || ${CM_EXE} --prepare ${CM_BOOTDV} ;; @@ -38,7 +38,7 @@ } -function doswaps() { +doswaps() { case "$1" in start) test -z "${CM_BOOTSW}" || ${CM_EXE} --swapon ${CM_BOOTSW} ;; @@ -48,7 +48,7 @@ } -function dofilesys() { +dofilesys() { case "$1" in start) test -z "${CM_BOOTFS}" || ${CM_EXE} --mount ${CM_BOOTFS} ;; @@ -58,7 +58,7 @@ } -function doALL() { +doALL() { case "$1" in start) dodevices start
--- End Message ---
--- Begin Message ---Source: cryptmount Source-Version: 1.1-2 We believe that the bug you reported is fixed in the latest version of cryptmount, which is due to be installed in the Debian FTP archive: cryptmount_1.1-2.diff.gz to pool/main/c/cryptmount/cryptmount_1.1-2.diff.gz cryptmount_1.1-2.dsc to pool/main/c/cryptmount/cryptmount_1.1-2.dsc cryptmount_1.1-2_i386.deb to pool/main/c/cryptmount/cryptmount_1.1-2_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. RW Penney <[EMAIL PROTECTED]> (supplier of updated cryptmount 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: Thu, 31 Aug 2006 19:00:00 +0000 Source: cryptmount Binary: cryptmount Architecture: source i386 Version: 1.1-2 Distribution: unstable Urgency: low Maintainer: RW Penney <[EMAIL PROTECTED]> Changed-By: RW Penney <[EMAIL PROTECTED]> Description: cryptmount - Management and user-mode mounting of encrypted file systems Closes: 385157 Changes: cryptmount (1.1-2) unstable; urgency=low . * Added Erich Schubert's patch for init-script to improve POSIX compliance closes: bug#385157 . * Added basic LSB headers to init-script Files: 0dd319dba9281081d0dab182bb1ecbb9 633 admin extra cryptmount_1.1-2.dsc f225183f12e6f194af92e1c360003a18 17846 admin extra cryptmount_1.1-2.diff.gz 0d256ab70b6d33fbe9be1f91b545ec30 44068 admin extra cryptmount_1.1-2_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFE+PbOMDatjqUaT90RAvYzAJ9XMgiRDBR5MK02b3c/1YZX2cRboQCfSx/c AFnrAc75VO2o08L9ZmeVAx4= =18R2 -----END PGP SIGNATURE-----
--- End Message ---

