From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mediacenter.hi.pengutronix.de ([2001:6f8:1178:2::65]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1SZdHQ-0007ld-5I for ptxdist@pengutronix.de; Wed, 30 May 2012 09:25:16 +0200 Received: from mol by mediacenter.hi.pengutronix.de with local (Exim 4.72) (envelope-from ) id 1SZdHQ-0007AO-4I for ptxdist@pengutronix.de; Wed, 30 May 2012 09:25:16 +0200 Date: Wed, 30 May 2012 09:25:16 +0200 From: Michael Olbrich Message-ID: <20120530072516.GL19394@pengutronix.de> References: <1338208981-8681-5-git-send-email-bartvdrmeulen@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1338208981-8681-5-git-send-email-bartvdrmeulen@gmail.com> Subject: Re: [ptxdist] [PATCH] sysstat: version bump to 9.1.5 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 Mon, May 28, 2012 at 02:42:31PM +0200, Bart vdr. Meulen wrote: > From: "Bart vdr. Meulen" > > Signed-off-by: Bart vdr. Meulen > --- > rules/sysstat.make | 7 +++++-- > 1 file changed, 5 insertions(+), 2 deletions(-) > > diff --git a/rules/sysstat.make b/rules/sysstat.make > index 92515d7..ef49b1d 100644 > --- a/rules/sysstat.make > +++ b/rules/sysstat.make > @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_SYSSTAT) += sysstat > # > # Paths and names > # > -SYSSTAT_VERSION := 9.0.3 > -SYSSTAT_MD5 := 0b464951596db934418259737cf50a31 > +SYSSTAT_VERSION := 9.1.5 > +SYSSTAT_MD5 := b680828159b5158094b9bf1ebad30e90 > SYSSTAT := sysstat-$(SYSSTAT_VERSION) > SYSSTAT_SUFFIX := tar.gz > SYSSTAT_URL := http://pagesperso-orange.fr/sebastien.godard/$(SYSSTAT).$(SYSSTAT_SUFFIX) > @@ -71,6 +71,9 @@ $(STATEDIR)/sysstat.targetinstall: > @$(call install_copy, sysstat, 0, 0, 0755, -, /usr/lib/sa/sa2) > @$(call install_copy, sysstat, 0, 0, 0755, -, /usr/lib/sa/sadc) > > + @$(call install_copy, sysstat, 0, 0, 0755, /etc/sysconfig) > + @$(call install_copy, sysstat, 0, 0, 0644, -, /etc/sysconfig/sysstat.ioconf) Why not install_alternative, it will fall back to the same file, but it can be overwritten. Michael > + > @$(call install_finish, sysstat) > > @$(call touch) > -- > 1.7.9.5 > > > -- > 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