First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 11405
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Daniel Ahlberg (RETIRED) <aliz@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Henning Westerholt <henning@die.informatik.uni-siegen.de>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 11405 depends on: Show dependency tree
Bug 11405 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2002-11-30 11:22 0000
Hi,

an update for the loganalyser fwanalog. FWanalog parse the log output of
iptables/ ipchains and friends and generate a report like analog for webpages does.

Thanks, 

Henning Westerholt

--- 


# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /home/cvsroot/gentoo-x86/app-admin/fwanalog/fwanalog-0.4-r2.ebuild,v
1.8 2002/10/18 13:31:45 aliz Exp $

S=${WORKDIR}/${P}
DESCRIPTION="Script to parse firewall logs and analyze them with Analog"
SRC_URI="http://tud.at/programm/fwanalog/${P}.tar.gz"
HOMEPAGE="http://tud.at/programm/fwanalog/"
IUSE=""

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 ppc sparc sparc64"

DEPEND="" # this is just a bash script
RDEPEND="sys-apps/bash
        sys-apps/grep
        sys-apps/gawk
        sys-apps/sed
        sys-apps/gzip
        sys-apps/diffutils
        sys-devel/perl
        >=app-admin/analog-5.03"

src_install() {
        insinto /etc/fwanalog

        insopts -m0700 ; doins fwanalog.sh

        insopts -m0600
        doins fwanalog-dom.tab fwanalog.lng services.conf
        doins fwanalog.analog.conf fwanalog.analog.conf.local
        newins fwanalog.opts.linux24 fwanalog.opts

        dosed "s/\"zegrep\"/\"egrep\"/" /etc/fwanalog/fwanalog.opts

        dodoc CONTRIBUTORS COPYING ChangeLog README
        docinto support ; dodoc support/*
        docinto langfiles ; dodoc langfiles/*
}

------- Comment #1 From Daniel Ahlberg (RETIRED) 2003-01-03 19:50:59 0000 -------
Commited, thanks for finding this! 

First Last Prev Next    No search results available      Search page      Enter new bug