gforge-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-commits] gforge/etc gforge.conf.example, 1.5, 1.6 httpd.conf.exa


From: cbayle
Subject: [Gforge-commits] gforge/etc gforge.conf.example, 1.5, 1.6 httpd.conf.example, 1.4, 1.5 local.inc.example, 1.12, 1.13
Date: Fri, 16 Apr 2004 07:25:29 -0500

Update of /cvsroot/gforge/gforge/etc
In directory db.perdue.net:/tmp/cvs-serv14125/etc

Modified Files:
        gforge.conf.example httpd.conf.example local.inc.example 
Log Message:
Introduce a custom path to manage smoothly customized files


Index: gforge.conf.example
===================================================================
RCS file: /cvsroot/gforge/gforge/etc/gforge.conf.example,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- gforge.conf.example 26 Mar 2004 00:03:21 -0000      1.5
+++ gforge.conf.example 16 Apr 2004 12:25:26 -0000      1.6
@@ -30,6 +30,7 @@
 sys_path_to_cvsweb=/path/to/cvsweb
 gforge_chroot=
 gforge_etc=/etc
+sys_custom_path=/path/to/gforge/etc/custom
 groupdir=/home/groups
 homedir=/home
 uploaddir=/path/to/uploads/
@@ -43,6 +44,8 @@
 sys_theme=gforge
 sys_default_theme_id=1
 sys_lang=English
+sys_default_timezone=GMT
+sys_default_country_code=US
 sys_use_ldap=0
 sys_use_jabber=0
 sys_use_auth_ldap=1

Index: httpd.conf.example
===================================================================
RCS file: /cvsroot/gforge/gforge/etc/httpd.conf.example,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- httpd.conf.example  26 Mar 2004 00:02:25 -0000      1.4
+++ httpd.conf.example  16 Apr 2004 12:25:26 -0000      1.5
@@ -19,7 +19,7 @@
   AllowOverride All
   order allow,deny
   allow from all
-  php_admin_value include_path "/path/to/gforge:/path/to/gforge/www/include:."
+  php_admin_value include_path 
"/path/to/gforge/etc/custom:/path/to/gforge:/path/to/gforge/www/include:."
   php_admin_value default_charset "UTF-8"
 </Directory>
 
@@ -134,7 +134,7 @@
   AllowOverride All
   order allow,deny
   allow from all
-  php_admin_value include_path "/path/to/gforge:/path/to/gforge/www/include:."
+  php_admin_value include_path 
"/path/to/gforge/etc/custom:/path/to/gforge:/path/to/gforge/www/include:."
   php_admin_value default_charset "UTF-8"
 </Directory>
 

Index: local.inc.example
===================================================================
RCS file: /cvsroot/gforge/gforge/etc/local.inc.example,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- local.inc.example   16 Apr 2004 11:52:15 -0000      1.12
+++ local.inc.example   16 Apr 2004 12:25:26 -0000      1.13
@@ -247,6 +247,10 @@
 //$gantt_task_font_style="FS_NORMAL";
 //$gantt_task_font_size=12;
 
+// Place for customized files
+$sys_custom_path='/path/to/gforge/etc/custom';
+
+
 //
 // Localization caching Configuration
 //





reply via email to

[Prev in Thread] Current Thread [Next in Thread]