Code

* gosa-si-server
[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-2.6.0~/include/functions.inc gosa-2.6.0/include/functions.inc
9 --- gosa-2.6.0~/include/functions.inc   2008-05-08 10:06:47.000000000 +0200
10 +++ gosa-2.6.0/include/functions.inc    2008-05-09 10:17:09.000000000 +0200
11 @@ -23,7 +23,7 @@
12  /* Configuration file location */
13  define ("CONFIG_DIR", "/etc/gosa");
14  define ("CONFIG_FILE", "gosa.conf");
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 */