]> git.pld-linux.org Git - packages/acid.git/blob - acid-config.patch
- use %php_data_dir macro
[packages/acid.git] / acid-config.patch
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   */
7 -$DBlib_path = "";
8 +$DBlib_path = "/usr/share/php/adodb";
9  
10  /* The type of underlying alert database
11   * 
12 @@ -51,7 +51,7 @@
13  /* Path to the graphing library 
14   *  (Note: DO NOT include a trailing backslash after the directory)
15   */
16 -$ChartLib_path = "";
17 +$ChartLib_path = "/usr/share/php/jpgraph";
18  
19  /* File format of charts ('png', 'jpeg', 'gif') */
20  $chart_file_format = "png";
21 @@ -160,7 +160,7 @@
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.05155 seconds and 3 git commands to generate.