---------- Forwarded message ----------
Date: Mon, 28 Mar 2011 16:08:24 +0530
From: Naresh V <nareshov_at_gmail.com>
To: Murray S. Kucherawy <msk_at_blackops.org>
Subject: Re: Graceful handling of DB connectivity failures
On 19 March 2011 01:58, Murray S. Kucherawy <msk_at_blackops.org> wrote:
> On Fri, 18 Mar 2011, Naresh V wrote:
>>
>> Unrelated:
>> I had to patch the redhat init script this way: http://dpaste.com/514585/
>> for the milter to a. look at standard paths (not /local/) b.
>> stop/restart properly because start() wasn't creating the pidfile
>> causing to log this way:
>
> On which OS?
>
> I'll forward this to the guy who maintains that script. I don't really get
> involved in maintenance of scripts underneath "contrib".
Hi,
There's one more issue with the redhat/centos .spec file. Could you
please forward this to the relevant maintainer?
(I browsed through the git/cvc web, couldn't find the author's email myself)
--- opendkim.spec.old 2011-03-28 16:00:42.000000000 +0530
+++ opendkim.spec 2011-03-28 15:57:29.000000000 +0530
@@ -8,7 +8,7 @@
Release: 3%{?dist}
License: BSD
Group: System Environment/Daemons
-Requires: libopendkim
+Requires: libopendkim = %{version}-%{release}
BuildRequires: sendmail-devel, openssl-devel
Source: opendkim-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-root
This makes sure that when a 'yum upgrade opendkim' is issued, it also
pulls in the libopendkim package of the same version.
#-(130)> ldd /usr/sbin/opendkim
libopendkim.so.3 => /usr/lib64/libopendkim.so.3 (0x00002abf73a82000)
#-(0)> rpm -ql libopendkim
/usr/lib64/libopendkim.so.3
/usr/lib64/libopendkim.so.3.0.1
-Naresh V.
Received on Mon Mar 28 2011 - 11:26:28 PST
This archive was generated by hypermail 2.2.0+W3C-0.50 : Sun May 15 2011 - 15:59:41 PST