summaryrefslogtreecommitdiff
path: root/security/base/patches/patch-aa
blob: a6484191cf3f093d2530129d5fec8728de5ec62a (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.2 2006/05/12 22:31:38 adrianp Exp $

--- base_conf.php.dist.orig	2006-03-19 22:22:43.000000000 +0000
+++ base_conf.php.dist
@@ -40,7 +40,7 @@ $Use_Auth_System = 0;
  But also put the preceding slash. e.g. Your URL is http://127.0.0.1/base
  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
@@ -62,7 +62,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
@@ -72,7 +72,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