Code

Added additional cmd checks
[gosa.git] / gosa-core / debian / patches / 02_fix_template_location.dpatch
1 #! /bin/sh /usr/share/dpatch/dpatch-run
2 ## 02_fix_template_location.dpatch by  <cajus@localhost>
3 ##
4 ## All lines beginning with `## DP:' are a description of the patch.
5 ## DP: No description.
7 @DPATCH@
8 diff -urNad gosa-core~/include/functions.inc gosa-core/include/functions.inc
9 --- gosa-core~/include/functions.inc    2008-05-30 10:39:33.000000000 +0200
10 +++ gosa-core/include/functions.inc     2008-06-03 09:16:19.000000000 +0200
11 @@ -40,7 +40,7 @@
12    define ("CONFIG_FILE",$_SERVER['CONFIG_FILE']);
13  }
14  
15 -define ("CONFIG_TEMPLATE_DIR", "../contrib/");
16 +define ("CONFIG_TEMPLATE_DIR", "/usr/share/doc/gosa/contrib/");
17  define ("TEMP_DIR","/var/cache/gosa/tmp");
18  
19  /* Define get_list flags */