diff options
author | krion <krion@FreeBSD.org> | 2004-07-01 22:29:39 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-07-01 22:29:39 +0800 |
commit | a1f2ee768462e65cf060d1ed018a3c754050be29 (patch) | |
tree | 1e7fa5d52f9168a8fdfb3bfdf27da447a8b60d41 /net-mgmt/pmacct/pkg-plist | |
parent | 0f82d837385180dcdd8c3db8538ea525fe2f1dea (diff) | |
download | freebsd-ports-gnome-a1f2ee768462e65cf060d1ed018a3c754050be29.tar.gz freebsd-ports-gnome-a1f2ee768462e65cf060d1ed018a3c754050be29.tar.zst freebsd-ports-gnome-a1f2ee768462e65cf060d1ed018a3c754050be29.zip |
Update to version 0.7.0
- A new network daemon, nfacctd, was introduced. It listens for
Netflow V1/V5 packets coming from the network, and then
processes data as pmacctd does.
- pmacctd's IP fragmentation handling has been strongly
enhanced.
Diffstat (limited to 'net-mgmt/pmacct/pkg-plist')
-rw-r--r-- | net-mgmt/pmacct/pkg-plist | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/net-mgmt/pmacct/pkg-plist b/net-mgmt/pmacct/pkg-plist index 44647b817d25..730bb66a1f5a 100644 --- a/net-mgmt/pmacct/pkg-plist +++ b/net-mgmt/pmacct/pkg-plist @@ -1,14 +1,18 @@ bin/pmacct %%WITH_MYSQL%%bin/pmmyplay %%WITH_PGSQL%%bin/pmpgplay +sbin/nfacctd sbin/pmacctd -%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/EXAMPLES -%%PORTDOCS%%%%DOCSDIR%%/INTERNALS -%%PORTDOCS%%%%DOCSDIR%%/PLUGINS +%%PORTDOCS%%%%DOCSDIR%%/FAQS +%%PORTDOCS%%%%DOCSDIR%%/README +%%EXAMPLESDIR%%/allow-list.example %%EXAMPLESDIR%%/mrtg.conf.hosts.example %%EXAMPLESDIR%%/mrtg.conf.ports.example %%EXAMPLESDIR%%/networks.example +%%EXAMPLESDIR%%/nfacctd-print.conf.example +%%EXAMPLESDIR%%/nfacctd-sql.conf.example %%EXAMPLESDIR%%/pmacctd-imt.conf.example %%EXAMPLESDIR%%/pmacctd-names.conf.example %%EXAMPLESDIR%%/pmacctd-sql.conf.example |