]> git.pld-linux.org Git - packages/acid.git/commitdiff
fix config acid-0_9_6b13-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 1 Sep 2001 17:53:03 +0000 (17:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    acid-config.patch -> 1.1

acid-config.patch [new file with mode: 0644]

diff --git a/acid-config.patch b/acid-config.patch
new file mode 100644 (file)
index 0000000..e4c986e
--- /dev/null
@@ -0,0 +1,30 @@
+diff -urN acid.org/acid_conf.php acid/acid_conf.php
+--- acid.org/acid_conf.php     Sat Sep  1 13:41:47 2001
++++ acid/acid_conf.php Sat Sep  1 13:43:44 2001
+@@ -3,7 +3,7 @@
+ $ACID_VERSION = "0.9.6b13";
+ /* Path to the DB abstraction library */
+-$DBlib_path = "";
++$DBlib_path = "/usr/share/php/adodb";
+ /* The type of underlying alert database
+  * 
+@@ -36,7 +36,7 @@
+ $archive_password = "mypassword";
+ /* Path to the graphing library */
+-$ChartLib_path = "";
++$ChartLib_path = "/usr/share/php/phplot";
+ /* File format of charts ('png', 'jpeg', 'gif') */
+ $chart_file_format = "png";
+@@ -119,7 +119,7 @@
+ $whois_cache_lifetime = 40320;
+ /* Snort spp_portscan log file */
+-$portscan_file = "";
++$portscan_file = "/var/log/snort/portscan.log";
+ /* Event cache Auto-update
+  *
This page took 0.076774 seconds and 4 git commands to generate.