Your message dated Tue, 29 Jan 2008 22:02:06 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#411886: fixed in monit 1:4.10.1-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: monit
Version: 1:4.8.1-2.1
Severity: minor
Tags: patch


The '-e' option to echo isn't susv3 ( POSIX ) compliant
[ http://www.opengroup.org/onlinepubs/009695399/utilities/echo.html ].

As you can see below, my /bin/sh is linked to /bin/dash.

$ head -n1 /etc/init.d/monit
#!/bin/sh

$ sudo /etc/init.d/monit start
Starting daemon monitor: -e monit won't be started/stopped
        unless it it's configured
        -e      please configure monit and then edit /etc/default/monit
        -e      and set the "startup" variable to 1 in order to allow
        -e      monit to start

While this is a violation of a 'must' clause of Debian Policy ( ยง10.4 ),
the impact is almost null, so a minor severity seems more than adequate
to me ( especially during freeze time ).

Please, change the she-bang line to '#!/bin/bash' or apply the attached
patch ( or a similar one ).


Thanks,
Gian Piero.

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-7-king-4
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)

Versions of packages monit depends on:
ii  libc6                       2.3.6.ds1-11 GNU C Library: Shared libraries
ii  libssl0.9.8                 0.9.8c-4     SSL shared libraries

monit recommends no packages.

-- no debconf information
--- /etc/init.d/monit.orig      2006-11-13 13:55:37.000000000 +0100
+++ /etc/init.d/monit   2007-02-21 16:42:44.000000000 +0100
@@ -23,12 +23,12 @@
 ARGS="-d $CHECK_INTERVALS -c $CONFIG -s /var/lib/monit/monit.state"
 
 monit_not_configured () {
-    echo -e "monit won't be started/stopped\n\tunless it it's configured"
+    printf "%b\n" "monit won't be started/stopped\n\tunless it it's configured"
     if [ "$1" != "stop" ]
         then
-        echo -e "\tplease configure monit and then edit /etc/default/monit"
-        echo -e "\tand set the \"startup\" variable to 1 in order to allow "
-        echo -e "\tmonit to start"
+        printf "%b\n" "\tplease configure monit and then edit 
/etc/default/monit"
+        printf "%b\n" "\tand set the \"startup\" variable to 1 in order to 
allow "
+        printf "%b\n" "\tmonit to start"
     fi
     exit 0
 }

--- End Message ---
--- Begin Message ---
Source: monit
Source-Version: 1:4.10.1-1

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

monit_4.10.1-1.diff.gz
  to pool/main/m/monit/monit_4.10.1-1.diff.gz
monit_4.10.1-1.dsc
  to pool/main/m/monit/monit_4.10.1-1.dsc
monit_4.10.1-1_i386.deb
  to pool/main/m/monit/monit_4.10.1-1_i386.deb
monit_4.10.1.orig.tar.gz
  to pool/main/m/monit/monit_4.10.1.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.
Stefan Alfredsson <[EMAIL PROTECTED]> (supplier of updated monit 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: Tue, 29 Jan 2008 21:36:33 +0100
Source: monit
Binary: monit
Architecture: source i386
Version: 1:4.10.1-1
Distribution: unstable
Urgency: low
Maintainer: Stefan Alfredsson <[EMAIL PROTECTED]>
Changed-By: Stefan Alfredsson <[EMAIL PROTECTED]>
Description: 
 monit      - A utility for monitoring and managing daemons or similar programs
Closes: 364844 399027 411886 433164 453248 460299
Changes: 
 monit (1:4.10.1-1) unstable; urgency=low
 .
   * New upstream release (Closes: #453248)
   * Upstream has fixed pid testing since v4.8 (Closes: #364844)
   * Event queue segfault problem patched by upstream (Closes: #399027)
   * HTTP segfault patched by upstream (Closes: #433164)
   * Added LSB formatted dependency to init-script (Closes: #460299)
   * Removed bashism echo -e in init-script (Closes: #411886)
Files: 
 4fceb0a3476161403c4f05bbd09609f4 618 admin optional monit_4.10.1-1.dsc
 d3143b0bbd79b53f1b019d2fc1dae656 606273 admin optional monit_4.10.1.orig.tar.gz
 ad2120e2a7e8e11fca74d8fae5c2e7f3 67373 admin optional monit_4.10.1-1.diff.gz
 da795902fe9b2fa4f6c27b958db4560e 257414 admin optional monit_4.10.1-1_i386.deb

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

iD8DBQFHn6IR7WvuLRx04LcRAuCVAKCzOBNZX6acnizIP01oD/QvWDT5lACg4ql5
E6V2EZZqMKBl9eenKRm5Va8=
=cU0n
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to