diff options
author | OpenWrt Developers <openwrt-devel@openwrt.org> | 2006-02-16 13:56:55 +0000 |
---|---|---|
committer | OpenWrt Developers <openwrt-devel@openwrt.org> | 2006-02-16 13:56:55 +0000 |
commit | 741ebab38ec434da2b9c4005ac6ff8dd83759248 (patch) | |
tree | 6867b587009a55ffa4e13ebb4a8efbabf6c86df7 /package/pmacct/ipkg | |
parent | 9c83354ff89c6bfd97e6295e71d3676fb38afe70 (diff) | |
download | upstream-741ebab38ec434da2b9c4005ac6ff8dd83759248.tar.gz upstream-741ebab38ec434da2b9c4005ac6ff8dd83759248.tar.bz2 upstream-741ebab38ec434da2b9c4005ac6ff8dd83759248.zip |
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/openwrt@3245 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/pmacct/ipkg')
-rw-r--r-- | package/pmacct/ipkg/nfacctd-sqlite.control | 6 | ||||
-rw-r--r-- | package/pmacct/ipkg/pmacctd-sqlite.control | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/package/pmacct/ipkg/nfacctd-sqlite.control b/package/pmacct/ipkg/nfacctd-sqlite.control new file mode 100644 index 0000000000..add839416b --- /dev/null +++ b/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/package/pmacct/ipkg/pmacctd-sqlite.control b/package/pmacct/ipkg/pmacctd-sqlite.control new file mode 100644 index 0000000000..ad8f7c96f0 --- /dev/null +++ b/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 |