SOURCES: papaya-webapps.patch (NEW) - webapps config

glen glen at pld-linux.org
Mon Oct 16 00:43:51 CEST 2006


Author: glen                         Date: Sun Oct 15 22:43:51 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- webapps config

---- Files affected:
SOURCES:
   papaya-webapps.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/papaya-webapps.patch
diff -u /dev/null SOURCES/papaya-webapps.patch:1.1
--- /dev/null	Mon Oct 16 00:43:51 2006
+++ SOURCES/papaya-webapps.patch	Mon Oct 16 00:43:46 2006
@@ -0,0 +1,21 @@
+--- papayacms-5.0.0/files/index.php~	2006-06-06 16:25:54.000000000 +0300
++++ papayacms-5.0.0/files/index.php	2006-10-16 01:07:20.646395509 +0300
+@@ -1,6 +1,6 @@
+ <?php
+ 
+-require_once("./conf.inc.php");
++require_once("/etc/webapps/papaya/config.php");
+ 
+ 
+ if (defined('PAPAYA_DBG_DEVMODE') && PAPAYA_DBG_DEVMODE) {
+--- papayacms-5.0.0/files/conf.inc.php~	2006-06-06 16:25:54.000000000 +0300
++++ papayacms-5.0.0/files/conf.inc.php	2006-10-16 01:08:04.637384828 +0300
+@@ -15,7 +15,7 @@
+ /**
+ * @const PAPAYA_INCLUDE_PATH library path
+ */
+-define('PAPAYA_INCLUDE_PATH', dirname(__FILE__).'papaya-lib/');
++define('PAPAYA_INCLUDE_PATH', '/usr/share/papaya/papaya-lib/');
+ 
+ /**
+ * @const PAPAYA_DB_TBL_OPTIONS Options table name
================================================================


More information about the pld-cvs-commit mailing list