From 7ce8221f4584060bd1f84061b2d4472ea37a20fb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sat, 18 Jun 2005 10:51:28 +0000 Subject: [PATCH] - add missing patch Changed files: cowiki-FHS.patch -> 1.1 --- cowiki-FHS.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 cowiki-FHS.patch diff --git a/cowiki-FHS.patch b/cowiki-FHS.patch new file mode 100644 index 0000000..9b274d7 --- /dev/null +++ b/cowiki-FHS.patch @@ -0,0 +1,11 @@ +--- ./includes/cowiki/class/core/class.Registry.php~ 2005-02-20 23:51:58.000000000 +0200 ++++ ./includes/cowiki/class/core/class.Registry.php 2005-02-20 23:53:06.000000000 +0200 +@@ -74,7 +74,7 @@ + $Context = RuntimeContext::getInstance(); + + try { +- $sPath = realpath(getDirName(__FILE__).'../..') . '/core.conf'; ++ $sPath = '/etc/cowiki/core.conf'; + + $Conf = new Config(); + $aConf = $Conf->getIniConfigAsArray($sPath); -- 2.44.0