blob: add34d7163e4909b07e75c17f6b02c88af8ae0a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ac,v 1.3 2008/10/02 15:47:15 schmonz Exp $
--- installer/index.php.orig 2008-09-21 07:58:40.000000000 -0400
+++ installer/index.php
@@ -3,7 +3,7 @@ ini_set('error_reporting', E_ALL&~E_NOTI
ini_set('display_errors', 1);
define('INSTALL_PATH', realpath(dirname(__FILE__) . '/../').'/');
-define('RCMAIL_CONFIG_DIR', INSTALL_PATH . 'config');
+define('RCMAIL_CONFIG_DIR', '@PKG_SYSCONFDIR@');
$include_path = INSTALL_PATH . 'program/lib' . PATH_SEPARATOR;
$include_path .= INSTALL_PATH . 'program' . PATH_SEPARATOR;
|