Your message dated Fri, 17 Mar 2006 08:48:42 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#337081: fixed in multipath-tools 0.4.7-1 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: multipath-tools Severity: serious Justification: Policy 10.4 Tags: patch ${1:0:3} is a bashism. Here's one way around that. --- /tmp/multipath.sh 2005-11-02 06:53:18.000000000 -0500 +++ /etc/udev/scripts/multipath.sh 2005-11-02 06:53:11.000000000 -0500 @@ -4,11 +4,12 @@ exit fi -if [ "${1:0:3}" = "dm-" ] ; then - dev=$(</sys${DEVPATH}/dev) - map=$(/sbin/devmap_name $dev) - /sbin/kpartx -v -a /dev/$map -else - /sbin/multipath -v0 /dev/$1 -fi +case "$1" in + (dm-*) + dev=$(</sys${DEVPATH}/dev) + map=$(/sbin/devmap_name $dev) + /sbin/kpartx -v -a /dev/$map + (*) + /sbin/multipath -v0 /dev/$1 +esac
--- End Message ---
--- Begin Message ---Source: multipath-tools Source-Version: 0.4.7-1 We believe that the bug you reported is fixed in the latest version of multipath-tools, which is due to be installed in the Debian FTP archive: multipath-tools_0.4.7-1.diff.gz to pool/main/m/multipath-tools/multipath-tools_0.4.7-1.diff.gz multipath-tools_0.4.7-1.dsc to pool/main/m/multipath-tools/multipath-tools_0.4.7-1.dsc multipath-tools_0.4.7-1_i386.deb to pool/main/m/multipath-tools/multipath-tools_0.4.7-1_i386.deb multipath-tools_0.4.7.orig.tar.gz to pool/main/m/multipath-tools/multipath-tools_0.4.7.orig.tar.gz 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. Bastian Blank <[EMAIL PROTECTED]> (supplier of updated multipath-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: Fri, 17 Mar 2006 17:23:03 +0100 Source: multipath-tools Binary: multipath-tools Architecture: source i386 Version: 0.4.7-1 Distribution: unstable Urgency: low Maintainer: Debian LVM Team <[EMAIL PROTECTED]> Changed-By: Bastian Blank <[EMAIL PROTECTED]> Description: multipath-tools - Command-line utilities for administering multipath disk access Closes: 337081 355775 Changes: multipath-tools (0.4.7-1) unstable; urgency=low . * New upstream version. - Build against libsysfs2. (closes: #355775) * Acknowledge NMU. (closes: #337081) Files: 0c35de85c1d392e106accf4ebd211364 787 admin extra multipath-tools_0.4.7-1.dsc b14f35444f6fee34b6be49a79ebe9439 179914 admin extra multipath-tools_0.4.7.orig.tar.gz 4c5562e45ec0abd7f0c65ffa802e3057 4149 admin extra multipath-tools_0.4.7-1.diff.gz d78ec560a792bb1b24726e0b3de83f6e 145972 admin extra multipath-tools_0.4.7-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iEYEARECAAYFAkQa44IACgkQLkAIIn9ODhGtYQCfSM4goz1DG+rF8iqUC0KzWA6l PqsAnjBa+jtnBtMHckhcGAzRgfLdTKb0 =yLLB -----END PGP SIGNATURE-----
--- End Message ---

