From a9b3413f92c72555b1850d8a36ed6210993327bf Mon Sep 17 00:00:00 2001 From: andreas Date: Sun, 25 Mar 2001 11:48:48 +0000 Subject: - completely new functionalities, so bumped port revision this was overdue, since this complex port needs more docu, explanation, preparation, etc ... - installation directory moved from ${PREFIX}/var/flows to ${PREFIX}/var/db/flows to match our typical /var filesystem layout, but since I want to package this port, I don't want to write into /var/filesystem its up to the user, to move the data around later if he has a large /var and likes the data to reside there. - create needed directories in ${PREFIX}/var/db/flows (bin and graphs) use a .keep_me file, so that things are packaged properly - install needed documentation the INSTALL file is essential as well as the various example file. NOPORTDOCS only covers unneeded files, which are not crucial for installation - the ${PREFIX}/var/db/flows/bin directory carries the sample files for the flowscan script. Therefore those sample files reside there. Other sample files like the crontab settings are up to the user, so they reside in ${PREFIX}/share/doc/flowscan - install a sample rc file in ${PREFIX}/etc/rc.d, its deactivated, since this is a port that needs thinking and handcrafting config files before use... - added a pkg-message file, that explains pre-requisites (cisco configuration) and other post installation tasks as well as a BIG WARNING, that enabling Netflow Switching and Netflow Data Export on your Cisco CORE or DISTRIBUTION routers might affect the routers switching performance. You should know IF you need to do it and if its o.k. IF you enable it. - output pkg-message on port based installation as well since the warnings are important. - updated PLIST --- net-mgmt/flowscan/pkg-plist | 42 ++++++++++++++++++++++++++++++------------ 1 file changed, 30 insertions(+), 12 deletions(-) (limited to 'net-mgmt/flowscan/pkg-plist') diff --git a/net-mgmt/flowscan/pkg-plist b/net-mgmt/flowscan/pkg-plist index f4ed437..dd9bc50 100644 --- a/net-mgmt/flowscan/pkg-plist +++ b/net-mgmt/flowscan/pkg-plist @@ -1,12 +1,30 @@ -var/flows/bin/flowscan -var/flows/bin/FlowScan.pm -var/flows/bin/CampusIO.pm -var/flows/bin/SubNetIO.pm -var/flows/bin/locker -var/flows/bin/add_ds.pl -var/flows/bin/add_txrx -var/flows/bin/event2vrule -var/flows/bin/ip2hostname -@dirrm var/flows/bin -@dirrm var/flows -@dirrm var +etc/rc.d/flowscan.sh.sample +var/db/flows/bin/flowscan +var/db/flows/bin/FlowScan.pm +var/db/flows/bin/CampusIO.pm +var/db/flows/bin/SubNetIO.pm +var/db/flows/bin/locker +var/db/flows/bin/add_ds.pl +var/db/flows/bin/add_txrx +var/db/flows/bin/event2vrule +var/db/flows/bin/ip2hostname +var/db/flows/bin/CampusIO.cf.sample +var/db/flows/bin/Napster_subnets.boulder.sample +var/db/flows/bin/SubNetIO.cf.sample +var/db/flows/bin/flowscan.cf.sample +var/db/flows/bin/local_nets.boulder.sample +var/db/flows/bin/our_subnets.boulder.sample +var/db/flows/graphs/.keep_me +share/doc/flowscan/README +share/doc/flowscan/README.html +share/doc/flowscan/INSTALL +share/doc/flowscan/INSTALL.html +share/doc/flowscan/TODO +share/doc/flowscan/crontab.sample +share/doc/flowscan/cflowd.sample +share/doc/flowscan/flowscan.sample +@dirrm var/db/flows/graphs +@dirrm var/db/flows/bin +@dirrm var/db/flows +@dirrm var/db +@dirrm share/doc/flowscan -- cgit v1.1