Bug#331299: marked as done (exim4: bashisms in init script)

Debian Bug Tracking System owner at bugs.debian.org
Tue Oct 4 10:48:12 UTC 2005


Your message dated Tue, 04 Oct 2005 03:32:07 -0700
with message-id <E1EMk5f-0007DA-00 at spohr.debian.org>
and subject line Bug#331299: fixed in exim4 4.54-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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 2 Oct 2005 21:31:21 +0000
>From justinpryzby at users.sourceforge.net Sun Oct 02 14:31:21 2005
Return-path: <justinpryzby at users.sourceforge.net>
Received: from ms-smtp-02.nyroc.rr.com [24.24.2.56] 
	by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
	id 1EMBQW-00041U-00; Sun, 02 Oct 2005 14:31:21 -0700
Received: from andromeda (cpe-69-202-136-66.twcny.res.rr.com [69.202.136.66])
	by ms-smtp-02.nyroc.rr.com (8.12.10/8.12.10) with ESMTP id j92LVIDK024968
	for <submit at bugs.debian.org>; Sun, 2 Oct 2005 17:31:18 -0400 (EDT)
Received: from pryzbyj by andromeda with local (Exim 4.52)
	id 1EMBQT-0001Jc-Me
	for submit at bugs.debian.org; Sun, 02 Oct 2005 17:31:17 -0400
Date: Sun, 2 Oct 2005 17:31:17 -0400
To: Debian BTS Submission <submit at bugs.debian.org>
Subject: exim4: bashisms in init script
Message-ID: <20051002213117.GA4897 at andromeda>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.9i
From: Justin Pryzby <justinpryzby at users.sourceforge.net>
X-Virus-Scanned: Symantec AntiVirus Scan Engine
Delivered-To: submit at bugs.debian.org
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: exim4
Severity: normal
Version: 4.52-1
File: /etc/init.d/exim4

The exim4 initscript /etc/init.d/exim4 uses:

#!/bin/sh

and

kill_all_exims()
{
  SIG="${1:-TERM}"
  for pid in $(pidof $NAME); do
    if [ "$(readlink /proc/$pid/root)" == "/" ]; then
      kill -$SIG $pid
    fi
  done
}

Isn't '$(' a bashism (That's what the vim maintainer said in #319825)

---------------------------------------
Received: (at 331299-close) by bugs.debian.org; 4 Oct 2005 10:43:10 +0000
>From katie at spohr.debian.org Tue Oct 04 03:43:10 2005
Return-path: <katie at spohr.debian.org>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
	id 1EMk5f-0007DA-00; Tue, 04 Oct 2005 03:32:07 -0700
From: Marc Haber <mh+debian-packages at zugschlus.de>
To: 331299-close at bugs.debian.org
X-Katie: $Revision: 1.56 $
Subject: Bug#331299: fixed in exim4 4.54-1
Message-Id: <E1EMk5f-0007DA-00 at spohr.debian.org>
Sender: Archive Administrator <katie at spohr.debian.org>
Date: Tue, 04 Oct 2005 03:32:07 -0700
Delivered-To: 331299-close at bugs.debian.org
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: 3

Source: exim4
Source-Version: 4.54-1

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

exim4-base_4.54-1_i386.deb
  to pool/main/e/exim4/exim4-base_4.54-1_i386.deb
exim4-config_4.54-1_all.deb
  to pool/main/e/exim4/exim4-config_4.54-1_all.deb
exim4-daemon-heavy_4.54-1_i386.deb
  to pool/main/e/exim4/exim4-daemon-heavy_4.54-1_i386.deb
exim4-daemon-light_4.54-1_i386.deb
  to pool/main/e/exim4/exim4-daemon-light_4.54-1_i386.deb
exim4_4.54-1.diff.gz
  to pool/main/e/exim4/exim4_4.54-1.diff.gz
exim4_4.54-1.dsc
  to pool/main/e/exim4/exim4_4.54-1.dsc
exim4_4.54-1_all.deb
  to pool/main/e/exim4/exim4_4.54-1_all.deb
exim4_4.54.orig.tar.gz
  to pool/main/e/exim4/exim4_4.54.orig.tar.gz
eximon4_4.54-1_i386.deb
  to pool/main/e/exim4/eximon4_4.54-1_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 331299 at bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Marc Haber <mh+debian-packages at zugschlus.de> (supplier of updated exim4 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 ftpmaster at debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue,  4 Oct 2005 09:59:24 +0000
Source: exim4
Binary: eximon4 exim4-daemon-custom exim4-daemon-heavy exim4-base exim4 exim4-daemon-light exim4-config
Architecture: source i386 all
Version: 4.54-1
Distribution: unstable
Urgency: low
Maintainer: Exim4 Maintainers <pkg-exim4-maintainers at lists.alioth.debian.org>
Changed-By: Marc Haber <mh+debian-packages at zugschlus.de>
Description: 
 exim4      - metapackage to ease exim MTA (v4) installation
 exim4-base - support files for all exim MTA (v4) packages
 exim4-config - configuration for the exim MTA (v4)
 exim4-daemon-heavy - exim MTA (v4) daemon with extended features, including exiscan-ac
 exim4-daemon-light - lightweight exim MTA (v4) daemon
 eximon4    - monitor application for the exim MTA (v4) (X11 interface)
Closes: 330975 330980 331299
Changes: 
 exim4 (4.54-1) unstable; urgency=low
 .
   * new upstream version 4.54. (mh)
   * fix typo in router/real_local header
   * add same_domain_copy_routing to router/hubbed_hosts
   * [update-exim4.conf.8] false friend: s/sensible/sensitive/.
     Thanks to Ross Boylan. (am) Closes: #330975
   * modify broken outlook express 4 authenticator so that it only
     advertises on encrypted connections, as the other plaintext
     authenticators do. Thanks again, Fred Viles. (mh)
   * update-exim4.conf.8: alphabetically sort REPLACEMENT PATTERNS and
     CONFIGURATION VARIABLES sections, add documentation for
     DEBCONFlocal_domainsDEBCONF.
     Thanks to Ross Boylan. (mh) Closes: #330980
   * fix bashism == in init script. Thanks to Adam D. Barratt and
     Justin Pryzby. (mh) Closes: #331299
Files: 
 2bbc69b54b6c9e456f6c26256bc0ae82 1009 mail standard exim4_4.54-1.dsc
 07632e59a1ba0e9c409d0c2ea5f58816 2010993 mail standard exim4_4.54.orig.tar.gz
 b1b748a4a29bc3cb7873ae13eb5ed899 317999 mail standard exim4_4.54-1.diff.gz
 456caf2106fb9128821f4f5d499ae9e4 845736 mail standard exim4-base_4.54-1_i386.deb
 56d5b4131a8f549ccda9a1b250554264 379416 mail standard exim4-daemon-light_4.54-1_i386.deb
 a557341b1c6afa2809c6351a3fa9b2ba 80030 mail optional eximon4_4.54-1_i386.deb
 9a23d417ee0df112b8d0fc70d657bed0 428936 mail optional exim4-daemon-heavy_4.54-1_i386.deb
 72b069af739b9687a07df70cf504ae36 255384 mail standard exim4-config_4.54-1_all.deb
 5e62c5f5045e424cd76434edb49d3bec 2226 mail standard exim4_4.54-1_all.deb

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

iEUEARECAAYFAkNCVvgACgkQgZalRGu6PITIWwCWPhxOwI8Q5Xuw1mBEeZ2+rue3
gACePPQ0q4GbD0+vDgslOKL2CW+jIjI=
=HwNs
-----END PGP SIGNATURE-----




More information about the Pkg-exim4-maintainers mailing list