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 A7AEFDC18D3 for ; Wed, 1 Feb 2012 18:57:49 +0000 (UTC) Received: from localhost (bsna.nor.wtbts.net [127.0.0.1]) by mail.wtbts.no (Postfix) with ESMTP id CA768AE4001; Wed, 1 Feb 2012 18:57:45 +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 e4XfH8531x5w; Wed, 1 Feb 2012 18:57:45 +0000 (UTC) Received: from mail.ytre.org (extmail.nor.wtbts.net [10.65.72.14]) by mail.wtbts.no (Postfix) with ESMTP id DF65A376267; Wed, 1 Feb 2012 18:57:44 +0000 (UTC) Received: from mail.ytre.org (localhost [127.0.0.1]) by mail.ytre.org (Postfix) with ESMTP id 93EA860A7044D; Wed, 1 Feb 2012 18:57:44 +0000 (UTC) Received: from localhost (unknown [10.65.96.20]) (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 4E73F60A7043D; Wed, 1 Feb 2012 18:57:44 +0000 (UTC) Date: Wed, 1 Feb 2012 19:57:40 +0100 From: Natanael Copa To: Nathan Angelacos Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [PATCH] testing/nfdump: netflow tools Added init.d/nfcapd conf.d/nfcapd Message-ID: <20120201195740.6b6bf55f@ytre.org> In-Reply-To: <1328098897-24066-1-git-send-email-nangel@alpinelinux.org> References: <1328098897-24066-1-git-send-email-nangel@alpinelinux.org> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.6; i686-pc-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=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP On Wed, 1 Feb 2012 12:21:37 +0000 Nathan Angelacos wrote: > Used fprobe as a model for the nfcapd (netflow collector) init script > Pulls all command line options from the conf.d/nfcapd file > --- > testing/nfdump/APKBUILD | 17 +++++++++-- > testing/nfdump/nfcapd.confd | 62 > ++++++++++++++++++++++++++++++++++++++++++ > testing/nfdump/nfcapd.initd | 63 > +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 139 > insertions(+), 3 deletions(-) create mode 100644 > testing/nfdump/nfcapd.confd create mode 100644 > testing/nfdump/nfcapd.initd Applied. Thanks! > diff --git a/testing/nfdump/APKBUILD b/testing/nfdump/APKBUILD > index 9299be6..2f031d7 100644 > --- a/testing/nfdump/APKBUILD > +++ b/testing/nfdump/APKBUILD ... > @@ -33,8 +35,17 @@ build() { > } > > package() { > + depends=fts > + Why is this needed? -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---