1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

Update to 0.7.2

o  VLAN accounting has been added.
o  Distributed accounting support has been added.
o  When using "pmacctd", assigning an Agent ID to the daemon is
   allowed; when using "nfacctd", mapping the IP address of a
   router exporting Netflow packets to an ID is allowed.
o  MAC address query capabilties were added to the pmacct client.
This commit is contained in:
Kirill Ponomarev 2004-08-02 14:31:20 +00:00
parent 6fa642bcca
commit 1d8a628174
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115267
3 changed files with 8 additions and 3 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= pmacct
PORTVERSION= 0.7.1
PORTVERSION= 0.7.2
CATEGORIES= net-mgmt
MASTER_SITES= http://www.ba.cnr.it/~paolo/pmacct/

View File

@ -1,2 +1,2 @@
MD5 (pmacct-0.7.1.tar.gz) = 5fa26df1d70f6895453ad72a6d039545
SIZE (pmacct-0.7.1.tar.gz) = 159832
MD5 (pmacct-0.7.2.tar.gz) = 29247676b468131ab5310cb289b91b6c
SIZE (pmacct-0.7.2.tar.gz) = 166096

View File

@ -8,13 +8,18 @@ sbin/pmacctd
%%PORTDOCS%%%%DOCSDIR%%/FAQS
%%PORTDOCS%%%%DOCSDIR%%/README
%%EXAMPLESDIR%%/allow-list.example
%%EXAMPLESDIR%%/id_map.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%%/nfacctd-sql_v1.conf.example
%%EXAMPLESDIR%%/nfacctd-sql_v2.conf.example
%%EXAMPLESDIR%%/pmacctd-imt.conf.example
%%EXAMPLESDIR%%/pmacctd-names.conf.example
%%EXAMPLESDIR%%/pmacctd-sql.conf.example
%%EXAMPLESDIR%%/pmacctd-sql_v1.conf.example
%%EXAMPLESDIR%%/pmacctd-sql_v2.conf.example
@dirrm %%EXAMPLESDIR%%
%%PORTDOCS%%@dirrm %%DOCSDIR%%