From: hickert Date: Tue, 2 Feb 2010 12:14:01 +0000 (+0000) Subject: Updated patch 01 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=761040c1a05ff5e653673c0bae8f329f0642e49a;p=gosa.git Updated patch 01 git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15574 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/redhat/01_fix_template_location.patch b/gosa-core/redhat/01_fix_template_location.patch index cec7b1ee0..49b29f672 100644 --- a/gosa-core/redhat/01_fix_template_location.patch +++ b/gosa-core/redhat/01_fix_template_location.patch @@ -2,11 +2,12 @@ diff -urNad gosa-core~/include/functions.inc gosa-core/include/functions.inc --- gosa-core~/include/functions.inc 2010-02-02 14:02:18.000000000 +0100 +++ gosa-core/include/functions.inc 2010-02-02 14:01:25.000000000 +0100 @@ -40,7 +40,7 @@ + e.g. SetEnv CONFIG_FILE gosa.conf.2.6 + */ + if(!isset($_SERVER['CONFIG_FILE'])){ +- define ("CONFIG_FILE", "gosa.conf"); ++ define ("CONFIG_FILE", "/usr/share/doc/gosa"); + }else{ + define ("CONFIG_FILE",$_SERVER['CONFIG_FILE']); } - /* Define common locatitions */ --define ("CONFIG_TEMPLATE_DIR", "../contrib"); -+define ("CONFIG_TEMPLATE_DIR", "/usr/share/doc/gosa"); - define ("TEMP_DIR","/var/cache/gosa/tmp"); - - /* Define get_list flags */