SOURCES: pgfouine-include_path.patch (NEW) - new
zawadaa
zawadaa at pld-linux.org
Tue May 15 22:03:54 CEST 2007
Author: zawadaa Date: Tue May 15 20:03:54 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- new
---- Files affected:
SOURCES:
pgfouine-include_path.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/pgfouine-include_path.patch
diff -u /dev/null SOURCES/pgfouine-include_path.patch:1.1
--- /dev/null Tue May 15 22:03:54 2007
+++ SOURCES/pgfouine-include_path.patch Tue May 15 22:03:49 2007
@@ -0,0 +1,25 @@
+Common subdirectories: pgfouine-1.0.orig/include and pgfouine-1.0/include
+diff -u pgfouine-1.0.orig/pgfouine.php pgfouine-1.0/pgfouine.php
+--- pgfouine-1.0.orig/pgfouine.php 2007-02-05 22:52:21.000000000 +0100
++++ pgfouine-1.0/pgfouine.php 2007-05-12 22:22:50.000000000 +0200
+@@ -31,6 +31,7 @@
+ } else {
+ error_reporting(E_ALL);
+ }
++ini_set('include_path', '/usr/share/pgfouine');
+
+ include('version.php');
+ require_once('include/lib/common.lib.php');
+diff -u pgfouine-1.0.orig/pgfouine_vacuum.php pgfouine-1.0/pgfouine_vacuum.php
+--- pgfouine-1.0.orig/pgfouine_vacuum.php 2007-03-30 20:51:50.000000000 +0200
++++ pgfouine-1.0/pgfouine_vacuum.php 2007-05-12 22:23:11.000000000 +0200
+@@ -29,6 +29,7 @@
+ } else {
+ error_reporting(E_ALL);
+ }
++ini_set('include_path', '/usr/share/pgfouine');
+
+ include('version.php');
+ require_once('include/lib/common.lib.php');
+Common subdirectories: pgfouine-1.0.orig/rpm-specific and pgfouine-1.0/rpm-specific
+Common subdirectories: pgfouine-1.0.orig/tests and pgfouine-1.0/tests
================================================================
More information about the pld-cvs-commit
mailing list