SOURCES: ingo-path.patch - up to 1.2.1
baggins
baggins at pld-linux.org
Tue Oct 14 17:16:10 CEST 2008
Author: baggins Date: Tue Oct 14 15:16:10 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- up to 1.2.1
---- Files affected:
SOURCES:
ingo-path.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/ingo-path.patch
diff -u SOURCES/ingo-path.patch:1.1 SOURCES/ingo-path.patch:1.2
--- SOURCES/ingo-path.patch:1.1 Sun Feb 27 22:20:08 2005
+++ SOURCES/ingo-path.patch Tue Oct 14 17:16:04 2008
@@ -4,8 +4,8 @@
*/
// Make sure that INGO_STORAGE_* constants are defined.
-- at define('INGO_BASE', dirname(__FILE__) . '/..');
-+ at define('INGO_BASE', '/usr/share/horde/ingo');
- require_once INGO_BASE . '/lib/Storage.php';
+-require_once dirname(__FILE__) . '/../lib/Storage.php';
++require_once '/usr/share/horde/ingo/lib/Storage.php';
// This preference group will only be displayed if the configured
+ // Ingo_Script:: driver can create script files.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/ingo-path.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list