Code

Updated create check
[gosa.git] / gosa-core / debian / patches / 02_fix_template_location.dpatch
index 448eca8775b9f2a83c9caf5a77196409600aa070..07f38b1abb6b6fa151be106bb1e6550a35eb352f 100755 (executable)
@@ -5,15 +5,15 @@
 ## DP: No description.
 
 @DPATCH@
-diff -urNad gosa-core~/include/functions.inc gosa-core/include/functions.inc
---- gosa-core~/include/functions.inc   2008-04-07 23:17:29.000000000 +0200
-+++ gosa-core/include/functions.inc    2008-04-07 23:17:56.000000000 +0200
+diff -urNad gosa-2.6.0~/include/functions.inc gosa-2.6.0/include/functions.inc
+--- gosa-2.6.0~/include/functions.inc  2008-05-08 10:06:47.000000000 +0200
++++ gosa-2.6.0/include/functions.inc   2008-05-09 10:17:09.000000000 +0200
 @@ -23,7 +23,7 @@
  /* Configuration file location */
  define ("CONFIG_DIR", "/etc/gosa");
  define ("CONFIG_FILE", "gosa.conf");
 -define ("CONFIG_TEMPLATE_DIR", "../contrib/");
 +define ("CONFIG_TEMPLATE_DIR", "/usr/share/doc/gosa/contrib/");
+ define ("TEMP_DIR","/var/cache/gosa/tmp");
  
  /* Define get_list flags */
- define("GL_NONE",         0);