diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-16 02:31:54 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-16 02:31:54 +0000 |
commit | b418a072de49818898dc7c0226f5da285e5c3be9 (patch) | |
tree | 2ea8f0cf2e68565de065624a8ebb880c3d63bcba /openwrt/package/pmacct/ipkg | |
parent | f57a147ad85b7efc787714b93fc50eaf06067d64 (diff) |
Add pmacct package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@915 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/pmacct/ipkg')
-rw-r--r-- | openwrt/package/pmacct/ipkg/nfacctd-custom.control | 10 | ||||
-rw-r--r-- | openwrt/package/pmacct/ipkg/nfacctd-mysql.control | 10 | ||||
-rw-r--r-- | openwrt/package/pmacct/ipkg/nfacctd-pgsql.control | 10 | ||||
-rw-r--r-- | openwrt/package/pmacct/ipkg/nfacctd.conffiles | 2 | ||||
-rw-r--r-- | openwrt/package/pmacct/ipkg/nfacctd.control | 10 | ||||
-rw-r--r-- | openwrt/package/pmacct/ipkg/pmacct-client.control | 9 | ||||
-rw-r--r-- | openwrt/package/pmacct/ipkg/pmacctd-custom.control | 10 | ||||
-rw-r--r-- | openwrt/package/pmacct/ipkg/pmacctd-mysql.control | 10 | ||||
-rw-r--r-- | openwrt/package/pmacct/ipkg/pmacctd-pgsql.control | 10 | ||||
-rw-r--r-- | openwrt/package/pmacct/ipkg/pmacctd.conffiles | 2 | ||||
-rw-r--r-- | openwrt/package/pmacct/ipkg/pmacctd.control | 10 |
11 files changed, 93 insertions, 0 deletions
diff --git a/openwrt/package/pmacct/ipkg/nfacctd-custom.control b/openwrt/package/pmacct/ipkg/nfacctd-custom.control new file mode 100644 index 000000000..0a863ae6e --- /dev/null +++ b/openwrt/package/pmacct/ipkg/nfacctd-custom.control @@ -0,0 +1,10 @@ +Package: nfacctd-custom +Priority: optional +Section: net +Version: [TBDL] +Architecture: [TBDL] +Maintainer: Nico <nthill@free.fr> +Source: http://nthill.free.fr/openwrt/sources/pmacct/ +Description: a NetFlow accounting daemon, + built with custom options +Depends: libpcap diff --git a/openwrt/package/pmacct/ipkg/nfacctd-mysql.control b/openwrt/package/pmacct/ipkg/nfacctd-mysql.control new file mode 100644 index 000000000..6ede1e061 --- /dev/null +++ b/openwrt/package/pmacct/ipkg/nfacctd-mysql.control @@ -0,0 +1,10 @@ +Package: nfacctd-mysql +Priority: optional +Section: net +Version: [TBDL] +Architecture: [TBDL] +Maintainer: Nico <nthill@free.fr> +Source: http://nthill.free.fr/openwrt/sources/pmacct/ +Description: a NetFlow accounting daemon, + built with MySQL database support +Depends: libmysqlclient, libpcap diff --git a/openwrt/package/pmacct/ipkg/nfacctd-pgsql.control b/openwrt/package/pmacct/ipkg/nfacctd-pgsql.control new file mode 100644 index 000000000..5885297a4 --- /dev/null +++ b/openwrt/package/pmacct/ipkg/nfacctd-pgsql.control @@ -0,0 +1,10 @@ +Package: nfacctd-pgsql +Priority: optional +Section: net +Version: [TBDL] +Architecture: [TBDL] +Maintainer: Nico <nthill@free.fr> +Source: http://nthill.free.fr/openwrt/sources/pmacct/ +Description: a NetFlow accounting daemon, + built with PostgreSQL database support +Depends: libpq, libpcap diff --git a/openwrt/package/pmacct/ipkg/nfacctd.conffiles b/openwrt/package/pmacct/ipkg/nfacctd.conffiles new file mode 100644 index 000000000..dec620351 --- /dev/null +++ b/openwrt/package/pmacct/ipkg/nfacctd.conffiles @@ -0,0 +1,2 @@ +/etc/default/nfacctd +/etc/nfacctd.conf diff --git a/openwrt/package/pmacct/ipkg/nfacctd.control b/openwrt/package/pmacct/ipkg/nfacctd.control new file mode 100644 index 000000000..fcd08c932 --- /dev/null +++ b/openwrt/package/pmacct/ipkg/nfacctd.control @@ -0,0 +1,10 @@ +Package: nfacctd +Priority: optional +Section: net +Version: [TBDL] +Architecture: [TBDL] +Maintainer: Nico <nthill@free.fr> +Source: http://nthill.free.fr/openwrt/sources/pmacct/ +Description: a NetFlow accounting daemon, + built without database support +Depends: libpcap diff --git a/openwrt/package/pmacct/ipkg/pmacct-client.control b/openwrt/package/pmacct/ipkg/pmacct-client.control new file mode 100644 index 000000000..8f3369554 --- /dev/null +++ b/openwrt/package/pmacct/ipkg/pmacct-client.control @@ -0,0 +1,9 @@ +Package: pmacct-client +Priority: optional +Section: net +Version: [TBDL] +Architecture: [TBDL] +Maintainer: Nico <nthill@free.fr> +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/openwrt/package/pmacct/ipkg/pmacctd-custom.control b/openwrt/package/pmacct/ipkg/pmacctd-custom.control new file mode 100644 index 000000000..03bc89f90 --- /dev/null +++ b/openwrt/package/pmacct/ipkg/pmacctd-custom.control @@ -0,0 +1,10 @@ +Package: pmacctd-custom +Priority: optional +Section: net +Version: [TBDL] +Architecture: [TBDL] +Maintainer: Nico <nthill@free.fr> +Source: http://nthill.free.fr/openwrt/sources/pmacct/ +Description: an IP accounting daemon, + built with custom options +Depends: libpcap diff --git a/openwrt/package/pmacct/ipkg/pmacctd-mysql.control b/openwrt/package/pmacct/ipkg/pmacctd-mysql.control new file mode 100644 index 000000000..1733d08b5 --- /dev/null +++ b/openwrt/package/pmacct/ipkg/pmacctd-mysql.control @@ -0,0 +1,10 @@ +Package: pmacctd-mysql +Priority: optional +Section: net +Version: [TBDL] +Architecture: [TBDL] +Maintainer: Nico <nthill@free.fr> +Source: http://nthill.free.fr/openwrt/sources/pmacct/ +Description: an IP accounting daemon, + built with MySQL database support +Depends: libmysqlclient, libpcap diff --git a/openwrt/package/pmacct/ipkg/pmacctd-pgsql.control b/openwrt/package/pmacct/ipkg/pmacctd-pgsql.control new file mode 100644 index 000000000..35ed4ff95 --- /dev/null +++ b/openwrt/package/pmacct/ipkg/pmacctd-pgsql.control @@ -0,0 +1,10 @@ +Package: pmacctd-pgsql +Priority: optional +Section: net +Version: [TBDL] +Architecture: [TBDL] +Maintainer: Nico <nthill@free.fr> +Source: http://nthill.free.fr/openwrt/sources/pmacct/ +Description: an IP accounting daemon, + built with PostgreSQL database support +Depends: libpq, libpcap diff --git a/openwrt/package/pmacct/ipkg/pmacctd.conffiles b/openwrt/package/pmacct/ipkg/pmacctd.conffiles new file mode 100644 index 000000000..fa81c14cb --- /dev/null +++ b/openwrt/package/pmacct/ipkg/pmacctd.conffiles @@ -0,0 +1,2 @@ +/etc/default/pmacctd +/etc/pmacctd.conf diff --git a/openwrt/package/pmacct/ipkg/pmacctd.control b/openwrt/package/pmacct/ipkg/pmacctd.control new file mode 100644 index 000000000..13c208c6a --- /dev/null +++ b/openwrt/package/pmacct/ipkg/pmacctd.control @@ -0,0 +1,10 @@ +Package: pmacctd +Priority: optional +Section: net +Version: [TBDL] +Architecture: [TBDL] +Maintainer: Nico <nthill@free.fr> +Source: http://nthill.free.fr/openwrt/sources/pmacct/ +Description: an IP accounting daemon, + built without database support +Depends: libpcap |