aboutsummaryrefslogtreecommitdiffstats
path: root/net/flowscan/pkg-plist
diff options
context:
space:
mode:
authorandreas <andreas@FreeBSD.org>2001-03-25 19:48:48 +0800
committerandreas <andreas@FreeBSD.org>2001-03-25 19:48:48 +0800
commita9b3413f92c72555b1850d8a36ed6210993327bf (patch)
tree92e54c736b49e21dccd70196df82d832a3e0cb00 /net/flowscan/pkg-plist
parent09ea5062344adbfadf24ea9cef0134956da06c2d (diff)
downloadfreebsd-ports-gnome-a9b3413f92c72555b1850d8a36ed6210993327bf.tar.gz
freebsd-ports-gnome-a9b3413f92c72555b1850d8a36ed6210993327bf.tar.zst
freebsd-ports-gnome-a9b3413f92c72555b1850d8a36ed6210993327bf.zip
- 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
Diffstat (limited to 'net/flowscan/pkg-plist')
-rw-r--r--net/flowscan/pkg-plist42
1 files changed, 30 insertions, 12 deletions
diff --git a/net/flowscan/pkg-plist b/net/flowscan/pkg-plist
index f4ed43780744..dd9bc50e2be7 100644
--- a/net/flowscan/pkg-plist
+++ b/net/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