diff options
author | krion <krion@FreeBSD.org> | 2004-08-02 22:31:20 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-08-02 22:31:20 +0800 |
commit | d52981f6abde535486222fae7299735298f499ee (patch) | |
tree | 39721fd41a10078783f60c6c9193efd45b5371bc /net-mgmt | |
parent | 452d4cd30a110cac4071b26e39c8323905161a04 (diff) | |
download | freebsd-ports-gnome-d52981f6abde535486222fae7299735298f499ee.tar.gz freebsd-ports-gnome-d52981f6abde535486222fae7299735298f499ee.tar.zst freebsd-ports-gnome-d52981f6abde535486222fae7299735298f499ee.zip |
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.
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/pmacct/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/pmacct/distinfo | 4 | ||||
-rw-r--r-- | net-mgmt/pmacct/pkg-plist | 5 |
3 files changed, 8 insertions, 3 deletions
diff --git a/net-mgmt/pmacct/Makefile b/net-mgmt/pmacct/Makefile index 64a6c53aa630..4d18fa6dcb5d 100644 --- a/net-mgmt/pmacct/Makefile +++ b/net-mgmt/pmacct/Makefile @@ -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/ diff --git a/net-mgmt/pmacct/distinfo b/net-mgmt/pmacct/distinfo index 21fbd7d1535a..6745af869394 100644 --- a/net-mgmt/pmacct/distinfo +++ b/net-mgmt/pmacct/distinfo @@ -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 diff --git a/net-mgmt/pmacct/pkg-plist b/net-mgmt/pmacct/pkg-plist index 730bb66a1f5a..099a153e9ecb 100644 --- a/net-mgmt/pmacct/pkg-plist +++ b/net-mgmt/pmacct/pkg-plist @@ -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%% |