View | Details | Raw Unified | Return to bug 122645
Collapse All | Expand All

(-)files/patch-sguil.conf (-13 / +18 lines)
Lines 1-15 Link Here
1
--- client/sguil.conf.orig	Fri Feb 10 08:59:33 2006
1
--- client/sguil.conf.orig	2008-04-04 21:41:20.000000000 -0500
2
+++ client/sguil.conf	Mon Nov 13 13:11:03 2006
2
+++ client/sguil.conf	2008-04-04 21:59:36.000000000 -0500
3
@@ -12,7 +12,7 @@
3
@@ -12,11 +12,11 @@
4
 set SERVERHOST demo.sguil.net
4
 set SERVERHOST demo.sguil.net
5
 
5
 
6
 # Where any required sguil libraries are (like the font chooser).
6
 # Where any required sguil libraries are (like the font chooser).
7
-set SGUILLIB ./lib
7
-set SGUILLIB ./lib
8
+set SGUILLIB /usr/local/bin/sguil-client/lib
8
+set SGUILLIB /usr/local/lib/sguil-client/
9
 # Debug 1=on 0=off  This is VERY chatty
9
 # Debug 1=on 0=off  This is VERY chatty
10
 set DEBUG 1
10
 set DEBUG 1
11
 # Set up OpenSSL here (read ./doc/OPENSSL.README)
11
 # PATH to tls lib if needed (tcl can usually find this by default)
12
@@ -30,12 +30,12 @@
12
-#set TLS_PATH /usr/lib/tls1.4/libtls1.4.so
13
+set TLS_PATH /usr/local/lib/libtls.so
14
 # win32 example
15
 #set TLS_PATH "c:/tcl/lib/tls1.4/tls14.dll"
16
 # Path to a whois script.
17
@@ -41,12 +41,12 @@
13
 # If you have festival installed, then you can have alerts spoken to
18
 # If you have festival installed, then you can have alerts spoken to
14
 # you. Set the path to the festival binary here. If you are using
19
 # you. Set the path to the festival binary here. If you are using
15
 # speechd from speechio.org, then leave this commented out.
20
 # speechd from speechio.org, then leave this commented out.
Lines 18-34 Link Here
18
 # win32 example
23
 # win32 example
19
 # set FESTIVAL_PATH "c:\festival\bin\festival.exe"
24
 # set FESTIVAL_PATH "c:\festival\bin\festival.exe"
20
 #set WHOIS_PATH /common/bin/awhois.sh
25
 #set WHOIS_PATH /common/bin/awhois.sh
21
 # Path to ethereal
26
 # Path to wireshark (ethereal)
22
-set ETHEREAL_PATH /usr/sbin/ethereal
27
-set WIRESHARK_PATH /usr/sbin/wireshark
23
+set ETHEREAL_PATH /usr/local/bin/wireshark
28
+set WIRESHARK_PATH /usr/local/bin/wireshark
24
 # win32 example
29
 # win32 example
25
 # set ETHEREAL_PATH "c:/progra~1/ethereal/ethereal.exe"
30
 # set WIRESHARK_PATH "c:/progra~1/wireshark/wireshark.exe"
26
 # Where to save the temporary raw data files on the client system
31
 # Where to save the temporary raw data files on the client system
27
@@ -44,7 +44,7 @@
32
@@ -55,7 +55,7 @@
28
 # win32 example
33
 # win32 example
29
 # set ETHEREAL_STORE_DIR "c:/tmp"
34
 # set WIRESHARK_STORE_DIR "c:/tmp"
30
 # Favorite browser for looking at sig info on snort.org
35
 # Favorite browser for looking at sig info on snort.org
31
-set BROWSER_PATH /usr/bin/mozilla
36
-set BROWSER_PATH /usr/bin/firefox
32
+set BROWSER_PATH /usr/local/bin/firefox
37
+set BROWSER_PATH /usr/local/bin/firefox
33
 # win32 example (IE)
38
 # win32 example (IE)
34
 # set BROWSER_PATH c:/progra~1/intern~1/iexplore.exe
39
 # set BROWSER_PATH c:/progra~1/intern~1/iexplore.exe

Return to bug 122645