summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f75178c)
raw | patch | inline | side by side (parent: f75178c)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 15 Jul 2008 08:02:10 +0000 (08:02 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 15 Jul 2008 08:02:10 +0000 (08:02 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11649 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/debian/patches/03_fix_class_mapping.dpatch | patch | blob | history |
diff --git a/gosa-core/debian/patches/03_fix_class_mapping.dpatch b/gosa-core/debian/patches/03_fix_class_mapping.dpatch
index d42cbd55fbb6ebfe4e0f21b34c3494b0467691ed..bf6f69684fe529c9d85945f53dcf2025de017c17 100755 (executable)
## DP: No description.
@DPATCH@
+diff -urNad gosa-core~/include/class_config.inc gosa-core/include/class_config.inc
+--- gosa-core~/include/class_config.inc 2008-07-10 17:18:52.000000000 +0200
++++ gosa-core/include/class_config.inc 2008-07-15 10:00:12.000000000 +0200
+@@ -76,12 +76,12 @@
+ if we have installed or removed plugins.
+ */
+ if(session::is_set("class_location.inc:timestamp")){
+- $tmp = stat("../include/class_location.inc");
++ $tmp = stat("/var/cache/gosa/class.cache");
+ if($tmp['mtime'] != session::get("class_location.inc:timestamp")){
+ session::un_set("plist");
+ }
+ }
+- $tmp = stat("../include/class_location.inc");
++ $tmp = stat("/var/cache/gosa/class.cache");
+ session::set("class_location.inc:timestamp",$tmp['mtime']);
+
+
diff -urNad gosa-core~/include/functions.inc gosa-core/include/functions.inc
---- gosa-core~/include/functions.inc 2008-04-09 08:45:38.000000000 +0200
-+++ gosa-core/include/functions.inc 2008-04-09 09:13:09.000000000 +0200
-@@ -55,7 +55,7 @@
+--- gosa-core~/include/functions.inc 2008-07-15 09:58:50.000000000 +0200
++++ gosa-core/include/functions.inc 2008-07-15 09:58:51.000000000 +0200
+@@ -73,7 +73,7 @@
$svn_revision = '$Revision: 9246 $';
/* Include required files */
require_once ("accept-to-gettext.inc");
diff -urNad gosa-core~/update-gosa gosa-core/update-gosa
---- gosa-core~/update-gosa 2008-04-02 15:58:24.000000000 +0200
-+++ gosa-core/update-gosa 2008-04-09 09:12:56.000000000 +0200
+--- gosa-core~/update-gosa 2008-06-10 09:56:22.000000000 +0200
++++ gosa-core/update-gosa 2008-07-15 09:58:51.000000000 +0200
@@ -21,7 +21,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/