]> git.pld-linux.org Git - packages/SourceForge.git/blame - SourceForge-config.patch
- obsolete
[packages/SourceForge.git] / SourceForge-config.patch
CommitLineData
2eb15639
SZ
1diff -Naur SF2.0_cvs_20001116/etc/local.inc SF2.0_cvs_20001116-p/etc/local.inc
2--- SF2.0_cvs_20001116/etc/local.inc Mon Oct 23 01:43:10 2000
3+++ SF2.0_cvs_20001116-p/etc/local.inc Thu Nov 16 19:42:14 2000
4@@ -69,8 +69,8 @@
5 $sys_db_use_replication=true;
6 //server to use for read-only stuff
7 $sys_dbreadhost='localhost';
902d3154
SZ
8-$sys_dbname="alexandria";
9-$sys_dbuser="www";
902d3154
SZ
10+$sys_dbname="sourceforge";
11+$sys_dbuser="sourceforge";
2eb15639 12 $sys_dbpasswd="";
902d3154 13 $sys_server="mysql";
2eb15639
SZ
14
15@@ -92,10 +92,10 @@
16 $sys_ldap_admin_dn="cn=Manager,dc=company,dc=com";
17
902d3154
SZ
18 // Where files are placed when uploaded
19-$FTPINCOMING_DIR = "/nfs/remission/u7/ftp/incoming";
20+$FTPINCOMING_DIR = "/home/ftp/pub/Incoming";
21
22 // Where the released files are located
23-$FTPFILES_DIR = "/nfs/garbage/sourceforge";
24+$FTPFILES_DIR = "/home/ftp/pub";
25
26 // Where the SourceForge files are placed
27 // *** IMPORTANT: sys_urlroot *MUST* be an ABSOLUTE FILEYSTEM PATH NAME
2eb15639 28@@ -103,13 +103,13 @@
902d3154
SZ
29 // installation. If you use ANY form of relative path
30 // you will break the html_image function in include/html.php
31 //
32-$sys_urlroot="/alexandria/www/";
33+$sys_urlroot="/home/httpd/SourceForge/www";
34
35 // Cache location -- this is needed by include/cache.php
36 // This directory must be world reachable, but writable only by the web-server
37-$sf_cache_dir = "/sfcache";
38+$sf_cache_dir = "/home/httpd/SourceForge/cache";
39 // Name of the system as a whole (needed by various utils and titles)
2eb15639
SZ
40-$sys_name="prodigy";
41+$sys_name="PLD SourceForge";
42
902d3154 43
2eb15639 44 // Part III - GUI modifications (menu colors, etc.)
This page took 0.050233 seconds and 4 git commands to generate.