From 737549d63117b691d91a99619072f7c112e5d3f7 Mon Sep 17 00:00:00 2001 From: nico Date: Mon, 16 May 2005 02:31:54 +0000 Subject: Add pmacct package git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@915 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/pmacct/ipkg/nfacctd-custom.control | 10 ++++++++++ package/pmacct/ipkg/nfacctd-mysql.control | 10 ++++++++++ package/pmacct/ipkg/nfacctd-pgsql.control | 10 ++++++++++ package/pmacct/ipkg/nfacctd.conffiles | 2 ++ package/pmacct/ipkg/nfacctd.control | 10 ++++++++++ package/pmacct/ipkg/pmacct-client.control | 9 +++++++++ package/pmacct/ipkg/pmacctd-custom.control | 10 ++++++++++ package/pmacct/ipkg/pmacctd-mysql.control | 10 ++++++++++ package/pmacct/ipkg/pmacctd-pgsql.control | 10 ++++++++++ package/pmacct/ipkg/pmacctd.conffiles | 2 ++ package/pmacct/ipkg/pmacctd.control | 10 ++++++++++ 11 files changed, 93 insertions(+) create mode 100644 package/pmacct/ipkg/nfacctd-custom.control create mode 100644 package/pmacct/ipkg/nfacctd-mysql.control create mode 100644 package/pmacct/ipkg/nfacctd-pgsql.control create mode 100644 package/pmacct/ipkg/nfacctd.conffiles create mode 100644 package/pmacct/ipkg/nfacctd.control create mode 100644 package/pmacct/ipkg/pmacct-client.control create mode 100644 package/pmacct/ipkg/pmacctd-custom.control create mode 100644 package/pmacct/ipkg/pmacctd-mysql.control create mode 100644 package/pmacct/ipkg/pmacctd-pgsql.control create mode 100644 package/pmacct/ipkg/pmacctd.conffiles create mode 100644 package/pmacct/ipkg/pmacctd.control (limited to 'package/pmacct/ipkg') diff --git a/package/pmacct/ipkg/nfacctd-custom.control b/package/pmacct/ipkg/nfacctd-custom.control new file mode 100644 index 000000000..0a863ae6e --- /dev/null +++ b/package/pmacct/ipkg/nfacctd-custom.control @@ -0,0 +1,10 @@ +Package: nfacctd-custom +Priority: optional +Section: net +Version: [TBDL] +Architecture: [TBDL] +Maintainer: Nico +Source: http://nthill.free.fr/openwrt/sources/pmacct/ +Description: a NetFlow accounting daemon, + built with custom options +Depends: libpcap diff --git a/package/pmacct/ipkg/nfacctd-mysql.control b/package/pmacct/ipkg/nfacctd-mysql.control new file mode 100644 index 000000000..6ede1e061 --- /dev/null +++ b/package/pmacct/ipkg/nfacctd-mysql.control @@ -0,0 +1,10 @@ +Package: nfacctd-mysql +Priority: optional +Section: net +Version: [TBDL] +Architecture: [TBDL] +Maintainer: Nico +Source: http://nthill.free.fr/openwrt/sources/pmacct/ +Description: a NetFlow accounting daemon, + built with MySQL database support +Depends: libmysqlclient, libpcap diff --git a/package/pmacct/ipkg/nfacctd-pgsql.control b/package/pmacct/ipkg/nfacctd-pgsql.control new file mode 100644 index 000000000..5885297a4 --- /dev/null +++ b/package/pmacct/ipkg/nfacctd-pgsql.control @@ -0,0 +1,10 @@ +Package: nfacctd-pgsql +Priority: optional +Section: net +Version: [TBDL] +Architecture: [TBDL] +Maintainer: Nico +Source: http://nthill.free.fr/openwrt/sources/pmacct/ +Description: a NetFlow accounting daemon, + built with PostgreSQL database support +Depends: libpq, libpcap diff --git a/package/pmacct/ipkg/nfacctd.conffiles b/package/pmacct/ipkg/nfacctd.conffiles new file mode 100644 index 000000000..dec620351 --- /dev/null +++ b/package/pmacct/ipkg/nfacctd.conffiles @@ -0,0 +1,2 @@ +/etc/default/nfacctd +/etc/nfacctd.conf diff --git a/package/pmacct/ipkg/nfacctd.control b/package/pmacct/ipkg/nfacctd.control new file mode 100644 index 000000000..fcd08c932 --- /dev/null +++ b/package/pmacct/ipkg/nfacctd.control @@ -0,0 +1,10 @@ +Package: nfacctd +Priority: optional +Section: net +Version: [TBDL] +Architecture: [TBDL] +Maintainer: Nico +Source: http://nthill.free.fr/openwrt/sources/pmacct/ +Description: a NetFlow accounting daemon, + built without database support +Depends: libpcap diff --git a/package/pmacct/ipkg/pmacct-client.control b/package/pmacct/ipkg/pmacct-client.control new file mode 100644 index 000000000..8f3369554 --- /dev/null +++ b/package/pmacct/ipkg/pmacct-client.control @@ -0,0 +1,9 @@ +Package: pmacct-client +Priority: optional +Section: net +Version: [TBDL] +Architecture: [TBDL] +Maintainer: Nico +Source: http://nthill.free.fr/openwrt/sources/pmacct/ +Description: a command-line client for pmacctd or nfacctd, + used to retrieve data from an active memory plugin diff --git a/package/pmacct/ipkg/pmacctd-custom.control b/package/pmacct/ipkg/pmacctd-custom.control new file mode 100644 index 000000000..03bc89f90 --- /dev/null +++ b/package/pmacct/ipkg/pmacctd-custom.control @@ -0,0 +1,10 @@ +Package: pmacctd-custom +Priority: optional +Section: net +Version: [TBDL] +Architecture: [TBDL] +Maintainer: Nico +Source: http://nthill.free.fr/openwrt/sources/pmacct/ +Description: an IP accounting daemon, + built with custom options +Depends: libpcap diff --git a/package/pmacct/ipkg/pmacctd-mysql.control b/package/pmacct/ipkg/pmacctd-mysql.control new file mode 100644 index 000000000..1733d08b5 --- /dev/null +++ b/package/pmacct/ipkg/pmacctd-mysql.control @@ -0,0 +1,10 @@ +Package: pmacctd-mysql +Priority: optional +Section: net +Version: [TBDL] +Architecture: [TBDL] +Maintainer: Nico +Source: http://nthill.free.fr/openwrt/sources/pmacct/ +Description: an IP accounting daemon, + built with MySQL database support +Depends: libmysqlclient, libpcap diff --git a/package/pmacct/ipkg/pmacctd-pgsql.control b/package/pmacct/ipkg/pmacctd-pgsql.control new file mode 100644 index 000000000..35ed4ff95 --- /dev/null +++ b/package/pmacct/ipkg/pmacctd-pgsql.control @@ -0,0 +1,10 @@ +Package: pmacctd-pgsql +Priority: optional +Section: net +Version: [TBDL] +Architecture: [TBDL] +Maintainer: Nico +Source: http://nthill.free.fr/openwrt/sources/pmacct/ +Description: an IP accounting daemon, + built with PostgreSQL database support +Depends: libpq, libpcap diff --git a/package/pmacct/ipkg/pmacctd.conffiles b/package/pmacct/ipkg/pmacctd.conffiles new file mode 100644 index 000000000..fa81c14cb --- /dev/null +++ b/package/pmacct/ipkg/pmacctd.conffiles @@ -0,0 +1,2 @@ +/etc/default/pmacctd +/etc/pmacctd.conf diff --git a/package/pmacct/ipkg/pmacctd.control b/package/pmacct/ipkg/pmacctd.control new file mode 100644 index 000000000..13c208c6a --- /dev/null +++ b/package/pmacct/ipkg/pmacctd.control @@ -0,0 +1,10 @@ +Package: pmacctd +Priority: optional +Section: net +Version: [TBDL] +Architecture: [TBDL] +Maintainer: Nico +Source: http://nthill.free.fr/openwrt/sources/pmacct/ +Description: an IP accounting daemon, + built without database support +Depends: libpcap -- cgit v1.2.3