Your message dated Sat, 12 May 2012 14:15:25 +0000
with message-id <[email protected]>
and subject line Bug#649515: fixed in smartmontools 5.42+svn3539-1
has caused the Debian Bug report #649515,
regarding /etc/smartmontools/run.d/10mail has broken check for /usr/bin/mail
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
649515: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=649515
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: smartmontools
Version: 5.41+svn3365-1

The file /etc/smartmontools/run.d/10mail contains the following line:

[ -x /usr/bin/mail ] || (echo "[...]" ; exit 0)

The "exit 0" is inside a subshell, so it will only exit that subshell.
As a result, the whole script will still continue, and still attempot to
run /usr/bin/mail even if it doesn't exist. Not a real problem, I think,
but in that case one might as well omit the check line. A better
solution would be using curly braces instead of the parentheses:

[ -x /usr/bin/mail ] || { echo "[...]" ; exit 1; }

Should work well enough.

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: smartmontools
Source-Version: 5.42+svn3539-1

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

smartmontools_5.42+svn3539-1.debian.tar.gz
  to main/s/smartmontools/smartmontools_5.42+svn3539-1.debian.tar.gz
smartmontools_5.42+svn3539-1.dsc
  to main/s/smartmontools/smartmontools_5.42+svn3539-1.dsc
smartmontools_5.42+svn3539-1_i386.deb
  to main/s/smartmontools/smartmontools_5.42+svn3539-1_i386.deb
smartmontools_5.42+svn3539.orig.tar.gz
  to main/s/smartmontools/smartmontools_5.42+svn3539.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.
Giuseppe Iuculano <[email protected]> (supplier of updated smartmontools 
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.8
Date: Sat, 12 May 2012 13:02:49 +0200
Source: smartmontools
Binary: smartmontools
Architecture: source i386
Version: 5.42+svn3539-1
Distribution: unstable
Urgency: low
Maintainer: Giuseppe Iuculano <[email protected]>
Changed-By: Giuseppe Iuculano <[email protected]>
Description: 
 smartmontools - control and monitor storage systems using S.M.A.R.T.
Closes: 608953 631075 649515 668391
Changes: 
 smartmontools (5.42+svn3539-1) unstable; urgency=low
 .
   * [e165493] Imported Upstream version 5.42+svn3539
     (Closes: #668391, #608953)
   * [9fcd449] Refreshed patches
   * [65c801f] Do not install upstream init (Closes: #631075)
   * [9a19418] Fixed check for /usr/bin/mail.
     Thanks to Martin von Gagern (Closes: #649515)
Checksums-Sha1: 
 834cd59ee97c7cf3c5727a1e6676dbe205fc0a8b 1611 smartmontools_5.42+svn3539-1.dsc
 0231affe4a002b8848523c10c1f3e7c11b715efb 666905 
smartmontools_5.42+svn3539.orig.tar.gz
 27af39f6ded33cca089a8a685edcac852bdaffa9 38522 
smartmontools_5.42+svn3539-1.debian.tar.gz
 833fc20180926521fc86a53cb1983a35e8715eac 590980 
smartmontools_5.42+svn3539-1_i386.deb
Checksums-Sha256: 
 1d3514ad1e15db462e537b19bc6cc743290cf7b0395518be180c7798e82e6314 1611 
smartmontools_5.42+svn3539-1.dsc
 d1164d2f6b1146ef017d679d2888c4b42a0e51c3597735ddf9cb55f5fb1a51c0 666905 
smartmontools_5.42+svn3539.orig.tar.gz
 727b8683c8d05b8602bb63cb7b9ce21055f946b48675927ba7acf1f573e37272 38522 
smartmontools_5.42+svn3539-1.debian.tar.gz
 51ab6d24300c9d3a06f61a8020f325698c5c9eb651b98f1badb7c0650a4edc18 590980 
smartmontools_5.42+svn3539-1_i386.deb
Files: 
 59b2d48f94bc18a401181739184db03f 1611 utils optional 
smartmontools_5.42+svn3539-1.dsc
 cc2b27265699230992d927deb360a103 666905 utils optional 
smartmontools_5.42+svn3539.orig.tar.gz
 e750544a29d3c2da514238cb99a7deee 38522 utils optional 
smartmontools_5.42+svn3539-1.debian.tar.gz
 3def5da7807c80bef0e744e9f7e5daf7 590980 utils optional 
smartmontools_5.42+svn3539-1_i386.deb

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

iEYEARECAAYFAk+uROkACgkQNxpp46476aoCGQCaAzh5jXhmd9B4xNTW+WyAkaPv
ad8An3IVMqvmKkzwzvhNl+GEfyAJ/n5B
=Gt3W
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to