summaryrefslogtreecommitdiff
path: root/security/base/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'security/base/patches/patch-aa')
-rw-r--r--security/base/patches/patch-aa32
1 files changed, 16 insertions, 16 deletions
diff --git a/security/base/patches/patch-aa b/security/base/patches/patch-aa
index fe5c81387ad..b9c9d2f92ef 100644
--- a/security/base/patches/patch-aa
+++ b/security/base/patches/patch-aa
@@ -1,31 +1,31 @@
-$NetBSD: patch-aa,v 1.1.1.1 2006/01/03 21:09:44 adrianp Exp $
+$NetBSD: patch-aa,v 1.1.1.1.2.1 2006/06/07 00:14:26 salo Exp $
---- base_conf.php.dist.orig 2005-10-31 11:33:27.000000000 +1100
+--- base_conf.php.dist.orig 2006-03-19 22:22:43.000000000 +0000
+++ base_conf.php.dist
-@@ -39,7 +39,7 @@ $Use_Auth_System = 0;
+@@ -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";
+-$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
-@@ -61,7 +61,7 @@ $base_custom_footer = "";
- * $foo = "c:\tmp" [OK]
- * $foo = "c:\tmp\" [WRONG]
+@@ -62,7 +62,7 @@ $base_custom_footer = '';
+ * $foo = 'c:\tmp' [OK]
+ * $foo = 'c:\tmp\' [WRONG]
*/
--$DBlib_path = "";
-+$DBlib_path = "@PREFIX@/share/adodb";
+-$DBlib_path = '';
++$DBlib_path = '@PREFIX@/share/adodb';
+
/* The type of underlying alert database
- *
-@@ -70,7 +70,7 @@ $DBlib_path = "";
- * MS SQL Server : "mssql"
- * Oracle : "oci8"
+@@ -72,7 +72,7 @@ $DBlib_path = '';
+ * MS SQL Server : 'mssql'
+ * Oracle : 'oci8'
*/
--$DBtype = "mysql";
-+$DBtype = "@DBTYPE@";
+-$DBtype = 'mysql';
++$DBtype = '@DBTYPE@';
/* Alert DB connection parameters
* - $alert_dbname : MySQL database name of Snort alert DB