From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 93-97-173-237.zone5.bethere.co.uk ([93.97.173.237] helo=tim.rpsys.net) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1TbHYn-0007Wf-Lr for openembedded-core@lists.openembedded.org; Wed, 21 Nov 2012 22:10:17 +0100 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id qALKuCKX020432; Wed, 21 Nov 2012 20:56:12 GMT Received: from tim.rpsys.net ([127.0.0.1]) by localhost (tim.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 20162-03; Wed, 21 Nov 2012 20:56:07 +0000 (GMT) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id qALKu23N020424 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO); Wed, 21 Nov 2012 20:56:04 GMT Message-ID: <1353531361.10459.27.camel@ted> From: Richard Purdie To: Otavio Salvador Date: Wed, 21 Nov 2012 20:56:01 +0000 In-Reply-To: References: <1353519268.10459.22.camel@ted> X-Mailer: Evolution 3.2.3-0ubuntu6 Mime-Version: 1.0 X-Virus-Scanned: amavisd-new at rpsys.net Cc: Zhenfeng.Zhao@windriver.com, openembedded-core@lists.openembedded.org Subject: Re: [PATCH 4/4] msmtp: add link to ${libdir}/sendmail X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Nov 2012 21:10:18 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Wed, 2012-11-21 at 15:37 -0200, Otavio Salvador wrote: > On Wed, Nov 21, 2012 at 3:34 PM, Richard Purdie > wrote: > > On Wed, 2012-11-21 at 09:28 -0200, Otavio Salvador wrote: > >> On Wed, Nov 21, 2012 at 7:38 AM, Kang Kai wrote: > >> > LSB tests check file ${libdir}/sendmail, and the file was created by > >> > package lsbsetup. Because lsbsetup is dropped, create the link in msmtp. > >> > > >> > Signed-off-by: Kang Kai > >> > >> I think it is wrong. You should to use alternatives for it. > > > > Not necessarily, its not a file conflict problem, it just needs to exist > > at all... > > What if I want to use another smtp and still be lsb compliance? The issue is we already have the "sendmail" bindir entry under update alternatives control so this means adding an alternative of the alternative which I think is getting convoluted. Ideally this symlink just needs to exist which ever smtp is installed. So I think the better answer may be to move the link to the lsbtest suite, or some kind of lsb-collateral package. Cheers, Richard