SOURCES: imp-path.patch - update to 4.2rc2

glen glen at pld-linux.org
Thu Feb 7 00:05:14 CET 2008


Author: glen                         Date: Wed Feb  6 23:05:14 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- update to 4.2rc2

---- Files affected:
SOURCES:
   imp-path.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/imp-path.patch
diff -u SOURCES/imp-path.patch:1.2 SOURCES/imp-path.patch:1.3
--- SOURCES/imp-path.patch:1.2	Mon Jan 17 16:25:18 2005
+++ SOURCES/imp-path.patch	Thu Feb  7 00:05:09 2008
@@ -1,11 +1,11 @@
---- imp-h3-4.0.1/config/prefs.php.dist	2004-12-03 19:31:47.000000000 +0100
-+++ imp-h3-4.0.1.new/config/prefs.php.dist	2005-01-17 15:58:49.166623232 +0100
+--- imp-4.2-rc2/config/prefs.php.dist~	2008-02-07 00:59:33.000000000 +0200
++++ imp-4.2-rc2/config/prefs.php.dist	2008-02-07 01:00:22.684662278 +0200
 @@ -6,7 +6,7 @@
   */
  
  // Make sure that constants are defined.
-- at define('IMP_BASE', dirname(__FILE__) . '/..');
-+ at define('IMP_BASE', '/usr/share/horde/imp');
- require_once IMP_BASE . '/lib/IMP.php';
+-require_once dirname(__FILE__) . '/../lib/IMP.php';
++require_once '/usr/share/horde/imp/lib/IMP.php';
  
  $prefGroups['identities'] = array(
+     'column' => _("General Options"),
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/imp-path.patch?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list