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

Thijs Kinkhorst kink-guest at costa.debian.org
Mon Jul 3 20:08:33 UTC 2006


Author: kink-guest
Date: 2006-07-03 20:08:32 +0000 (Mon, 03 Jul 2006)
New Revision: 37

Modified:
   phpgedview/trunk/debian/patches/01_config.patch
Log:
update patch to latest phpgedview version


Modified: phpgedview/trunk/debian/patches/01_config.patch
===================================================================
--- phpgedview/trunk/debian/patches/01_config.patch	2006-07-03 10:44:20 UTC (rev 36)
+++ phpgedview/trunk/debian/patches/01_config.patch	2006-07-03 20:08:32 UTC (rev 37)
@@ -1,7 +1,7 @@
-diff -urNad phpgedview~/config.php phpgedview/config.php
---- phpgedview~/config.php	2005-10-17 14:52:18.000000000 -0400
-+++ phpgedview/config.php	2005-11-22 14:10:04.258298857 -0500
-@@ -48,7 +48,7 @@
+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 @@
  $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
@@ -10,12 +10,11 @@
  $AUTHENTICATION_MODULE = "authentication.php";	//-- File that contains authentication functions
  $PGV_STORE_MESSAGES = true;						//-- allow messages sent to users to be stored in the PGV system
  $PGV_SIMPLE_MAIL = true;						//-- allow admins to set this so that they can override the name <emailaddress> combination in the emails
-@@ -71,6 +71,6 @@
- 
+@@ -65,5 +65,5 @@
  $DIRECTORY_MODE = "ldap";						//-- User info stored in db or ldap directory
+ $COMMIT_COMMAND = "";						//-- Choices are empty string, cvs or svn
  
 -$CONFIGURED = false;
--require_once($PGV_BASE_DIRECTORY."includes/session.php");
+-require_once("includes/session.php");
 +$CONFIGURED = true;
-+require_once('/usr/share/phpgedview/www/includes/session.php');
- ?>
++require_once("/usr/share/phpgedview/www/includes/session.php");




More information about the pkg-phpgedview-commit mailing list