[pgv-svn] r51 - phpgedview/trunk/debian/patches

Thijs Kinkhorst thijs at costa.debian.org
Mon Jul 24 21:25:38 UTC 2006


Author: thijs
Date: 2006-07-24 21:25:37 +0000 (Mon, 24 Jul 2006)
New Revision: 51

Modified:
   phpgedview/trunk/debian/patches/01_config.patch
Log:
use sqlite as db type for phpgedview, since this works
out of the box. we could use dbconfig-common for this,
but it doesn't support sqlite yet, so we'll have to
wait for that.


Modified: phpgedview/trunk/debian/patches/01_config.patch
===================================================================
--- phpgedview/trunk/debian/patches/01_config.patch	2006-07-24 20:04:25 UTC (rev 50)
+++ phpgedview/trunk/debian/patches/01_config.patch	2006-07-24 21:25:37 UTC (rev 51)
@@ -1,7 +1,15 @@
 diff -ur phpgedview~/config.php phpgedview/config.php
 --- phpgedview~/config.php	2006-06-12 12:24:14.000000000 +0200
-+++ phpgedview/config.php	2006-07-03 22:06:52.000000000 +0200
-@@ -41,7 +41,7 @@
++++ phpgedview/config.php	2006-07-24 23:22:44.000000000 +0200
+@@ -34,14 +34,14 @@
+ 	exit;
+ }
+ 
+-$DBTYPE = "mysql";								//-- type of database to connect when using the PEAR:DB module
++$DBTYPE = "sqlite";								//-- type of database to connect when using the PEAR:DB module
+ $DBHOST = "localhost";							//-- Host where MySQL database is kept
+ $DBUSER = "";									//-- MySQL database User Name
+ $DBPASS = "";									//-- MySQL database User Password
  $DBNAME = "phpgedview";							//-- The MySQL database name where you want PHPGedView to build its tables
  $DBPERSIST = false;								//-- Use persistent database connections
  $TBLPREFIX = "pgv_";							//-- prefix to include on table names




More information about the pkg-phpgedview-commit mailing list