Code

Added additional cmd checks
[gosa.git] / gosa-core / debian / patches / 02_fix_template_location.dpatch
index 448eca8775b9f2a83c9caf5a77196409600aa070..522adcbe0a4270fbad7794ca5d1641890d551471 100755 (executable)
@@ -6,14 +6,14 @@
 
 @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
-@@ -23,7 +23,7 @@
- /* Configuration file location */
- define ("CONFIG_DIR", "/etc/gosa");
- define ("CONFIG_FILE", "gosa.conf");
+--- gosa-core~/include/functions.inc   2008-05-30 10:39:33.000000000 +0200
++++ gosa-core/include/functions.inc    2008-06-03 09:16:19.000000000 +0200
+@@ -40,7 +40,7 @@
+   define ("CONFIG_FILE",$_SERVER['CONFIG_FILE']);
+ }
 -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);