FreeBSD Bugzilla – Attachment 150625 Details for
Bug 196013
net-mgmt/flowviewer configs name fix
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fix for configs
flowviewer.patch (text/plain), 3.12 KB, created by
Pavel Timofeev
on 2014-12-16 08:05:26 UTC
(
hide
)
Description:
fix for configs
Filename:
MIME Type:
Creator:
Pavel Timofeev
Created:
2014-12-16 08:05:26 UTC
Size:
3.12 KB
patch
obsolete
>--- Makefile.orig 2014-12-16 10:36:13.805586436 +0300 >+++ Makefile 2014-12-16 10:53:35.901502244 +0300 >@@ -36,8 +36,7 @@ > FlowViewer_UI.pm FlowViewer_Utilities.pm FlowGrapher_Colors \ > FlowMonitor_Collector FlowMonitor_Grapher \ > FlowMonitor_Recreate FlowMonitor_Thumbnail FlowViewer_CleanASCache \ >- FlowViewer_CleanFiles FlowViewer_CleanHostCache FlowViewer_CleanSiLK \ >- NamedInterfaces_Devices NamedInterfaces_Exporters >+ FlowViewer_CleanFiles FlowViewer_CleanHostCache FlowViewer_CleanSiLK > PLIST_DATA= FG_button.png FM_button.png FV_button.png FlowViewer.css > PLIST_TOOLS= flowcapture_restart resize_rrdtools flowmonitor_grapher_nonlazy \ > date_to_epoch_gm performance_check flowmonitor_restart \ >@@ -69,7 +68,9 @@ > do-install: > ${MKDIR} ${STAGEDIR}${FLOWVIEWERDIR} > ${MKDIR} ${STAGEDIR}${FLOWVIEWERDIR}/tools >- ${INSTALL_DATA} ${WRKSRC}/FlowViewer_Configuration.pm ${STAGEDIR}${FLOWVIEWERDIR}/FlowViewer_Configuration.pm.dist >+ ${INSTALL_DATA} ${WRKSRC}/FlowViewer_Configuration.pm ${STAGEDIR}${FLOWVIEWERDIR}/FlowViewer_Configuration.pm.sample >+ ${INSTALL_DATA} ${WRKSRC}/NamedInterfaces_Devices ${STAGEDIR}${FLOWVIEWERDIR}/NamedInterfaces_Devices.sample >+ ${INSTALL_DATA} ${WRKSRC}/NamedInterfaces_Exporters ${STAGEDIR}${FLOWVIEWERDIR}/NamedInterfaces_Exporters.sample > ${MKDIR} ${STAGEDIR}${FLOWVIEWERDIR}/tmp ${STAGEDIR}${FLOWVIEWERDIR}/reports ${STAGEDIR}${FLOWVIEWERDIR}/graphs \ > ${STAGEDIR}${FLOWVIEWERDIR}/monitor ${STAGEDIR}${FLOWVIEWERDIR}/working ${STAGEDIR}${FLOWVIEWERDIR}/saves \ > ${STAGEDIR}${FLOWVIEWERDIR}/names ${STAGEDIR}${FLOWVIEWERDIR}/ipsets ${STAGEDIR}${FLOWVIEWERDIR}/filters \ >--- pkg-plist.orig 2014-12-16 10:36:20.743579911 +0300 >+++ pkg-plist 2014-12-16 10:49:11.212507023 +0300 >@@ -23,7 +23,7 @@ > %%FLOWVIEWERDIR%%/FlowViewer_CleanFiles > %%FLOWVIEWERDIR%%/FlowViewer_CleanHostCache > %%FLOWVIEWERDIR%%/FlowViewer_CleanSiLK >-%%FLOWVIEWERDIR%%/FlowViewer_Configuration.pm.dist >+%%FLOWVIEWERDIR%%/FlowViewer_Configuration.pm.sample > %%FLOWVIEWERDIR%%/FlowViewer_Main.cgi > %%FLOWVIEWERDIR%%/FlowViewer_Replay.cgi > %%FLOWVIEWERDIR%%/FlowViewer_Save.cgi >@@ -31,8 +31,8 @@ > %%FLOWVIEWERDIR%%/FlowViewer_Sort.cgi > %%FLOWVIEWERDIR%%/FlowViewer_UI.pm > %%FLOWVIEWERDIR%%/FlowViewer_Utilities.pm >-%%FLOWVIEWERDIR%%/NamedInterfaces_Devices >-%%FLOWVIEWERDIR%%/NamedInterfaces_Exporters >+%%FLOWVIEWERDIR%%/NamedInterfaces_Devices.sample >+%%FLOWVIEWERDIR%%/NamedInterfaces_Exporters.sample > %%FLOWVIEWERDIR%%/dscan.suppress.dst > %%FLOWVIEWERDIR%%/dscan.suppress.src > %%FLOWVIEWERDIR%%/tools/analyze_flowmonitor_debug >--- files/pkg-message.in.orig 2014-12-16 10:54:43.608500189 +0300 >+++ files/pkg-message.in 2014-12-16 10:56:12.203707573 +0300 >@@ -2,8 +2,10 @@ > > %%FLOWVIEWERDIR%% > >-Please copy FlowViewer_Configuration.pm.dist to FlowViewer_Configuration.pm >-and edit it to suit your needs. >+Please copy FlowViewer_Configuration.pm.sample to FlowViewer_Configuration.pm, >+NamedInterfaces_Devices.sample to NamedInterfaces_Devices, >+NamedInterfaces_Exporters.sample to NamedInterfaces_Exporters >+and edit them to suit your needs. > > To make FlowViewer available through your web site, I suggest > that you add something like the following to httpd.conf:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 196013
:
150625
|
152153
|
152155