From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ptx.hi.pengutronix.de ([2001:6f8:1178:2:5054:ff:fec0:8e10] ident=Debian-exim) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1TF2js-00066C-GB for ptxdist@pengutronix.de; Fri, 21 Sep 2012 14:53:48 +0200 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.72) (envelope-from ) id 1TF2js-0007jv-GB for ptxdist@pengutronix.de; Fri, 21 Sep 2012 14:53:48 +0200 Date: Fri, 21 Sep 2012 14:53:48 +0200 From: Michael Olbrich Message-ID: <20120921125348.GN6837@pengutronix.de> References: <1348163523-23510-1-git-send-email-joseph.lutz@novatechweb.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1348163523-23510-1-git-send-email-joseph.lutz@novatechweb.com> Subject: Re: [ptxdist] [PATCH] SYSREQ library was being included twice Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de On Thu, Sep 20, 2012 at 12:52:02PM -0500, Joseph A. Lutz wrote: > From: "Joseph A. Lutz" > > The library /lib/initng/libsysreq.so was being included into the package > twice. Once it was dependent upon the INITNG_SYSREQ config option, the > other was not. Tnx, applied. Michael > Signed-off-by: Joseph A. Lutz > --- > rules/initng.make | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/rules/initng.make b/rules/initng.make > index e787ab3..65e207a 100644 > --- a/rules/initng.make > +++ b/rules/initng.make > @@ -350,7 +350,6 @@ $(STATEDIR)/initng.targetinstall: > ifdef PTXCONF_INITNG_LOCKFILE > @$(call install_copy, initng, 0, 0, 0644, -, /lib/initng/liblockfile.so) > endif > - @$(call install_copy, initng, 0, 0, 0644, -, /lib/initng/libsysreq.so) > > @$(call install_copy, initng, 0, 0, 0755, -, /sbin/initng) > > -- > 1.7.12.1 > > > > -- > ptxdist mailing list > ptxdist@pengutronix.de > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- ptxdist mailing list ptxdist@pengutronix.de