diff options
Diffstat (limited to 'package/pmacct/ipkg')
-rw-r--r-- | package/pmacct/ipkg/nfacctd-custom.control | 10 | ||||
-rw-r--r-- | package/pmacct/ipkg/nfacctd-mysql.control | 10 | ||||
-rw-r--r-- | package/pmacct/ipkg/nfacctd-pgsql.control | 10 | ||||
-rw-r--r-- | package/pmacct/ipkg/nfacctd.conffiles | 2 | ||||
-rw-r--r-- | package/pmacct/ipkg/nfacctd.control | 10 | ||||
-rw-r--r-- | package/pmacct/ipkg/pmacct-client.control | 9 | ||||
-rw-r--r-- | package/pmacct/ipkg/pmacctd-custom.control | 10 | ||||
-rw-r--r-- | package/pmacct/ipkg/pmacctd-mysql.control | 10 | ||||
-rw-r--r-- | package/pmacct/ipkg/pmacctd-pgsql.control | 10 | ||||
-rw-r--r-- | package/pmacct/ipkg/pmacctd.conffiles | 2 | ||||
-rw-r--r-- | package/pmacct/ipkg/pmacctd.control | 10 |
11 files changed, 93 insertions, 0 deletions
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 <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/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 <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/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 <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/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 <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/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 <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/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 <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/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 <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/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 <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/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 <nthill@free.fr> +Source: http://nthill.free.fr/openwrt/sources/pmacct/ +Description: an IP accounting daemon, + built without database support +Depends: libpcap |