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

Thijs Kinkhorst thijs at costa.debian.org
Mon Jul 24 21:42:01 UTC 2006


Author: thijs
Date: 2006-07-24 21:42:00 +0000 (Mon, 24 Jul 2006)
New Revision: 53

Modified:
   phpgedview/trunk/debian/patches/01_config.patch
Log:
need to set dbname too


Modified: phpgedview/trunk/debian/patches/01_config.patch
===================================================================
--- phpgedview/trunk/debian/patches/01_config.patch	2006-07-24 21:26:53 UTC (rev 52)
+++ phpgedview/trunk/debian/patches/01_config.patch	2006-07-24 21:42:00 UTC (rev 53)
@@ -1,6 +1,6 @@
 diff -ur phpgedview~/config.php phpgedview/config.php
 --- phpgedview~/config.php	2006-06-12 12:24:14.000000000 +0200
-+++ phpgedview/config.php	2006-07-24 23:22:44.000000000 +0200
++++ phpgedview/config.php	2006-07-24 23:41:24.000000000 +0200
 @@ -34,14 +34,14 @@
  	exit;
  }
@@ -10,7 +10,8 @@
  $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
+-$DBNAME = "phpgedview";							//-- The MySQL database name where you want PHPGedView to build its tables
++$DBNAME = "/var/lib/phpgedview/phpgedview.db";							//-- 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
 -$INDEX_DIRECTORY = "./index/";					//-- Readable and Writeable Directory to store index files (include the trailing "/")




More information about the pkg-phpgedview-commit mailing list