SOURCES: flyspray.conf, flyspray-PLD.patch - reflect adodb changes

glen glen at pld-linux.org
Sun Mar 12 18:10:12 CET 2006


Author: glen                         Date: Sun Mar 12 17:10:12 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- reflect adodb changes

---- Files affected:
SOURCES:
   flyspray.conf (1.4 -> 1.5) , flyspray-PLD.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/flyspray.conf
diff -u SOURCES/flyspray.conf:1.4 SOURCES/flyspray.conf:1.5
--- SOURCES/flyspray.conf:1.4	Sun Dec 11 19:04:33 2005
+++ SOURCES/flyspray.conf	Sun Mar 12 18:10:06 2006
@@ -10,7 +10,7 @@
 [general]
 basedir = "/usr/share/flyspray/"      ; Location of your Flyspray installation
 cookiesalt = "d5"            ; Randomisation value for cookie encoding
-adodbpath = "/usr/share/pear/adodb/adodb.inc.php"   ; Path to the main ADODB include file
+adodbpath = "/usr/share/php/adodb/adodb.inc.php"   ; Path to the main ADODB include file
 output_buffering = "on"                       ; Available options: "off", "on" and "gzip"
 
 [database]

================================================================
Index: SOURCES/flyspray-PLD.patch
diff -u SOURCES/flyspray-PLD.patch:1.2 SOURCES/flyspray-PLD.patch:1.3
--- SOURCES/flyspray-PLD.patch:1.2	Sun Dec 11 22:33:43 2005
+++ SOURCES/flyspray-PLD.patch	Sun Mar 12 18:10:07 2006
@@ -28,7 +28,7 @@
     {
        // Get the ADOdb library path. If not found it will be FALSE
 -      $this->mAdodbPath = $this->ScanIncludePath('adodb.inc.php', realpath('../adodb'));
-+      $this->mAdodbPath = $this->ScanIncludePath('adodb.inc.php', '/usr/share/pear/adodb');
++      $this->mAdodbPath = $this->ScanIncludePath('adodb.inc.php', '/usr/share/php/adodb');
  
        // Update the status of the library
        $this->mAdodbStatus = ($this->mAdodbPath) ? TRUE : FALSE;
@@ -132,7 +132,7 @@
     {
        // Look for ADOdb
 -      $this->mAdodbPath = $this->ScanIncludePath('adodb.inc.php', realpath('../adodb'));
-+      $this->mAdodbPath = $this->ScanIncludePath('adodb.inc.php', '/usr/share/pear/adodb');
++      $this->mAdodbPath = $this->ScanIncludePath('adodb.inc.php', '/usr/share/php/adodb');
        require_once($this->mAdodbPath);
  
        // Perform a number of fatality checks, then die gracefully
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/flyspray.conf?r1=1.4&r2=1.5&f=u
    http://cvs.pld-linux.org/SOURCES/flyspray-PLD.patch?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list