summaryrefslogtreecommitdiff
path: root/openwrt/package/pmacct/ipkg
diff options
context:
space:
mode:
authorolli <olli@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-02-16 13:56:55 +0000
committerolli <olli@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-02-16 13:56:55 +0000
commit23cfb9ac6c07422bb1ad1c628f6f6b381feada63 (patch)
treebace630d6e61f8a75172015497788e634fd43074 /openwrt/package/pmacct/ipkg
parent687d0b8c9fc71895d397ad52f33c9d45fedfb7af (diff)
update pmacct to new upstream release and add SQLite database support, the update in White Russian will follow later
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3245 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/pmacct/ipkg')
-rw-r--r--openwrt/package/pmacct/ipkg/nfacctd-sqlite.control6
-rw-r--r--openwrt/package/pmacct/ipkg/pmacctd-sqlite.control6
2 files changed, 12 insertions, 0 deletions
diff --git a/openwrt/package/pmacct/ipkg/nfacctd-sqlite.control b/openwrt/package/pmacct/ipkg/nfacctd-sqlite.control
new file mode 100644
index 0000000000..add839416b
--- /dev/null
+++ b/openwrt/package/pmacct/ipkg/nfacctd-sqlite.control
@@ -0,0 +1,6 @@
+Package: nfacctd-sqlite
+Priority: optional
+Section: net
+Description: a NetFlow accounting daemon,
+ built with SQLite database support
+Depends: libsqlite, libpcap
diff --git a/openwrt/package/pmacct/ipkg/pmacctd-sqlite.control b/openwrt/package/pmacct/ipkg/pmacctd-sqlite.control
new file mode 100644
index 0000000000..ad8f7c96f0
--- /dev/null
+++ b/openwrt/package/pmacct/ipkg/pmacctd-sqlite.control
@@ -0,0 +1,6 @@
+Package: pmacctd-sqlite
+Priority: optional
+Section: net
+Description: an IP accounting daemon,
+ built with SQLite database support
+Depends: libsqlite, libpcap