X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail.wtbts.no (mail.wtbts.no [213.234.126.131]) by mail.alpinelinux.org (Postfix) with ESMTP id 73DC5DC0079 for ; Wed, 16 Nov 2011 07:26:27 +0000 (UTC) Received: from localhost (bsna.nor.wtbts.net [127.0.0.1]) by mail.wtbts.no (Postfix) with ESMTP id AC95AAE4004; Wed, 16 Nov 2011 07:26:26 +0000 (UTC) X-Virus-Scanned: Yes Received: from mail.wtbts.no ([127.0.0.1]) by localhost (bsna.nor.wtbts.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id S2CqP6Q0nbXQ; Wed, 16 Nov 2011 07:26:21 +0000 (UTC) Received: from mail.ytre.org (extmail.nor.wtbts.net [10.65.72.14]) by mail.wtbts.no (Postfix) with ESMTP id 21880AE4001; Wed, 16 Nov 2011 07:26:21 +0000 (UTC) Received: from mail.ytre.org (localhost [127.0.0.1]) by mail.ytre.org (Postfix) with ESMTP id E0C7B60AF56EC; Wed, 16 Nov 2011 07:26:20 +0000 (UTC) Received: from ncopa-desktop.nor.wtbts.net (ncopa-desktop.nor.wtbts.net [10.65.65.1]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: ncopa@ytre.org) by mail.ytre.org (Postfix) with ESMTPSA id C251C60AB6E5D; Wed, 16 Nov 2011 07:26:20 +0000 (UTC) Date: Wed, 16 Nov 2011 08:26:19 +0100 From: Natanael Copa To: Peter de Zoeten Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [PATCH] PNP4Nagios Nagios Graphing Utility Message-ID: <20111116082619.67ccd54b@ncopa-desktop.nor.wtbts.net> In-Reply-To: References: <1321198221-23509-1-git-send-email-peter@dezoeten.mine.nu> X-Mailer: Claws Mail 3.7.10 (GTK+ 2.24.6; x86_64-unknown-linux-gnu) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: ClamAV using ClamSMTP Hi Peter, Thanks for your patch! On Sun, 13 Nov 2011 15:35:18 +0100 Peter de Zoeten wrote: > more info: http://www.pnp4nagios.org > Remember to look at /etc/pnp4nagios/npcd.cfg to set the correct paths > And look at /etc/lighttpd/pnp4nagios.conf.sample > --- > =A0testing/pnp4nagios/APKBUILD | =A0 76 +++++++++++++++++ > =A0testing/pnp4nagios/npcd =A0 =A0 | =A0 21 +++++ > =A0testing/pnp4nagios/npcd.cfg | =A0195 > +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 292 > insertions(+), 0 deletions(-) create mode 100644 > testing/pnp4nagios/APKBUILD create mode 100644 testing/pnp4nagios/npcd > =A0create mode 100644 testing/pnp4nagios/npcd.cfg How did you create/send this patch? Did you follow this? http://wiki.alpinelinux.org/wiki/Creating_patches When I apply it I get: fatal: cannot convert from ISO-8859-1 to UTF-8 Looking at the headers I see: Content-Type: text/plain; charset=3DISO-8859-1 Content-Transfer-Encoding: quoted-printable I also didn't find the expected X-Mailer: git-send-email .... In the headers. Any idea how I can 'git am' it? -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---