]> git.pld-linux.org Git - packages/acid.git/blame - acid-config.patch
license fix
[packages/acid.git] / acid-config.patch
CommitLineData
086edf31
AM
1diff -urN acid.org/acid_conf.php acid/acid_conf.php
2--- acid.org/acid_conf.php Sat Sep 1 13:41:47 2001
3+++ acid/acid_conf.php Sat Sep 1 13:43:44 2001
4@@ -3,7 +3,7 @@
5 $ACID_VERSION = "0.9.6b13";
6
7 /* Path to the DB abstraction library */
8-$DBlib_path = "";
9+$DBlib_path = "/usr/share/php/adodb";
10
11 /* The type of underlying alert database
12 *
13@@ -36,7 +36,7 @@
14 $archive_password = "mypassword";
15
16 /* Path to the graphing library */
17-$ChartLib_path = "";
18+$ChartLib_path = "/usr/share/php/phplot";
19
20 /* File format of charts ('png', 'jpeg', 'gif') */
21 $chart_file_format = "png";
22@@ -119,7 +119,7 @@
23 $whois_cache_lifetime = 40320;
24
25 /* Snort spp_portscan log file */
26-$portscan_file = "";
27+$portscan_file = "/var/log/snort/portscan.log";
28
29 /* Event cache Auto-update
30 *
This page took 0.074165 seconds and 4 git commands to generate.