Your message dated Wed, 16 Apr 2008 17:40:43 -0400
with message-id <[EMAIL PROTECTED]>
and subject line exim has been removed from Debian, closing #234727
has caused the Debian Bug report #234727,
regarding exim: exiwhat does not report /usr/lib/exim/exim3 processes
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.)


-- 
234727: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=234727
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: exim
Version: 3.36-9.1
Severity: normal
Tags: patch

Hello,

I have noticed that exiwhat will not report the processes that are
called by cron to flush the queue. The reason for this is that cron
invokes /usr/lib/exim/exim3 rather than /usr/sbin/exim (the former being
a symlink to the latter anyway) and the regexp that parses `ps` output
in exiwhat will skip these processes because they're not 'exim' but 'exim3'.

The attached patch fixes this problem.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.2
Locale: LANG=C, LC_CTYPE=lt_LT.UTF-8

Versions of packages exim depends on:
ii  cron                       3.0pl1-83     management of regular background p
ii  libc6                      2.3.2.ds1-11  GNU C Library: Shared libraries an
ii  libdb2                     2:2.7.7.0-8.1 The Berkeley database routines (ru
ii  libident                   0.22-2.2      simple RFC1413 client library - ru
ii  libldap2                   2.1.26-1      OpenLDAP libraries
ii  libpam0g                   0.76-15       Pluggable Authentication Modules l
ii  libpcre3                   4.3-4         Philip Hazel's Perl 5 Compatible R

-- no debconf information

--- exiwhat.orig        2004-02-25 15:58:32.000000000 +0200
+++ exiwhat     2004-02-25 15:58:09.000000000 +0200
@@ -22,7 +22,7 @@
 ps_cmd=/bin/ps
 ps_arg=ax
 kill_arg=-USR1
-egrep_arg='/exim( |$)'
+egrep_arg='/exim( |3 |$)'
 
 # See if this installation is using the esoteric "USE_NODE" feature of Exim,
 # in which it uses the host's name as a suffix for the configuration file name.

--- End Message ---
--- Begin Message ---
Version: 3.36-18.2+rm

The exim package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.

For more information about this package's removal, read
http://bugs.debian.org/420191 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.
Barry deFreese


--- End Message ---

Reply via email to