]> git.pld-linux.org Git - packages/acid.git/blame - acid-config.patch
- fixed, temporarily(?) updated for current adodb localtion
[packages/acid.git] / acid-config.patch
CommitLineData
f0f73eaa
AF
1--- acid/acid_conf.php.orig Mon Mar 4 00:02:44 2002
2+++ acid/acid_conf.php Tue Sep 17 16:07:58 2002
3@@ -9,7 +9,7 @@
4 * $foo = "c:\tmp" [OK]
5 * $foo = "c:\tmp\" [WRONG]
6 */
086edf31 7-$DBlib_path = "";
2b5e8533 8+$DBlib_path = "/usr/share/pear/adodb";
086edf31
AM
9
10 /* The type of underlying alert database
11 *
f0f73eaa
AF
12@@ -51,7 +51,7 @@
13 /* Path to the graphing library
14 * (Note: DO NOT include a trailing backslash after the directory)
15 */
086edf31
AM
16-$ChartLib_path = "";
17+$ChartLib_path = "/usr/share/php/phplot";
18
19 /* File format of charts ('png', 'jpeg', 'gif') */
20 $chart_file_format = "png";
f0f73eaa 21@@ -160,7 +160,7 @@
086edf31
AM
22 $whois_cache_lifetime = 40320;
23
24 /* Snort spp_portscan log file */
25-$portscan_file = "";
26+$portscan_file = "/var/log/snort/portscan.log";
27
28 /* Event cache Auto-update
29 *
This page took 0.122385 seconds and 4 git commands to generate.