mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
14 lines
445 B
Plaintext
14 lines
445 B
Plaintext
$NetBSD: patch-ab,v 1.8 2013/06/15 16:08:09 taca Exp $
|
|
|
|
* Use db-local.inc.php for local configuration.
|
|
|
|
--- config/db.inc.php.dist.orig 2013-04-15 20:42:59.000000000 +0000
|
|
+++ config/db.inc.php.dist
|
|
@@ -58,5 +58,6 @@ $rcmail_config['db_sequence_contacts'] =
|
|
$rcmail_config['db_sequence_contactgroups'] = 'contactgroups_ids';
|
|
$rcmail_config['db_sequence_searches'] = 'search_ids';
|
|
|
|
+include_once('db-local.inc.php');
|
|
|
|
// end db config file
|