From 086edf31ef3404b35a6c2a131d15fd31e5f0962b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Sat, 1 Sep 2001 17:53:03 +0000 Subject: [PATCH] fix config Changed files: acid-config.patch -> 1.1 --- acid-config.patch | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 acid-config.patch diff --git a/acid-config.patch b/acid-config.patch new file mode 100644 index 0000000..e4c986e --- /dev/null +++ b/acid-config.patch @@ -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 + * -- 2.44.0