From 265e95a92ce48866fce20785b57520aba864f989 Mon Sep 17 00:00:00 2001 From: Oliver Ertl Date: Thu, 16 Feb 2006 13:56:55 +0000 Subject: update pmacct to new upstream release and add SQLite database support, the update in White Russian will follow later SVN-Revision: 3245 --- openwrt/package/pmacct/ipkg/nfacctd-sqlite.control | 6 ++++++ openwrt/package/pmacct/ipkg/pmacctd-sqlite.control | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 openwrt/package/pmacct/ipkg/nfacctd-sqlite.control create mode 100644 openwrt/package/pmacct/ipkg/pmacctd-sqlite.control (limited to 'openwrt/package/pmacct/ipkg') diff --git a/openwrt/package/pmacct/ipkg/nfacctd-sqlite.control b/openwrt/package/pmacct/ipkg/nfacctd-sqlite.control new file mode 100644 index 0000000..add8394 --- /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 0000000..ad8f7c9 --- /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 -- cgit v1.1