From f79df14f44e574d0ce775e699dddd1762525f453 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 15 Feb 2010 13:39:52 +0000 Subject: [PATCH] Updated 01 patch for rpms git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15626 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/redhat/01_fix_template_location.patch | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/gosa-core/redhat/01_fix_template_location.patch b/gosa-core/redhat/01_fix_template_location.patch index 49b29f672..274cf32b6 100644 --- a/gosa-core/redhat/01_fix_template_location.patch +++ b/gosa-core/redhat/01_fix_template_location.patch @@ -1,13 +1,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 +--- 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 @@ - 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 */ -- 2.30.2