[Fusionforge-commits] r11730 - branches/Branch_5_0/gforge/etc/local.d

Olivier Berger olberger at libremir.placard.fr.eu.org
Thu Dec 9 10:30:49 CET 2010


Author: olberger
Date: 2010-12-09 10:30:49 +0100 (Thu, 09 Dec 2010)
New Revision: 11730

Modified:
   branches/Branch_5_0/gforge/etc/local.d/01begin
Log:
Merging-in some local.inc.example novelties. May need some checks for sys_etc_path and sys_var_path


Modified: branches/Branch_5_0/gforge/etc/local.d/01begin
===================================================================
--- branches/Branch_5_0/gforge/etc/local.d/01begin	2010-12-09 08:53:12 UTC (rev 11729)
+++ branches/Branch_5_0/gforge/etc/local.d/01begin	2010-12-09 09:30:49 UTC (rev 11730)
@@ -1,7 +1,7 @@
 <?php
 // PLEASE DO NOT REMOVE THIS LINE
 
-// GForge Universal Site Modifications
+// FusionForge Universal Site Modifications
 // by David HM Spector <spector at zeitgeist.com>
 //
 // Really Important Safety Tip: --> DO NOT LEAVE ANY WHITE
@@ -14,20 +14,26 @@
 // emitted as part of the HTML stream and processed by the browser,
 // so white space is meaningful!
 //
+// FusionForge global paths
 //
-// GForge hostnames
+//TODO : check if these should be enabled by default ?
+//$sys_etc_path='/etc/gforge';
+//$sys_var_path='/var/lib/gforge';
+
 //
+// FusionForge hostnames
+//
 // Hostnames should be fully qualified domain names (FQDNs); using short names
-// would be prettier but would stop you from distributing your SourceForge
-// implementation across multiple domains.
+// would be prettier but would stop you from distributing your implementation
+// across multiple domains.
 //
 // Of course, if you have a lot of machines serving a particular purpose
 // such as FTP or for shell accounts, the "hostname" here might be in
 // reality an addr_list of machines that is serviced by a round-robin
 // mechanism or something fancy like a local-director.
 //
-// The default GForge domain
-// this is used where ever the "naked" form of the GForge domain
+// The default FusionForge domain
+// this is used where ever the "naked" form of the FusionForge domain
 // might be used.  E.g., "mailto:admin at gforge.net"
 $sys_default_domain = '{domain_name}';
 $sys_forum_return_domain = "{sys_forum_return_domain}";




More information about the Fusionforge-commits mailing list