X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-ww0-f44.google.com (mail-ww0-f44.google.com [74.125.82.44]) by lists.alpinelinux.org (Postfix) with ESMTP id A2D371EBFF5 for ; Thu, 3 Feb 2011 06:04:27 +0000 (UTC) Received: by wwa36 with SMTP id 36so815199wwa.25 for ; Wed, 02 Feb 2011 22:04:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=U6r7u5GLvBLBp6nXIqSWIxOlF0tOJ+8qubPGLJrbUp4=; b=V+VPwl6TywLyq46w+FPMefPepV9do+gQLgmm2Xe6gH+1+3T0uin4OvyT769pkw3Pwx VAKNKfRqgcbRFoAcWjGrVwrRzFLG5yQ3RJx64bLitlCckh0wsVweVmMwjqqfee/4/52I jbDSP2C8hJ2b4hBwtjgGjGI+2BfEY9+TCvLPI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=lnYBOeNmUWVIXDmom04iMAp3snVr1/paca5u+pVs+YDJv63t/ScTrbLGf+RH7ihtYJ QRc8+Gj3TZZU8S+I6mjZ9TgutsB3/nG+wUDkcWIshagvNGrhb6bLxB5NlCWwfbcqL0yr ziZ4gUemAkiDt41JPKlT/IzZkOebJDy17uH9c= X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Received: by 10.216.167.84 with SMTP id h62mr2027090wel.3.1296713065958; Wed, 02 Feb 2011 22:04:25 -0800 (PST) Received: by 10.216.170.211 with HTTP; Wed, 2 Feb 2011 22:04:25 -0800 (PST) In-Reply-To: <1296207025-28687-1-git-send-email-duanejevon@gmail.com> References: <1296207025-28687-1-git-send-email-duanejevon@gmail.com> Date: Thu, 3 Feb 2011 08:04:25 +0200 Message-ID: Subject: [alpine-devel] Re: [PATCH 1/4] main/zabbix: add more zabbix-agent utilities From: Duane Hughes To: alpine-devel@lists.alpinelinux.org Content-Type: multipart/alternative; boundary=0016367faed7ac0ef7049b5a8909 --0016367faed7ac0ef7049b5a8909 Content-Type: text/plain; charset=ISO-8859-1 Please disregard in light of commit http://redmine.alpinelinux.org/projects/alpine/repository/revisions/613fc65a15621448af5ca08114853b6177192049 Thanks On Fri, Jan 28, 2011 at 11:30 AM, Duane Hughes wrote: > adds zabbix_sender and zabbix_get > --- > main/zabbix/APKBUILD | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/main/zabbix/APKBUILD b/main/zabbix/APKBUILD > index c6a08a6..8306aee 100644 > --- a/main/zabbix/APKBUILD > +++ b/main/zabbix/APKBUILD > @@ -2,7 +2,7 @@ > # Maintainer: Natanael Copa > pkgname=zabbix > pkgver=1.8.4 > -pkgrel=1 > +pkgrel=2 > pkgdesc="Enterprise-class open source distributed monitoring" > url="www.zabbix.com" > arch="all" > @@ -94,6 +94,7 @@ agent() { > > mkdir -p "$subpkgdir"/usr/sbin > mv -f "$pkgdir"/usr/sbin/zabbix_agentd "$subpkgdir"/usr/sbin/ > + mv -f "$pkgdir"/usr/bin/zabbix_* "$subpkgdir"/usr/bin/ > } > > md5sums="969ce09317c98b205bc96157e16f5c8c zabbix-1.8.4.tar.gz > -- > 1.7.3.2 > > --0016367faed7ac0ef7049b5a8909 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Please disregard in light of commit=A0http://redmine.alpinelinux.org/projects/alpine/repository/revision= s/613fc65a15621448af5ca08114853b6177192049

Thanks
=
On Fri, Jan 28, 2011 at 11:30 AM, Duane Hugh= es <duanejevon= @gmail.com> wrote:
adds zabbix_sender and zabbix_get
---
=A0main/zabbix/APKBUILD | =A0 =A03 ++-
=A01 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/main/zabbix/APKBUILD b/main/zabbix/APKBUILD
index c6a08a6..8306aee 100644
--- a/main/zabbix/APKBUILD
+++ b/main/zabbix/APKBUILD
@@ -2,7 +2,7 @@
=A0# Maintainer: Natanael Copa <natanael.copa@gmail.com>
=A0pkgname=3Dzabbix
=A0pkgver=3D1.8.4
-pkgrel=3D1
+pkgrel=3D2
=A0pkgdesc=3D"Enterprise-class open source distributed monitoring"= ;
=A0url=3D"www.zabb= ix.com"
=A0arch=3D"all"
@@ -94,6 +94,7 @@ agent() {

=A0 =A0 =A0 =A0mkdir -p "$subpkgdir"/usr/sbin
=A0 =A0 =A0 =A0mv -f "$pkgdir"/usr/sbin/zabbix_agentd "$sub= pkgdir"/usr/sbin/
+ =A0 =A0 =A0 mv -f "$pkgdir"/usr/bin/zabbix_* "$subpkgdir&q= uot;/usr/bin/
=A0}

=A0md5sums=3D"969ce09317c98b205bc96157e16f5c8c =A0zabbix-1.8.4.tar.gz<= br> --
1.7.3.2


--0016367faed7ac0ef7049b5a8909-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---