]> git.pld-linux.org Git - packages/SourceForge.git/blob - SourceForge-config.patch
- added some new patches
[packages/SourceForge.git] / SourceForge-config.patch
1 diff -Naur SF2.0/etc/local.inc SF2.0-p/etc/local.inc
2 --- SF2.0/etc/local.inc Thu Sep  7 23:37:53 2000
3 +++ SF2.0-p/etc/local.inc       Mon Sep 25 20:53:22 2000
4 @@ -62,16 +62,16 @@
5  
6  // Part II - Databases, html/php/other paths
7  $sys_dbhost="localhost";
8 -$sys_dbname="alexandria";
9 -$sys_dbuser="www";
10 -$sys_dbpasswd="";
11 +$sys_dbname="sourceforge";
12 +$sys_dbuser="sourceforge";
13 +$sys_dbpasswd="mypass";
14  $sys_server="mysql";
15   
16  // Where files are placed when uploaded
17 -$FTPINCOMING_DIR = "/nfs/remission/u7/ftp/incoming";
18 +$FTPINCOMING_DIR = "/home/ftp/pub/Incoming";
19  
20  // Where the released files are located
21 -$FTPFILES_DIR = "/nfs/garbage/sourceforge";
22 +$FTPFILES_DIR = "/home/ftp/pub";
23   
24  // Where the SourceForge files are placed
25  // *** IMPORTANT: sys_urlroot *MUST* be an ABSOLUTE FILEYSTEM PATH NAME
26 @@ -79,11 +79,11 @@
27  //             installation.  If you use ANY form of relative path
28  //             you will break the html_image function in include/html.php
29  //
30 -$sys_urlroot="/alexandria/www/";
31 +$sys_urlroot="/home/httpd/SourceForge/www";
32   
33  // Cache location -- this is needed by include/cache.php
34  // This directory must be world reachable, but writable only by the web-server
35 -$sf_cache_dir = "/sfcache";
36 +$sf_cache_dir = "/home/httpd/SourceForge/cache";
37  // Name of the system as a whole (needed by various utils and titles)
38  $sys_name="prodigy";
39   
This page took 0.067548 seconds and 3 git commands to generate.