summaryrefslogtreecommitdiff
path: root/security/base/patches/patch-aa
blob: e2d29c7efc5cb5a26f22fe2085bf18e292f23ce9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
$NetBSD: patch-aa,v 1.3 2009/06/06 11:26:19 adrianp Exp $

--- base_conf.php.dist.orig	2009-05-31 03:06:08.000000000 +0100
+++ base_conf.php.dist
@@ -47,7 +47,7 @@ $BASE_display_sig_links = 1;
  set this to /base
 
  */
-$BASE_urlpath = '';
+$BASE_urlpath = '/base';
 
 /* Unique BASE ID.  The below variable, if set, will append its value to the
  * title bar of the browser.  This is for people who manage multiple installs
@@ -69,7 +69,7 @@ $base_custom_footer = '';
  *        $foo = 'c:\tmp'    [OK]
  *        $foo = 'c:\tmp\'   [WRONG]
  */
-$DBlib_path = '';
+$DBlib_path = '@PREFIX@/share/adodb';
 
 
 /* The type of underlying alert database
@@ -79,7 +79,7 @@ $DBlib_path = '';
  *  MS SQL Server : 'mssql'
  *  Oracle      : 'oci8'
  */
-$DBtype = 'mysql';
+$DBtype = '@DBTYPE@';
 
 /* Alert DB connection parameters
  *   - $alert_dbname   : MySQL database name of Snort alert DB