mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
336ae31855
NeTAMS is a Network Traffic Accounting and Monitoring Software. It runs as a daemon under FreeBSD and Linux operating systems. Collects an IP traffic information flowing via your PC/UNIX or Cisco router, filters it, aggregates, stores onto HASH/SQL database, and makes SMTP/HTML reports to site administrator. Anoter features are flexible policy targets, firewalling, access control, quotas, scheduler and much much more. PR: ports/46777 Submitted by: Yuriy N. Shkandybin <jura@happychance.com>
23 lines
402 B
Bash
23 lines
402 B
Bash
*** addon/netams-startup.sh.orig Sun Dec 15 14:42:13 2002
|
|
--- addon/netams-startup.sh Mon Dec 16 17:07:08 2002
|
|
***************
|
|
5c5
|
|
< debug=1
|
|
---
|
|
> debug=0
|
|
7,8c7,8
|
|
< configfile=/home/anton/netams/netams.cfg
|
|
< appfile=/home/anton/netams/netams
|
|
---
|
|
> configfile=/usr/local/etc/netams.conf
|
|
> appfile=/usr/local/libexec/netams
|
|
10c10
|
|
< path=/tmp
|
|
---
|
|
> path=/var/log
|
|
87c87
|
|
<
|
|
---
|
|
> sleep 3;
|
|
|